- getAlias() - Method in class tech.ibit.mybatis.sqlbuilder.Table
-
Gets the value of alias
- getAutoIncrementIdSetterMethod(Class<?>) - Static method in class tech.ibit.mybatis.sqlbuilder.converter.EntityConverter
-
获取自增长id的Setter方法
- getBetweenInstance(IColumn, OperatorEnum, Object, Object) - Static method in class tech.ibit.mybatis.sqlbuilder.CriteriaItem
-
构造between条件
- getById(K) - Method in interface tech.ibit.mybatis.MultipleIdMapper
-
通过主键获取
- getById(K) - Method in interface tech.ibit.mybatis.SingleIdMapper
-
通过主键获取
- getById(SingleIdMapper<T, K>, K) - Static method in class tech.ibit.mybatis.sqlbuilder.utils.IdSqlUtils
-
构造通过主键查询对象的SQL参数对象(单列作为主键)
- getById(SingleIdMapper<T, K>, Class<?>, K) - Static method in class tech.ibit.mybatis.sqlbuilder.utils.IdSqlUtils
-
构造通过主键查询对象的SQL参数对象(单列作为主键)
- getById(SingleIdMapper<T, K>, K) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
通过主键获取实体
- getByIds(List<K>) - Method in interface tech.ibit.mybatis.MultipleIdMapper
-
通过主键批量获取
- getByIds(Collection<K>) - Method in interface tech.ibit.mybatis.SingleIdMapper
-
通过主键批量获取
- getByIds(SingleIdMapper<T, K>, Collection<K>) - Static method in class tech.ibit.mybatis.sqlbuilder.utils.IdSqlUtils
-
构造通过主键查询对象的SQL参数对象(单列作为主键)
- getByIds(SingleIdMapper<T, K>, Class<?>, Collection<K>) - Static method in class tech.ibit.mybatis.sqlbuilder.utils.IdSqlUtils
-
构造通过主键查询对象的SQL参数对象(单列作为主键)
- getByIds(SingleIdMapper<T, K>, Collection<K>) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
通过主键批量获取实体
- getByMultiId(MultipleIdMapper<T, K>, K) - Static method in class tech.ibit.mybatis.sqlbuilder.utils.IdSqlUtils
-
构造通过主键查询对象的SQL参数对象(多列作为主键)
- getByMultiId(MultipleIdMapper<T, K>, Class<?>, K) - Static method in class tech.ibit.mybatis.sqlbuilder.utils.IdSqlUtils
-
构造通过主键查询对象的SQL参数对象(多列作为主键)
- getByMultiId(MultipleIdMapper<T, K>, K) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
通过主键获取实体
- getByMultiIds(MultipleIdMapper<T, K>, Collection<K>) - Static method in class tech.ibit.mybatis.sqlbuilder.utils.IdSqlUtils
-
构造通过主键查询对象的SQL参数对象(多列作为主键)
- getByMultiIds(MultipleIdMapper<T, K>, Class<?>, Collection<K>) - Static method in class tech.ibit.mybatis.sqlbuilder.utils.IdSqlUtils
-
构造通过主键查询对象的SQL参数对象(多列作为主键)
- getByMultiIds(MultipleIdMapper<T, K>, Collection<K>) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
通过主键批量获取实体
- getByUniqueKey(UniqueKey) - Method in interface tech.ibit.mybatis.Mapper
-
通过 unique key 获取
- getByUniqueKey(Mapper<T>, Class<?>, UniqueKey) - Static method in class tech.ibit.mybatis.sqlbuilder.utils.UniqueKeySqlUtils
-
构造通过 uniqueKey 查询对象的SQL参数对象
- getByUniqueKey(Mapper<T>, UniqueKey) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
通过 unique key 获取实体
- getByUniqueKeys(Collection<UniqueKey>) - Method in interface tech.ibit.mybatis.Mapper
-
通过 unique key 批量获取
- getByUniqueKeys(Mapper<T>, Class<?>, Collection<UniqueKey>) - Static method in class tech.ibit.mybatis.sqlbuilder.utils.UniqueKeySqlUtils
-
构造通过 uniqueKey 查询对象的SQL参数对象
- getByUniqueKeys(Mapper<T>, Collection<UniqueKey>) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
通过 unique key 批量获取实体
- getColumn() - Method in class tech.ibit.mybatis.sqlbuilder.AggregateColumn
-
- getColumn() - Method in class tech.ibit.mybatis.sqlbuilder.Column
-
- getColumn() - Method in interface tech.ibit.mybatis.sqlbuilder.column.support.IColumnSupport
-
获取列
- getColumn() - Method in class tech.ibit.mybatis.sqlbuilder.ColumnValue
-
Gets the value of column
- getColumn() - Method in class tech.ibit.mybatis.sqlbuilder.converter.ColumnInfo
-
Gets the value of column
- getColumn() - Method in class tech.ibit.mybatis.sqlbuilder.CriteriaItem
-
Gets the value of column
- getColumn() - Method in interface tech.ibit.mybatis.sqlbuilder.IOrderBy
-
获取列
- getColumn() - Method in class tech.ibit.mybatis.sqlbuilder.OrderBy
-
- getColumn() - Method in class tech.ibit.mybatis.sqlbuilder.SetItem
-
Gets the value of column
- getColumn() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.ColumnSupportImpl
-
获取列
- getColumnCompareInstance(IColumn, OperatorEnum, IColumn) - Static method in class tech.ibit.mybatis.sqlbuilder.CriteriaItem
-
构造两列比较条件
- getColumnInfos() - Method in class tech.ibit.mybatis.sqlbuilder.converter.TableColumnInfo
-
Gets the value of columnInfos
- getColumnPairs() - Method in class tech.ibit.mybatis.sqlbuilder.JoinOn
-
Gets the value of columnPairs
- getColumnPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.ColumnSupportImpl
-
获取预查询SQL对象
- getColumnPrepareStatement() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
获取列预查询SQL
- getColumns() - Method in class tech.ibit.mybatis.sqlbuilder.AggregateColumn
-
Gets the value of columns
- getColumns(Class<?>) - Static method in class tech.ibit.mybatis.sqlbuilder.converter.EntityConverter
-
获取列
- getColumns() - Method in class tech.ibit.mybatis.sqlbuilder.converter.TableColumnInfo
-
获取列
- getColumnValues() - Method in class tech.ibit.mybatis.sqlbuilder.converter.TableColumnSetValues
-
Gets the value of columnValues
- getColumnValues() - Method in class tech.ibit.mybatis.sqlbuilder.converter.TableColumnValues
-
Gets the value of columnValues
- getColumnValues() - Method in class tech.ibit.mybatis.sqlbuilder.UniqueKey
-
Gets the value of columnValues
- getCompareColumnName(boolean) - Method in interface tech.ibit.mybatis.sqlbuilder.IColumn
-
比较的列名称(如where, having, order by等)
- getContainsType() - Method in class tech.ibit.mybatis.sqlbuilder.FlagCriteriaItem
-
Gets the value of containsType
- getCriteriaItems() - Method in class tech.ibit.mybatis.sqlbuilder.JoinOn
-
Gets the value of criteriaItems
- getDefaultTable() - Method in interface tech.ibit.mybatis.Mapper
-
获取默认的表对象
- getDeleteItemPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.DeleteSupportImpl
-
获取预查询SQL对象
- getDistinct() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.DistinctSupportImpl
-
获取distinct
- getEnum(Class<E>, Integer) - Static method in interface tech.ibit.mybatis.CommonEnum
-
获取枚举值对应的枚举
- getEnumMap(Class<E>) - Static method in interface tech.ibit.mybatis.CommonEnum
-
获取枚举键值对
- getExactKeyWord(String) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
获取精确的关键字
- getFromPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.FromSupportImpl
-
获取预查询SQL对象
- getFunctionName() - Method in class tech.ibit.mybatis.sqlbuilder.AggregateColumn
-
Gets the value of functionName
- getGroupByPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.GroupBySupportImpl
-
获取预查询SQL对象
- getHavingPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.HavingSupportImpl
-
获取预查询SQL对象
- getId() - Method in interface tech.ibit.mybatis.SingleIdMapper
-
获取主键列
- getIds() - Method in class tech.ibit.mybatis.sqlbuilder.converter.TableColumnInfo
-
获取主键列
- getIn(int) - Static method in class tech.ibit.mybatis.sqlbuilder.CriteriaMaker
-
构造"?"语句
- getInsertPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.InsertTableSupportImpl
-
获取预查询SQL对象
- getInstance(IColumn, FlagCriteriaItem.ContainsType, long) - Static method in class tech.ibit.mybatis.sqlbuilder.FlagCriteriaItem
-
获取实例
- getItem() - Method in class tech.ibit.mybatis.sqlbuilder.Criteria
-
Gets the value of item
- getItems() - Method in class tech.ibit.mybatis.sqlbuilder.sql.field.ListField
-
Gets the value of items
- getJoinOn() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.JoinOnSupportImpl
-
Join on
- getJoinOnPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.JoinOnSupportImpl
-
获取预查询SQL对象
- getJoinOnType() - Method in class tech.ibit.mybatis.sqlbuilder.JoinOn
-
Gets the value of joinOnType
- getKey() - Method in class tech.ibit.mybatis.sqlbuilder.KeyValuePair
-
Gets the value of key
- getKeyword(String) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
获取keyword
- getLimit() - Method in class tech.ibit.mybatis.sqlbuilder.sql.field.LimitField
-
Gets the value of limit
- getLimit() - Method in class tech.ibit.mybatis.sqlbuilder.sql.Page
-
Gets the value of limit
- getLimit() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.LimitSupportImpl
-
获取limit相关参数
- getLimitPrepareStatement() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.LimitSupportImpl
-
获取预查询SQL对象
- getLogical() - Method in class tech.ibit.mybatis.sqlbuilder.Criteria
-
Gets the value of logical
- getMethod() - Method in class tech.ibit.mybatis.sqlbuilder.AutoIncrementIdSetterMethod
-
Gets the value of method
- getMultiValueInstance(IColumn, OperatorEnum, Collection<?>) - Static method in class tech.ibit.mybatis.sqlbuilder.CriteriaItem
-
构造多值条件
- getName() - Method in class tech.ibit.mybatis.sqlbuilder.AggregateColumn
-
- getName() - Method in class tech.ibit.mybatis.sqlbuilder.Column
-
- getName() - Method in interface tech.ibit.mybatis.sqlbuilder.IColumn
-
获取列名称
- getName() - Method in class tech.ibit.mybatis.sqlbuilder.SimpleNameColumn
-
- getName() - Method in class tech.ibit.mybatis.sqlbuilder.Table
-
Gets the value of name
- getNameAs() - Method in class tech.ibit.mybatis.sqlbuilder.AggregateColumn
-
- getNameAs() - Method in class tech.ibit.mybatis.sqlbuilder.Column
-
- getNameAs() - Method in class tech.ibit.mybatis.sqlbuilder.ColumnAs
-
- getNameAs() - Method in interface tech.ibit.mybatis.sqlbuilder.IColumn
-
获取列后面的`as`名称
- getNameAs() - Method in class tech.ibit.mybatis.sqlbuilder.SimpleNameColumn
-
- getNameWithAlias() - Method in class tech.ibit.mybatis.sqlbuilder.Table
-
获取带别名的名称
- getNameWithTableAlias() - Method in class tech.ibit.mybatis.sqlbuilder.AggregateColumn
-
获取带表别名的列名称
- getNameWithTableAlias() - Method in class tech.ibit.mybatis.sqlbuilder.Column
-
- getNameWithTableAlias() - Method in interface tech.ibit.mybatis.sqlbuilder.IColumn
-
获取带表别名的列名称
- getNameWithTableAlias() - Method in class tech.ibit.mybatis.sqlbuilder.SimpleNameColumn
-
- getNotIdColumns() - Method in class tech.ibit.mybatis.sqlbuilder.converter.TableColumnInfo
-
获取非主键列
- getNoValueInstance(IColumn, OperatorEnum) - Static method in class tech.ibit.mybatis.sqlbuilder.CriteriaItem
-
构造无值条件
- getNullableResult(ResultSet, String) - Method in class tech.ibit.mybatis.CommonEnumTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class tech.ibit.mybatis.CommonEnumTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class tech.ibit.mybatis.CommonEnumTypeHandler
-
- getOnDuplicateKeyUpdatePrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.OnDuplicateKeyUpdateSupportImpl
-
获取预查询SQL对象
- getOperator() - Method in class tech.ibit.mybatis.sqlbuilder.CriteriaItem
-
Gets the value of operator
- getOrderByPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.OrderBySupportImpl
-
获取预查询SQL对象
- getParams() - Method in class tech.ibit.mybatis.sqlbuilder.PrepareStatement
-
获取参数列表
- getPoById(Class<P>, K) - Method in interface tech.ibit.mybatis.MultipleIdMapper
-
通过主键获取
- getPoById(Class<P>, K) - Method in interface tech.ibit.mybatis.SingleIdMapper
-
通过主键获取
- getPoById(SingleIdMapper<T, K>, Class<P>, K) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
通过主键获取某个类型的持久化对象
- getPoByIds(Class<P>, List<K>) - Method in interface tech.ibit.mybatis.MultipleIdMapper
-
通过主键批量获取
- getPoByIds(Class<P>, Collection<K>) - Method in interface tech.ibit.mybatis.SingleIdMapper
-
通过主键批量获取
- getPoByIds(SingleIdMapper<T, K>, Class<P>, Collection<K>) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
通过主键批量获取某个类型的持久化对象
- getPoByMultiId(MultipleIdMapper<T, K>, Class<P>, K) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
通过主键获取某个类型的持久化对象
- getPoByMultiIds(MultipleIdMapper<T, K>, Class<P>, Collection<K>) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
通过主键批量获取某个类型的持久化对象
- getPoByUniqueKey(Class<P>, UniqueKey) - Method in interface tech.ibit.mybatis.Mapper
-
通过 unique key 获取
- getPoByUniqueKey(Mapper<T>, Class<P>, UniqueKey) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
通过 unique key 获取某个类型的持久化对象
- getPoByUniqueKeys(Class<P>, Collection<UniqueKey>) - Method in interface tech.ibit.mybatis.Mapper
-
通过 unique key 批量获取
- getPoByUniqueKeys(Mapper<T>, Class<P>, Collection<UniqueKey>) - Static method in class tech.ibit.mybatis.utils.MapperUtils
-
通过 unique key 批量获取某个类型的持久化对象
- getPoClazz() - Method in interface tech.ibit.mybatis.Mapper
-
获取实体类型
- getPrepareSql() - Method in class tech.ibit.mybatis.sqlbuilder.PrepareStatement
-
Gets the value of prepareSql
- getPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.Criteria
-
- getPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.CriteriaItem
-
- getPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.CustomOrderBy
-
- getPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.FlagCriteriaItem
-
- getPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.JoinOn
-
- getPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.OrderBy
-
构造预查询SQL对象
- getPrepareStatement(boolean) - Method in interface tech.ibit.mybatis.sqlbuilder.PrepareStatementSupplier
-
获取预查询SQL对象
- getPrepareStatement() - Method in interface tech.ibit.mybatis.sqlbuilder.PrepareStatementSupplier
-
获取预查询SQL对象
- getPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.SetItem
-
- getPrepareStatement() - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.CountSqlImpl
-
- getPrepareStatement() - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.DeleteSqlImpl
-
- getPrepareStatement() - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.InsertSqlImpl
-
- getPrepareStatement() - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.QuerySqlImpl
-
- getPrepareStatement() - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.UpdateSqlImpl
-
- getPrepareStatement(String, List<T>, Function<T, String>, Function<T, List<ColumnValue>>, String, String) - Method in interface tech.ibit.mybatis.sqlbuilder.sql.support.impl.PrepareStatementBuildSupport
-
获取 PrepareStatement
- getPrepareStatement(String, List<T>, Function<T, String>, Function<T, List<ColumnValue>>, String) - Method in interface tech.ibit.mybatis.sqlbuilder.sql.support.impl.PrepareStatementBuildSupport
-
获取 PrepareStatement
- getPrepareStatement(String, List<? extends PrepareStatementSupplier>, String, String, boolean) - Method in interface tech.ibit.mybatis.sqlbuilder.sql.support.impl.PrepareStatementBuildSupport
-
获取 PrepareStatement
- getPrepareStatement(String, List<? extends PrepareStatementSupplier>, String, boolean) - Method in interface tech.ibit.mybatis.sqlbuilder.sql.support.impl.PrepareStatementBuildSupport
-
获取 PrepareStatement
- getPrepareStatement() - Method in interface tech.ibit.mybatis.sqlbuilder.sql.support.PrepareStatementSupport
-
获取预查询SQL
- getResults() - Method in class tech.ibit.mybatis.sqlbuilder.sql.Page
-
Gets the value of results
- getSecondColumn() - Method in class tech.ibit.mybatis.sqlbuilder.CriteriaItem
-
Gets the value of secondColumn
- getSecondValue() - Method in class tech.ibit.mybatis.sqlbuilder.CriteriaItem
-
Gets the value of secondValue
- getSecondValue() - Method in enum tech.ibit.mybatis.sqlbuilder.enums.OperatorEnum
-
Gets the value of secondValue
- getSelectColumnName(boolean) - Method in interface tech.ibit.mybatis.sqlbuilder.IColumn
-
获取查询的列名
- getSelectTableName(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.Table
-
获取查询名称
- getSet() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.BaseSetSupportImpl
-
获取设置内容
- getSetItemPrepareStatement(String, boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.BaseSetSupportImpl
-
获取预查询SQL对象
- getSetItemPrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.SetSupportImpl
-
获取预查询SQL对象
- getSingleValueInstance(IColumn, OperatorEnum, Object) - Static method in class tech.ibit.mybatis.sqlbuilder.CriteriaItem
-
构造单值条件
- getSql() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.BaseSetSupportImpl
-
- getSql() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.BaseTableSupportImpl
-
- getSql() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.ColumnSupportImpl
-
- getSql() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.DeleteSupportImpl
-
- getSql() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.DistinctSupportImpl
-
- getSql() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.GroupBySupportImpl
-
- getSql() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.HavingSupportImpl
-
- getSql() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.JoinOnSupportImpl
-
- getSql() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.LimitSupportImpl
-
- getSql() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.OrderBySupportImpl
-
- getSql() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
- getSql() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.WhereSupportImpl
-
- getSql() - Method in interface tech.ibit.mybatis.sqlbuilder.sql.support.SqlSupport
-
返回sql
- getStart() - Method in class tech.ibit.mybatis.sqlbuilder.sql.field.LimitField
-
Gets the value of start
- getStart() - Method in class tech.ibit.mybatis.sqlbuilder.sql.Page
-
Gets the value of start
- getSubCriterion() - Method in class tech.ibit.mybatis.sqlbuilder.Criteria
-
Gets the value of subCriterion
- getSubOrders() - Method in class tech.ibit.mybatis.sqlbuilder.CustomOrderBy
-
Gets the value of subOrders
- getTable() - Method in class tech.ibit.mybatis.sqlbuilder.Column
-
Gets the value of table
- getTable() - Method in class tech.ibit.mybatis.sqlbuilder.converter.TableColumnInfo
-
Gets the value of table
- getTable() - Method in class tech.ibit.mybatis.sqlbuilder.converter.TableColumnSetValues
-
Gets the value of table
- getTable() - Method in class tech.ibit.mybatis.sqlbuilder.converter.TableColumnValues
-
Gets the value of table
- getTable() - Method in class tech.ibit.mybatis.sqlbuilder.JoinOn
-
Gets the value of table
- getTable() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.BaseTableSupportImpl
-
Gets the value of table
- getTableColumns(Class<?>) - Static method in class tech.ibit.mybatis.sqlbuilder.converter.EntityConverter
-
获取表的列信息
- getTableColumnValues(Object, boolean) - Static method in class tech.ibit.mybatis.sqlbuilder.converter.EntityConverter
-
获取待更新列信息
- getTableColumnValues(Object, List<Column>) - Static method in class tech.ibit.mybatis.sqlbuilder.converter.EntityConverter
-
获取指定表-列值信息
- getTableColumnValuesList(Collection<?>, boolean) - Static method in class tech.ibit.mybatis.sqlbuilder.converter.EntityConverter
-
批量获取需要更新的列信息和相应的值
- getTableColumnValuesList(Collection<?>, List<Column>) - Static method in class tech.ibit.mybatis.sqlbuilder.converter.EntityConverter
-
批量指定列获取需要更新的列信息和相应的值
- getTableName(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.Table
-
获取表名
- getTablePrepareStatement(String, boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.BaseTableSupportImpl
-
获取预查询SQL对象
- getTotal() - Method in class tech.ibit.mybatis.sqlbuilder.sql.Page
-
Gets the value of total
- getType() - Method in class tech.ibit.mybatis.sqlbuilder.AutoIncrementIdSetterMethod
-
Gets the value of type
- getType() - Method in class tech.ibit.mybatis.sqlbuilder.SetItem
-
Gets the value of type
- getUpdateColumns(Class<?>) - Static method in class tech.ibit.mybatis.sqlbuilder.converter.EntityConverter
-
获取需要被更新的列
- getUpdateColumns(Class<?>, List<Column>) - Static method in class tech.ibit.mybatis.sqlbuilder.converter.EntityConverter
-
获取需要被更新的列
- getUpdatePrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.UpdateTableSupportImpl
-
获取预查询SQL对象
- getValue() - Method in interface tech.ibit.mybatis.CommonEnum
-
获取枚举值
- getValue() - Method in class tech.ibit.mybatis.sqlbuilder.ColumnValue
-
Gets the value of value
- getValue() - Method in class tech.ibit.mybatis.sqlbuilder.CriteriaItem
-
Gets the value of value
- getValue() - Method in enum tech.ibit.mybatis.sqlbuilder.enums.OperatorEnum
-
Gets the value of value
- getValue() - Method in class tech.ibit.mybatis.sqlbuilder.KeyValuePair
-
Gets the value of value
- getValue() - Method in class tech.ibit.mybatis.sqlbuilder.SetItem
-
Gets the value of value
- getValue() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
获取值
- getValueFormatter() - Static method in class tech.ibit.mybatis.SqlProvider
-
Gets the value of valueFormatter
- getValuePrepareStatement() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
获取Value预查询SQL
- getValues() - Method in class tech.ibit.mybatis.sqlbuilder.PrepareStatement
-
Gets the value of values
- getValueType() - Method in class tech.ibit.mybatis.sqlbuilder.CriteriaItem
-
Gets the value of valueType
- getWhere() - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.WhereSupportImpl
-
返回where条件
- getWherePrepareStatement(boolean) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.WhereSupportImpl
-
获取预查询SQL对象
- groupBy(Column) - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.CountSqlImpl
-
- groupBy(List<Column>) - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.CountSqlImpl
-
- groupBy(Column) - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.QuerySqlImpl
-
- groupBy(List<Column>) - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.QuerySqlImpl
-
- groupBy(Column) - Method in interface tech.ibit.mybatis.sqlbuilder.sql.support.GroupBySupport
-
`GROUP BY t1.column`语句
- groupBy(List<Column>) - Method in interface tech.ibit.mybatis.sqlbuilder.sql.support.GroupBySupport
-
`GROUP BY t1.column1, t2.column2, ...`语句
- groupBy(Column) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.GroupBySupportImpl
-
- groupBy(List<Column>) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.GroupBySupportImpl
-
- GroupBySupport<T> - Interface in tech.ibit.mybatis.sqlbuilder.sql.support
-
GroupBy Support
- GroupBySupportImpl<T> - Class in tech.ibit.mybatis.sqlbuilder.sql.support.impl
-
GroupBySupport实现
- GroupBySupportImpl(T) - Constructor for class tech.ibit.mybatis.sqlbuilder.sql.support.impl.GroupBySupportImpl
-
构造函数
- gt(Object) - Method in interface tech.ibit.mybatis.sqlbuilder.column.support.IColumnCriteriaItemSupport
-
构造"大于"条件内容
- gt(IColumn) - Method in interface tech.ibit.mybatis.sqlbuilder.column.support.IColumnCriteriaItemSupport
-
构造"大于"条件内容
- gt(String) - Static method in class tech.ibit.mybatis.sqlbuilder.CriteriaMaker
-
构造"大于"条件内容
- gt(String, String) - Static method in class tech.ibit.mybatis.sqlbuilder.CriteriaMaker
-
构造"大于"条件内容
- value(Object) - Method in interface tech.ibit.mybatis.sqlbuilder.IColumn
-
构造ColumnValue
- valueOf(Class<E>, Integer) - Static method in interface tech.ibit.mybatis.CommonEnum
-
获取枚举值对应的枚举
- valueOf(String) - Static method in enum tech.ibit.mybatis.sqlbuilder.enums.AggregateFunctionNameEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.ibit.mybatis.sqlbuilder.enums.CriteriaItemValueTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.ibit.mybatis.sqlbuilder.enums.CriteriaLogicalEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.ibit.mybatis.sqlbuilder.enums.JoinOnTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.ibit.mybatis.sqlbuilder.enums.OperatorEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.ibit.mybatis.sqlbuilder.enums.SetItemTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.ibit.mybatis.sqlbuilder.FlagCriteriaItem.ContainsType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum tech.ibit.mybatis.sqlbuilder.enums.AggregateFunctionNameEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.ibit.mybatis.sqlbuilder.enums.CriteriaItemValueTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.ibit.mybatis.sqlbuilder.enums.CriteriaLogicalEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.ibit.mybatis.sqlbuilder.enums.JoinOnTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.ibit.mybatis.sqlbuilder.enums.OperatorEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.ibit.mybatis.sqlbuilder.enums.SetItemTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum tech.ibit.mybatis.sqlbuilder.FlagCriteriaItem.ContainsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(List<? extends ColumnValue>) - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.InsertSqlImpl
-
- values(ColumnValue) - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.InsertSqlImpl
-
- values(Column, Object) - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.InsertSqlImpl
-
- values(List<Column>, List<Object>) - Method in class tech.ibit.mybatis.sqlbuilder.sql.impl.InsertSqlImpl
-
- values(List<? extends ColumnValue>) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
- values(ColumnValue) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
- values(Column, Object) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
- values(List<Column>, List<Object>) - Method in class tech.ibit.mybatis.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
- values(List<? extends ColumnValue>) - Method in interface tech.ibit.mybatis.sqlbuilder.sql.support.ValuesSupport
-
`(column1, column2, ...) VALUES(?, ?, ...)`语句
- values(ColumnValue) - Method in interface tech.ibit.mybatis.sqlbuilder.sql.support.ValuesSupport
-
`(column1) VALUES(?)`语句
- values(Column, Object) - Method in interface tech.ibit.mybatis.sqlbuilder.sql.support.ValuesSupport
-
`(column1) VALUES(?)`语句
- values(List<Column>, List<Object>) - Method in interface tech.ibit.mybatis.sqlbuilder.sql.support.ValuesSupport
-
`(column1, column2, ...) VALUES(?, ?, ...)`语句
- ValuesSupport<T> - Interface in tech.ibit.mybatis.sqlbuilder.sql.support
-
Value Support
- ValuesSupportImpl<T> - Class in tech.ibit.mybatis.sqlbuilder.sql.support.impl
-
publicValuesSupport
- ValuesSupportImpl(T) - Constructor for class tech.ibit.mybatis.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
构造函数