- get(Object) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- get(String) - 接口 中的方法com.flagwind.persistent.ExtensibleObject
-
获取属性值
- getAggregate() - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- getAggregateEntry(EntityField) - 类 中的静态方法com.flagwind.mybatis.helpers.ColumnHelper
-
- getAlias() - 类 中的方法com.flagwind.persistent.AggregateEntry
-
- getAlias() - 枚举 中的方法com.flagwind.persistent.model.ClauseOperator
-
- getAlias() - 类 中的方法com.flagwind.persistent.QueryField
-
- getAll(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.FieldHelper
-
获取全部的属性,包含字段和方法
- getAll(MappedStatement) - 类 中的方法com.flagwind.mybatis.provider.base.BaseSelectProvider
-
查询全部结果
- getAll() - 接口 中的方法com.flagwind.persistent.base.BaseSelectRepository
-
- getAllColumns(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.AggregateSqlHelper
-
- getAllColumns(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.AssociationSqlHelper
-
- getAllColumns(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.EntityHelper
-
- getAllColumns(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
获取所有查询列,如id,name,code...
- getAndTryFromSystem(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
尝试从System.getProperty(key)及System.getenv(key)得到值
- getAnnotation(Class<T>) - 类 中的方法com.flagwind.mybatis.meta.EntityField
-
获取指定的注解
- getAssociateValue(Object) - 类 中的方法com.flagwind.persistent.AssociativeEntry
-
- getAssociationEntityClass(EntityField) - 类 中的静态方法com.flagwind.mybatis.helpers.AssociationSqlHelper
-
- getAssociationFields() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getAssociationTable(String, EntityField, Config) - 类 中的静态方法com.flagwind.mybatis.helpers.AssociationSqlHelper
-
- getBaseSelect() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getBindCache(EntityColumn) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
- getBindValue(EntityColumn, String) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
- getBoolean(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getBoolean(String, boolean) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getBoundSql(Object) - 类 中的方法com.flagwind.mybatis.paginator.OffsetLimitInterceptor.BoundSqlSqlSource
-
- getById(MappedStatement) - 类 中的方法com.flagwind.mybatis.provider.base.BaseSelectProvider
-
根据主键进行查询
- getById(ID) - 接口 中的方法com.flagwind.persistent.base.BaseSelectRepository
-
- getCatalog() - 类 中的方法com.flagwind.mybatis.common.Config
-
- getCatalog() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getChildField() - 类 中的方法com.flagwind.persistent.model.ChildClause
-
- getChildTable() - 类 中的方法com.flagwind.persistent.model.ChildClause
-
- getColumn(Class<?>, String) - 类 中的静态方法com.flagwind.mybatis.helpers.EntityHelper
-
- getColumn() - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- getColumn() - 类 中的方法com.flagwind.persistent.AggregateEntry
-
- getColumn() - 类 中的方法com.flagwind.persistent.ColumnTypeEntry
-
- getColumn() - 类 中的方法com.flagwind.persistent.QueryField
-
- getColumnEqualsHolder() - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
返回格式如:colum = #{age,jdbcType=NUMERIC,typeHandler=MyTypeHandler}
- getColumnEqualsHolder(String) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
返回格式如:colum = #{age,jdbcType=NUMERIC,typeHandler=MyTypeHandler}
- getColumnHolder() - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
返回格式如:#{age,jdbcType=NUMERIC,typeHandler=MyTypeHandler}
- getColumnHolder(String) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
返回格式如:#{entityName.age,jdbcType=NUMERIC,typeHandler=MyTypeHandler}
- getColumnHolder(String, String) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
返回格式如:#{entityName.age+suffix,jdbcType=NUMERIC,typeHandler=MyTypeHandler}
- getColumnHolder(String, String, String) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
返回格式如:#{entityName.age+suffix,jdbcType=NUMERIC,typeHandler=MyTypeHandler}+separator
- getColumnHolderWithComma(String, String) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
返回格式如:#{entityName.age+suffix,jdbcType=NUMERIC,typeHandler=MyTypeHandler},
- getColumnName(EntityField, Style) - 类 中的静态方法com.flagwind.mybatis.helpers.ColumnHelper
-
- getColumns(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.EntityHelper
-
获取全部列
- getColumnTypeEntry(EntityField) - 类 中的静态方法com.flagwind.mybatis.helpers.ColumnHelper
-
- getCombine() - 类 中的方法com.flagwind.persistent.model.CombineClause
-
- getConfig() - 类 中的方法com.flagwind.mybatis.common.MapperResolver
-
获取通用Mapper配置
- getCount(MappedStatement, Transaction, Object, BoundSql, Dialect) - 类 中的静态方法com.flagwind.mybatis.paginator.helpers.SQLHelper
-
- getCountSQL() - 类 中的方法com.flagwind.mybatis.paginator.dialects.Dialect
-
- getCountString(String) - 类 中的方法com.flagwind.mybatis.paginator.dialects.Dialect
-
将sql转换为总记录数SQL
- getDatabaseDialect(String) - 枚举 中的静态方法com.flagwind.mybatis.code.IdentityDialect
-
- getDepth() - 类 中的方法com.flagwind.mybatis.common.Config
-
- getDescription() - 枚举 中的方法com.flagwind.persistent.model.ClauseOperator
-
- getDialect() - 类 中的方法com.flagwind.mybatis.common.Config
-
- getDialect() - 类 中的方法com.flagwind.mybatis.provider.MapperTemplate
-
- getDouble(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getDouble(String, double) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getEnableTotalCount() - 类 中的方法com.flagwind.persistent.model.Paging
-
- getEndValue() - 类 中的方法com.flagwind.persistent.model.SingleClause
-
- getEntityClass() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getEntityClass(MappedStatement) - 类 中的方法com.flagwind.mybatis.provider.MapperTemplate
-
获取返回值类型 - 实体类型
- getEntityClassColumns() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getEntityClassPKColumns() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getEntityTable(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.EntityHelper
-
获取表对象
- getEnumTypeHandler(EntityField) - 类 中的静态方法com.flagwind.mybatis.helpers.ColumnHelper
-
- getExtras() - 类 中的方法com.flagwind.persistent.AssociativeEntry
-
- getField(Class<?>, String) - 类 中的静态方法com.flagwind.mybatis.helpers.FieldHelper
-
- getFields(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.FieldHelper
-
获取全部的Field
- getFields() - 类 中的方法com.flagwind.persistent.model.Sorting
-
- getFieldsText() - 类 中的方法com.flagwind.persistent.model.Sorting
-
- getFloat(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getFloat(String, float) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getFromFeild() - 类 中的方法com.flagwind.mybatis.meta.RelationshipTable
-
已过时。
- getFromTable() - 类 中的方法com.flagwind.mybatis.meta.RelationshipTable
-
已过时。
- getGenerator() - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- getIDENTITY() - 类 中的方法com.flagwind.mybatis.common.Config
-
获取主键自增回写SQL
- getIDENTITY() - 类 中的方法com.flagwind.mybatis.provider.MapperTemplate
-
- getIDENTITY(EntityColumn) - 类 中的方法com.flagwind.mybatis.provider.MapperTemplate
-
获取IDENTITY值的表达式
- getIdentityRetrievalStatement() - 枚举 中的方法com.flagwind.mybatis.code.IdentityDialect
-
- getIfCacheIsNull(EntityColumn, String) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
如果_cache == null
- getIfCacheNotNull(EntityColumn, String) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
- getIfIsNull(EntityColumn, String, boolean) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
判断自动==null的条件结构
- getIfIsNull(String, EntityColumn, String, boolean) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
判断自动==null的条件结构
- getIfNotNull(EntityColumn, String, boolean) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
判断自动!
- getIfNotNull(String, EntityColumn, String, boolean) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
判断自动!
- getIncluded() - 类 中的方法com.flagwind.persistent.model.ChildClause
-
- getInstance(Class<?>, Class<?>) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
实例化TypeHandler
- getInt(String, int) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getIntArray(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getInteger(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getJavaType() - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- getJavaType() - 类 中的方法com.flagwind.mybatis.meta.EntityField
-
获取javaType
- getJavaType() - 类 中的方法com.flagwind.persistent.QueryField
-
- getJdbcType() - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- getJdbcType() - 类 中的方法com.flagwind.persistent.ColumnTypeEntry
-
- getJoin() - 类 中的方法com.flagwind.mybatis.meta.RelationshipTable
-
已过时。
- getKeyColumns() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getKeyProperties() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getLimit() - 类 中的方法com.flagwind.mybatis.paginator.PageBounds
-
- getLimitString(String, String, int, String, int) - 类 中的方法com.flagwind.mybatis.paginator.dialects.base.DB2Dialect
-
- getLimitString(String, String, int, String, int) - 类 中的方法com.flagwind.mybatis.paginator.dialects.base.H2Dialect
-
- getLimitString(String, String, int, String, int) - 类 中的方法com.flagwind.mybatis.paginator.dialects.base.HSQLDialect
-
- getLimitString(String, String, int, String, int) - 类 中的方法com.flagwind.mybatis.paginator.dialects.base.MySQLDialect
-
- getLimitString(String, String, int, String, int) - 类 中的方法com.flagwind.mybatis.paginator.dialects.base.OracleDialect
-
- getLimitString(String, String, int, String, int) - 类 中的方法com.flagwind.mybatis.paginator.dialects.base.PostgreSQLDialect
-
- getLimitString(String, String, int, String, int) - 类 中的方法com.flagwind.mybatis.paginator.dialects.base.SQLServer2005Dialect
-
Add a LIMIT clause to the given SQL SELECT
The LIMIT SQL will look like:
WITH query AS
(SELECT TOP 100 percent ROW_NUMBER() OVER (ORDER BY CURRENT_TIMESTAMP) as __row_number__, * from table_name)
SELECT *
FROM query
WHERE __row_number__ BETWEEN :offset and :lastRows
ORDER BY __row_number__
- getLimitString(String, String, int, String, int) - 类 中的方法com.flagwind.mybatis.paginator.dialects.base.SQLServerDialect
-
- getLimitString(String, String, int, String, int) - 类 中的方法com.flagwind.mybatis.paginator.dialects.base.SybaseDialect
-
- getLimitString(String, String, int, String, int) - 类 中的方法com.flagwind.mybatis.paginator.dialects.Dialect
-
将sql变成分页sql语句
- getLong(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getLong(String, long) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getMappedName(Field) - 类 中的静态方法com.flagwind.mybatis.utils.AssociationUtils
-
- getMapperClass(String) - 类 中的静态方法com.flagwind.mybatis.utils.MsUtil
-
根据msId获取接口类
- getMapperResolver() - 类 中的方法com.flagwind.mybatis.spring.MapperScannerConfigurer
-
- getMethodName(MappedStatement) - 类 中的静态方法com.flagwind.mybatis.utils.MsUtil
-
获取执行的方法名
- getMethodName(String) - 类 中的静态方法com.flagwind.mybatis.utils.MsUtil
-
获取执行的方法名
- getMode() - 类 中的方法com.flagwind.persistent.model.Sorting
-
- getName() - 类 中的方法com.flagwind.mybatis.meta.EntityField
-
字段属性名
- getName() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getName() - 类 中的方法com.flagwind.persistent.AssociativeEntry
-
- getName() - 类 中的方法com.flagwind.persistent.model.ChildClause
-
- getName() - 类 中的方法com.flagwind.persistent.model.SingleClause
-
- getNullIfBlank(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getNullIfEmpty(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getOffset() - 类 中的方法com.flagwind.mybatis.paginator.PageBounds
-
- getOperator() - 类 中的方法com.flagwind.persistent.model.ChildClause
-
- getOperator() - 类 中的方法com.flagwind.persistent.model.SingleClause
-
- getOrderBy() - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- getOrderByClause(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.EntityHelper
-
获取默认的orderby语句
- getOrderByClause() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getOrders() - 类 中的方法com.flagwind.mybatis.paginator.PageBounds
-
- getPage() - 类 中的方法com.flagwind.mybatis.paginator.PageBounds
-
- getPageCount() - 类 中的方法com.flagwind.persistent.model.Paging
-
返回总的页数
- getPageIndex() - 类 中的方法com.flagwind.persistent.model.Paging
-
- getPageSize() - 类 中的方法com.flagwind.persistent.model.Paging
-
返回每页的条数
- getPageSQL() - 类 中的方法com.flagwind.mybatis.paginator.dialects.Dialect
-
- getParameterMappings() - 类 中的方法com.flagwind.mybatis.paginator.dialects.Dialect
-
- getParameterObject() - 类 中的方法com.flagwind.mybatis.paginator.DefaultParameterHandler
-
- getParameterObject() - 类 中的方法com.flagwind.mybatis.paginator.dialects.Dialect
-
- getPKColumns(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.EntityHelper
-
获取主键信息
- getPrefix() - 类 中的方法com.flagwind.mybatis.common.Config
-
获取表前缀,带catalog或schema
- getPrefix() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getPrimaryKeyParameterMappings(MappedStatement) - 类 中的方法com.flagwind.mybatis.provider.MapperTemplate
-
- getPrimaryKeyWhere(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.EntityHelper
-
- getProperties(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.FieldHelper
-
获取全部的属性,通过方法名获取
- getProperties() - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getProperty() - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- getProperty(String, String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
delegate method start
- getProperty(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getPropertyMap() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getPropertyName(EntityField) - 类 中的静态方法com.flagwind.mybatis.helpers.ColumnHelper
-
- getQueryFieldColumnSql() - 类 中的静态方法com.flagwind.mybatis.utils.TemplateSqlUtils
-
- getQueryFieldGroupBySql() - 类 中的静态方法com.flagwind.mybatis.utils.TemplateSqlUtils
-
- getRequiredBoolean(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getRequiredDouble(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getRequiredFloat(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getRequiredInt(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getRequiredLong(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getRequiredString(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getResultMap(Configuration) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
生成当前实体的resultMap对象
- getSchema() - 类 中的方法com.flagwind.mybatis.common.Config
-
- getSchema() - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- getSelectColumns(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.EntityHelper
-
获取查询的Select
- getSelectColumnsFromAssociationTable(EntityField, String, String) - 类 中的静态方法com.flagwind.mybatis.helpers.AssociationSqlHelper
-
- getSelectColumnsFromMasterTable(Class<?>, String, String) - 类 中的静态方法com.flagwind.mybatis.helpers.AssociationSqlHelper
-
- getSeqFormat() - 类 中的方法com.flagwind.mybatis.common.Config
-
获取序列格式化模板
- getSeqNextVal(EntityColumn) - 类 中的方法com.flagwind.mybatis.provider.MapperTemplate
-
获取序列下个值的表达式
- getSequenceName() - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- getSortingSql() - 类 中的静态方法com.flagwind.mybatis.utils.TemplateSqlUtils
-
- getSortString(String, List<Sorting>) - 类 中的方法com.flagwind.mybatis.paginator.dialects.Dialect
-
将sql转换为带排序的SQL
- getSource() - 类 中的方法com.flagwind.persistent.AssociativeEntry
-
- getStartsWithProperties(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getStartValue() - 类 中的方法com.flagwind.persistent.model.SingleClause
-
- getStringArray(String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- getStyle() - 类 中的方法com.flagwind.mybatis.common.Config
-
- getSwapper(Configuration) - 类 中的静态方法com.flagwind.mybatis.swapper.ResultMapSwapperHolder
-
- getTable() - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- getTableName(Class<?>, Config) - 类 中的静态方法com.flagwind.mybatis.helpers.AssociationSqlHelper
-
- getTableName(Class<?>, String) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
- getTargetType(Field) - 类 中的静态方法com.flagwind.mybatis.utils.AssociationUtils
-
- getToFeild() - 类 中的方法com.flagwind.mybatis.meta.RelationshipTable
-
已过时。
- getToTable() - 类 中的方法com.flagwind.mybatis.meta.RelationshipTable
-
已过时。
- getTotalCount() - 类 中的方法com.flagwind.persistent.model.Paging
-
返回每页的条数
- getType() - 类 中的方法com.flagwind.persistent.AggregateEntry
-
- getType() - 类 中的方法com.flagwind.persistent.QueryField
-
- getTypeHandler() - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- getTypeHandler() - 类 中的方法com.flagwind.persistent.ColumnTypeEntry
-
- getUpdatePartSetSql(String) - 类 中的静态方法com.flagwind.mybatis.utils.TemplateSqlUtils
-
- getUUID() - 类 中的方法com.flagwind.mybatis.common.Config
-
获取UUID生成规则
- getUUID() - 类 中的方法com.flagwind.mybatis.provider.MapperTemplate
-
- getValue() - 类 中的方法com.flagwind.persistent.model.SingleClause
-
- getValues() - 类 中的方法com.flagwind.persistent.model.SingleClause
-
- getWhereSql(String, int) - 类 中的静态方法com.flagwind.mybatis.utils.TemplateSqlUtils
-
- getWrapperFor(MetaObject, Object) - 类 中的方法com.flagwind.mybatis.reflection.wrapper.ExtensibleWrapperFactory
-
- greaterThan(String, Object) - 类 中的静态方法com.flagwind.persistent.model.SingleClause
-
构建>条件
- greaterThanEqual(String, Object) - 类 中的静态方法com.flagwind.persistent.model.SingleClause
-
构建>=条件
- groupBy(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.AggregateSqlHelper
-
- save(OutputStream, String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
已过时。
- seek(MappedStatement) - 类 中的方法com.flagwind.mybatis.provider.base.BaseSelectProvider
-
关联查询(当没有关联信息时与query一样)
- seek(Clause) - 接口 中的方法com.flagwind.persistent.base.BaseSelectRepository
-
- seekById(MappedStatement) - 类 中的方法com.flagwind.mybatis.provider.base.BaseSelectProvider
-
根据主键进行关联查询(当没有关联信息时与getById一样)
- seekById(ID) - 接口 中的方法com.flagwind.persistent.base.BaseSelectRepository
-
- selectAllColumns(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.AggregateSqlHelper
-
- selectAllColumns(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.AssociationSqlHelper
-
- selectAllColumns(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
select xxx,xxx...
- selectAllColumnsFromTable(Class<?>) - 类 中的方法com.flagwind.mybatis.provider.base.BaseSelectProvider
-
- selectByIds(MappedStatement) - 类 中的方法com.flagwind.mybatis.provider.MultipleIdsProvider
-
根据主键字符串进行查询,类中只有存在一个带有@Id注解的字段
- selectCount(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
select count(x)
- selectCountExists(Class<?>) - 类 中的静态方法com.flagwind.mybatis.helpers.SqlHelper
-
select case when count(x) > 0 then 1 else 0 end
- SelectKeyHelper - com.flagwind.mybatis.helpers中的类
-
- SelectKeyHelper() - 类 的构造器com.flagwind.mybatis.helpers.SelectKeyHelper
-
- set(PropertyTokenizer, Object) - 类 中的方法com.flagwind.mybatis.reflection.wrapper.ExtensibleBeanWrapper
-
- set(String, Object) - 接口 中的方法com.flagwind.persistent.ExtensibleObject
-
动态增加属性
- setAggregate(AggregateEntry) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setAlias(String) - 类 中的方法com.flagwind.persistent.AggregateEntry
-
- setAlias(String) - 类 中的方法com.flagwind.persistent.QueryField
-
- setAssociationFields(List<EntityField>) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setAssociationRegisted(boolean) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setAsyncTotalCount(boolean) - 类 中的方法com.flagwind.mybatis.paginator.OffsetLimitInterceptor
-
- setAsyncTotalCount(Boolean) - 类 中的方法com.flagwind.mybatis.paginator.PageBounds
-
- setBaseSelect(String) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setBEFORE(boolean) - 类 中的方法com.flagwind.mybatis.common.Config
-
- setCatalog(String) - 类 中的方法com.flagwind.mybatis.common.Config
-
设置全局的catalog,默认为空,如果设置了值,操作表时的sql会是catalog.tablename
- setCatalog(String) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setCheckExampleEntityClass(boolean) - 类 中的方法com.flagwind.mybatis.common.Config
-
- setChildField(String) - 类 中的方法com.flagwind.persistent.model.ChildClause
-
- setChildTable(String) - 类 中的方法com.flagwind.persistent.model.ChildClause
-
- setColumn(String) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setColumn(String) - 类 中的方法com.flagwind.persistent.AggregateEntry
-
- setColumn(String) - 类 中的方法com.flagwind.persistent.ColumnTypeEntry
-
- setColumn(String) - 类 中的方法com.flagwind.persistent.QueryField
-
- setCombine(ClauseCombine) - 类 中的方法com.flagwind.persistent.model.CombineClause
-
- setConfig(Config) - 类 中的方法com.flagwind.mybatis.common.MapperResolver
-
设置通用Mapper配置
- setContainsTotalCount(boolean) - 类 中的方法com.flagwind.mybatis.paginator.PageBounds
-
- setDepth(int) - 类 中的方法com.flagwind.mybatis.common.Config
-
- setDialect(String) - 类 中的方法com.flagwind.mybatis.common.Config
-
- setDialect(String) - 类 中的方法com.flagwind.mybatis.paginator.OffsetLimitInterceptor
-
- setDiscovery(Discovery) - 类 中的方法com.flagwind.mybatis.spring.MapperScannerConfigurer
-
- setEnableMethodAnnotation(boolean) - 类 中的方法com.flagwind.mybatis.common.Config
-
- setEnableTotalCount(boolean) - 类 中的方法com.flagwind.persistent.model.Paging
-
- setEntityClassColumns(Set<EntityColumn>) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setEntityClassPKColumns(Set<EntityColumn>) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setExtras(String) - 类 中的方法com.flagwind.persistent.AssociativeEntry
-
- setFields(String[]) - 类 中的方法com.flagwind.persistent.model.Sorting
-
- setFieldsText(String) - 类 中的方法com.flagwind.persistent.model.Sorting
-
- setFromFeild(String) - 类 中的方法com.flagwind.mybatis.meta.RelationshipTable
-
已过时。
- setFromTable(String) - 类 中的方法com.flagwind.mybatis.meta.RelationshipTable
-
已过时。
- setGenerator(String) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setId(boolean) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setIDENTITY(String) - 类 中的方法com.flagwind.mybatis.common.Config
-
主键自增回写方法,默认值MYSQL,详细说明请看文档
- setIdentity(boolean) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setIncluded(boolean) - 类 中的方法com.flagwind.persistent.model.ChildClause
-
- setInsertable(boolean) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setJavaType(Class<?>) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setJavaType(Class<?>) - 类 中的方法com.flagwind.mybatis.meta.EntityField
-
设置javaType
- setJavaType(Class<?>) - 类 中的方法com.flagwind.persistent.QueryField
-
- setJdbcType(JdbcType) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setJdbcType(JdbcType) - 类 中的方法com.flagwind.persistent.ColumnTypeEntry
-
- setJoin(String) - 类 中的方法com.flagwind.mybatis.meta.RelationshipTable
-
已过时。
- setKeyColumns(List<String>) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setKeyColumns(String) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setKeyProperties(List<String>) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setKeyProperties(String) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setLimit(int) - 类 中的方法com.flagwind.mybatis.paginator.PageBounds
-
- setMapperResolver(MapperResolver) - 类 中的方法com.flagwind.mybatis.spring.MapperFactoryBean
-
- setMapperResolver(MapperResolver) - 类 中的方法com.flagwind.mybatis.spring.MapperScannerConfigurer
-
- setMarkerInterface(Class<?>) - 类 中的方法com.flagwind.mybatis.spring.MapperScannerConfigurer
-
- setMode(Sorting.SortingMode) - 类 中的方法com.flagwind.persistent.model.Sorting
-
- setName(String) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setName(String) - 类 中的方法com.flagwind.persistent.AssociativeEntry
-
- setName(String) - 类 中的方法com.flagwind.persistent.model.ChildClause
-
- setName(String) - 类 中的方法com.flagwind.persistent.model.SingleClause
-
- setNotEmpty(boolean) - 类 中的方法com.flagwind.mybatis.common.Config
-
- setOperator(ClauseOperator) - 类 中的方法com.flagwind.persistent.model.ChildClause
-
- setOperator(ClauseOperator) - 类 中的方法com.flagwind.persistent.model.SingleClause
-
- setOrder(String) - 类 中的方法com.flagwind.mybatis.common.Config
-
主键自增回写方法执行顺序,默认AFTER,可选值为(BEFORE|AFTER)
- setOrderBy(String) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setOrderByClause(String) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setOrders(List<Sorting>) - 类 中的方法com.flagwind.mybatis.paginator.PageBounds
-
- setPage(int) - 类 中的方法com.flagwind.mybatis.paginator.PageBounds
-
- setPageIndex(Long) - 类 中的方法com.flagwind.persistent.model.Paging
-
- setPageParameter(String, Object, Class) - 类 中的方法com.flagwind.mybatis.paginator.dialects.Dialect
-
- setPageSize(Long) - 类 中的方法com.flagwind.persistent.model.Paging
-
- setParameters(PreparedStatement) - 类 中的方法com.flagwind.mybatis.paginator.DefaultParameterHandler
-
- setPoolMaxSize(int) - 类 中的方法com.flagwind.mybatis.paginator.OffsetLimitInterceptor
-
- setProperties(Properties) - 类 中的方法com.flagwind.mybatis.common.Config
-
配置属性
- setProperties(Properties) - 类 中的方法com.flagwind.mybatis.common.MapperResolver
-
配置属性
- setProperties(Properties) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- setProperties(Properties) - 类 中的方法com.flagwind.mybatis.paginator.OffsetLimitInterceptor
-
- setProperties(Properties) - 类 中的方法com.flagwind.mybatis.spring.MapperScannerConfigurer
-
属性注入
- setProperty(String) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setProperty(String, int) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
setProperty(String key,int value) ... start
- setProperty(String, long) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- setProperty(String, float) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- setProperty(String, double) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- setProperty(String, boolean) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- setProperty(String, String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- setResultType(MappedStatement, Class<?>) - 类 中的方法com.flagwind.mybatis.provider.MapperTemplate
-
设置返回值类型 - 为了让typeHandler在select时有效,改为设置resultMap
- setSchema(String) - 类 中的方法com.flagwind.mybatis.common.Config
-
设置全局的schema,默认为空,如果设置了值,操作表时的sql会是schema.tablename
如果同时设置了catalog,优先使用catalog.tablename
- setSchema(String) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setSeqFormat(String) - 类 中的方法com.flagwind.mybatis.common.Config
-
序列的获取规则,使用{num}格式化参数,默认值为{0}.nextval,针对Oracle
可选参数一共3个,对应0,1,2,3分别为SequenceName,ColumnName, PropertyName,TableName
- setSequenceName(String) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setSource(String) - 类 中的方法com.flagwind.persistent.AssociativeEntry
-
- setSqlSource(MappedStatement) - 类 中的方法com.flagwind.mybatis.common.MapperResolver
-
重新设置SqlSource
执行该方法前必须使用isMapperMethod判断,否则msIdCache会空
- setSqlSource(MappedStatement, SqlSource) - 类 中的方法com.flagwind.mybatis.provider.MapperTemplate
-
重新设置SqlSource
- setSqlSource(MappedStatement) - 类 中的方法com.flagwind.mybatis.provider.MapperTemplate
-
重新设置SqlSource
- setStyle(Style) - 类 中的方法com.flagwind.mybatis.common.Config
-
- setTable(EntityTable) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setTable(Table) - 类 中的方法com.flagwind.mybatis.meta.EntityTable
-
- setToFeild(String) - 类 中的方法com.flagwind.mybatis.meta.RelationshipTable
-
已过时。
- setToTable(String) - 类 中的方法com.flagwind.mybatis.meta.RelationshipTable
-
已过时。
- setTotalCount(Long) - 类 中的方法com.flagwind.persistent.model.Paging
-
- setType(AggregateType) - 类 中的方法com.flagwind.persistent.AggregateEntry
-
- setType(AggregateType) - 类 中的方法com.flagwind.persistent.QueryField
-
- setTypeHandler(Class<? extends TypeHandler<?>>) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setTypeHandler(Class<? extends TypeHandler<?>>) - 类 中的方法com.flagwind.persistent.ColumnTypeEntry
-
- setUpdatable(boolean) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setUseSimpleType(boolean) - 类 中的方法com.flagwind.mybatis.common.Config
-
- setUUID(String) - 类 中的方法com.flagwind.mybatis.common.Config
-
设置UUID生成策略
配置UUID生成策略需要使用OGNL表达式
默认值32位长度:@java.util.UUID@randomUUID().toString().replace("-", "")
- setUuid(boolean) - 类 中的方法com.flagwind.mybatis.meta.EntityColumn
-
- setValues(Object[]) - 类 中的方法com.flagwind.persistent.model.SingleClause
-
- SimpleTypeUtils - com.flagwind.mybatis.utils中的类
-
- SimpleTypeUtils() - 类 的构造器com.flagwind.mybatis.utils.SimpleTypeUtils
-
- SingleClause - com.flagwind.persistent.model中的类
-
- SingleClause(String, Object...) - 类 的构造器com.flagwind.persistent.model.SingleClause
-
- SingleClause(String, ClauseOperator, Object...) - 类 的构造器com.flagwind.persistent.model.SingleClause
-
- size() - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- Sorting - com.flagwind.persistent.model中的类
-
- Sorting() - 类 的构造器com.flagwind.persistent.model.Sorting
-
- Sorting(String...) - 类 的构造器com.flagwind.persistent.model.Sorting
-
- Sorting(Sorting.SortingMode, String...) - 类 的构造器com.flagwind.persistent.model.Sorting
-
- Sorting.SortingMode - com.flagwind.persistent.model中的枚举
-
- SpecialProvider - com.flagwind.mybatis.provider中的类
-
特殊的数据操作提供器
- SpecialProvider(Class<?>, MapperResolver) - 类 的构造器com.flagwind.mybatis.provider.SpecialProvider
-
- SqlHelper - com.flagwind.mybatis.helpers中的类
-
- SqlHelper() - 类 的构造器com.flagwind.mybatis.helpers.SqlHelper
-
- SQLHelper - com.flagwind.mybatis.paginator.helpers中的类
-
- SQLHelper() - 类 的构造器com.flagwind.mybatis.paginator.helpers.SQLHelper
-
- SQLServer2005Dialect - com.flagwind.mybatis.paginator.dialects.base中的类
-
- SQLServer2005Dialect(MappedStatement, Object, PageBounds) - 类 的构造器com.flagwind.mybatis.paginator.dialects.base.SQLServer2005Dialect
-
- SQLServerDialect - com.flagwind.mybatis.paginator.dialects.base中的类
-
- SQLServerDialect(MappedStatement, Object, PageBounds) - 类 的构造器com.flagwind.mybatis.paginator.dialects.base.SQLServerDialect
-
- SqlServerProvider - com.flagwind.mybatis.provider中的类
-
- SqlServerProvider(Class<?>, MapperResolver) - 类 的构造器com.flagwind.mybatis.provider.SqlServerProvider
-
- store(OutputStream, String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- storeToXML(OutputStream, String, String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- storeToXML(OutputStream, String) - 类 中的方法com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
- StringUtil - com.flagwind.mybatis.utils中的类
-
- StringUtil() - 类 的构造器com.flagwind.mybatis.utils.StringUtil
-
- Style - com.flagwind.mybatis.code中的枚举
-
字段转换方式
- supportMethod(String) - 类 中的方法com.flagwind.mybatis.provider.EmptyProvider
-
- supportMethod(String) - 类 中的方法com.flagwind.mybatis.provider.MapperTemplate
-
是否支持该通用方法
- SybaseDialect - com.flagwind.mybatis.paginator.dialects.base中的类
-
- SybaseDialect(MappedStatement, Object, PageBounds) - 类 的构造器com.flagwind.mybatis.paginator.dialects.base.SybaseDialect
-
- SYSTEM_PROPERTIES_MODE_FALLBACK - 类 中的静态变量com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
Check system properties if not resolvable in the specified properties.
- SYSTEM_PROPERTIES_MODE_NEVER - 类 中的静态变量com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
Never check system properties.
- SYSTEM_PROPERTIES_MODE_OVERRIDE - 类 中的静态变量com.flagwind.mybatis.paginator.helpers.PropertiesHelper
-
Check system properties first, before trying the specified properties.