Package org.apache.ibatis.mapping
Base package for mapping.
-
Interface Summary Interface Description DatabaseIdProvider Should return an id to identify the type of this database.SqlSource Represents the content of a mapped statement read from an XML file or an annotation. -
Class Summary Class Description BoundSql An actual SQL String got from anSqlSource
after having processed any dynamic content.CacheBuilder DefaultDatabaseIdProvider Deprecated. Discriminator Discriminator.Builder Environment Environment.Builder MappedStatement MappedStatement.Builder ParameterMap ParameterMap.Builder ParameterMapping ParameterMapping.Builder ResultMap ResultMap.Builder ResultMapping ResultMapping.Builder VendorDatabaseIdProvider Vendor DatabaseId provider. -
Enum Summary Enum Description FetchType ParameterMode ResultFlag ResultSetType SqlCommandType StatementType