Package org.apache.ibatis.session
package org.apache.ibatis.session
Base package. Contains the SqlSession.
-
ClassDescriptionSpecifies 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.The primary Java interface for working with MyBatis.Creates an
SqlSession
out of a connection or a DataSourceBuildsSqlSession
instances.