Package org.apache.ibatis.session
package org.apache.ibatis.session
Base package. Contains the SqlSession.
-
Interface SummaryInterfaceDescriptionThe primary Java interface for working with MyBatis.Creates an
SqlSession
out of a connection or a DataSource -
Class Summary
-
Enum SummaryEnumDescriptionSpecifies if and how MyBatis should automatically map columns to fields/properties.Specify the behavior when detects an unknown column (or unknown property type) of automatic mapping target.
-
Exception Summary