Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractOptions - Class in com.objectsql.option
- AbstractOptions() - Constructor for class com.objectsql.option.AbstractOptions
- AbstractQueryImpl - Class in com.objectsql.query
- AbstractQueryImpl() - Constructor for class com.objectsql.query.AbstractQueryImpl
- addChangedListener(ChangedListener) - Method in interface com.objectsql.BaseService
- addChangedListener(ChangedListener) - Method in class com.objectsql.BaseServiceImpl
- addChangeListener(ChangeListener) - Method in interface com.objectsql.BaseService
- addChangeListener(ChangeListener) - Method in class com.objectsql.BaseServiceImpl
- addCondition(Condition) - Method in class com.objectsql.query.AbstractQueryImpl
- addDefaultListener(DefaultListener) - Method in interface com.objectsql.BaseService
- addDefaultListener(DefaultListener) - Method in class com.objectsql.BaseServiceImpl
- addFixedReturnColumn(Column...) - Method in interface com.objectsql.query.MultiQuery
- addFixedReturnColumn(Column...) - Method in class com.objectsql.query.MultiQueryImpl
- addFixedReturnColumn(Column...) - Method in interface com.objectsql.query.Query
- addFixedReturnColumn(Column...) - Method in class com.objectsql.query.QueryImpl
- addFixedReturnColumn(Columns...) - Method in interface com.objectsql.query.MultiQuery
- addFixedReturnColumn(Columns...) - Method in class com.objectsql.query.MultiQueryImpl
- addFixedReturnColumn(Columns...) - Method in interface com.objectsql.query.Query
- addFixedReturnColumn(Columns...) - Method in class com.objectsql.query.QueryImpl
- addFixedReturnColumn(LambdaQuery<T, R>...) - Method in interface com.objectsql.query.Query
- addFixedReturnColumn(LambdaQuery<T, R>...) - Method in class com.objectsql.query.QueryImpl
- addFixedReturnColumn(String...) - Method in interface com.objectsql.query.Query
- addFixedReturnColumn(String...) - Method in class com.objectsql.query.QueryImpl
- addHaving(Condition) - Method in class com.objectsql.query.AbstractQueryImpl
- addOrder(Order) - Method in class com.objectsql.support.MultiOrder
- addQueryListener(QueryListener) - Method in interface com.objectsql.BaseService
- addQueryListener(QueryListener) - Method in class com.objectsql.BaseServiceImpl
- addReturnColumn(Column...) - Method in interface com.objectsql.query.MultiQuery
- addReturnColumn(Column...) - Method in class com.objectsql.query.MultiQueryImpl
- addReturnColumn(Column...) - Method in interface com.objectsql.query.Query
- addReturnColumn(Column...) - Method in class com.objectsql.query.QueryImpl
- addReturnColumn(Columns...) - Method in interface com.objectsql.query.MultiQuery
- addReturnColumn(Columns...) - Method in class com.objectsql.query.MultiQueryImpl
- addReturnColumn(Columns...) - Method in interface com.objectsql.query.Query
- addReturnColumn(Columns...) - Method in class com.objectsql.query.QueryImpl
- addReturnColumn(LambdaQuery<T, R>...) - Method in interface com.objectsql.query.Query
- addReturnColumn(LambdaQuery<T, R>...) - Method in class com.objectsql.query.QueryImpl
- addReturnColumn(String...) - Method in interface com.objectsql.query.Query
- addReturnColumn(String...) - Method in class com.objectsql.query.QueryImpl
- addUsedAlias(String) - Method in interface com.objectsql.query.MultiQuery
- addUsedAlias(String) - Method in class com.objectsql.query.MultiQueryImpl
- afterSingletonsInstantiated() - Method in class com.objectsql.spring.SpringBaseServiceImpl
- alias(String) - Method in class com.objectsql.support.Column
- AliasTable - Class in com.objectsql.support
- AliasTable() - Constructor for class com.objectsql.support.AliasTable
- AliasTable(IQuery) - Constructor for class com.objectsql.support.AliasTable
- AliasTable(Class<?>) - Constructor for class com.objectsql.support.AliasTable
- AliasTable(String) - Constructor for class com.objectsql.support.AliasTable
- all() - Method in class com.objectsql.support.AliasTable
- all() - Method in class com.objectsql.support.Column
- ALL - Static variable in class com.objectsql.support.Column
- allExclude(LambdaQuery<T, R>...) - Method in class com.objectsql.support.AliasTable
- allExclude(String...) - Method in class com.objectsql.support.AliasTable
- and(Condition) - Method in class com.objectsql.support.Condition
- and(Expression...) - Method in class com.objectsql.support.Condition
- and(SQLPair) - Method in class com.objectsql.support.Condition
- AND - Enum constant in enum com.objectsql.support.ConditionType
- AND - Enum constant in enum com.objectsql.support.OperatorType
- AND_OR - Enum constant in enum com.objectsql.support.ConditionType
- andOr(Expression...) - Method in class com.objectsql.support.Condition
- andValue(Object) - Method in class com.objectsql.support.Expression
- as(LambdaQuery<T, R>) - Method in class com.objectsql.support.Column
- as(LambdaQuery<T, R>...) - Method in class com.objectsql.support.Columns
- as(String) - Method in class com.objectsql.support.Column
- as(String...) - Method in class com.objectsql.support.Columns
- asc() - Method in class com.objectsql.support.Column
- asc(Column) - Method in class com.objectsql.support.MultiOrder
- asc(Column) - Static method in class com.objectsql.support.Order
- asc(LambdaQuery<T, R>) - Method in class com.objectsql.support.MultiOrder
- asc(String) - Method in class com.objectsql.support.MultiOrder
- ASC - Static variable in class com.objectsql.support.Order
- asName() - Element in annotation type com.objectsql.annotation.RdMultiColumn
- asNamePrefix(String) - Method in class com.objectsql.support.Columns
-
Deprecated.
- asNames() - Element in annotation type com.objectsql.annotation.RdRelated
- asNames(LambdaQuery<T, R>...) - Method in class com.objectsql.support.Columns
-
Deprecated.
- asNames(String...) - Method in class com.objectsql.support.Columns
-
Deprecated.
- asPrefix(String) - Method in class com.objectsql.support.Columns
- autoIncrement() - Element in annotation type com.objectsql.annotation.RdId
- avg() - Method in class com.objectsql.support.Column
- AVG - Static variable in class com.objectsql.support.Function
B
- BaseService<T> - Interface in com.objectsql
- BaseServiceImpl<T> - Class in com.objectsql
- BaseServiceImpl() - Constructor for class com.objectsql.BaseServiceImpl
- BaseServiceImpl(ObjectSQLManager) - Constructor for class com.objectsql.BaseServiceImpl
- BaseServiceImpl(DataSource) - Constructor for class com.objectsql.BaseServiceImpl
- batchInserts(List<S>, boolean) - Method in interface com.objectsql.SQLService
- batchInserts(List<S>, boolean) - Method in class com.objectsql.SQLServiceImpl
- batchInserts(List<S>, int) - Method in interface com.objectsql.SQLService
- batchInserts(List<S>, int) - Method in class com.objectsql.SQLServiceImpl
- batchInserts(List<S>, int, boolean) - Method in interface com.objectsql.SQLService
- batchInserts(List<S>, int, boolean) - Method in class com.objectsql.SQLServiceImpl
- batchInserts(List<S>, int, boolean, boolean) - Method in interface com.objectsql.SQLService
-
批量保存
- batchInserts(List<S>, int, boolean, boolean) - Method in class com.objectsql.SQLServiceImpl
- batchUpdates(List<?>, boolean) - Method in interface com.objectsql.SQLService
- batchUpdates(List<?>, boolean) - Method in class com.objectsql.SQLServiceImpl
- batchUpdates(List<?>, int) - Method in interface com.objectsql.SQLService
- batchUpdates(List<?>, int) - Method in class com.objectsql.SQLServiceImpl
- batchUpdates(List<?>, int, boolean) - Method in interface com.objectsql.SQLService
- batchUpdates(List<?>, int, boolean) - Method in class com.objectsql.SQLServiceImpl
- batchUpdates(List<?>, int, boolean, boolean) - Method in interface com.objectsql.SQLService
- batchUpdates(List<?>, int, boolean, boolean) - Method in class com.objectsql.SQLServiceImpl
- batchUpdates(List<?>, String[], boolean) - Method in interface com.objectsql.SQLService
- batchUpdates(List<?>, String[], boolean) - Method in class com.objectsql.SQLServiceImpl
- batchUpdates(List<?>, String[], int) - Method in interface com.objectsql.SQLService
- batchUpdates(List<?>, String[], int) - Method in class com.objectsql.SQLServiceImpl
- batchUpdates(List<?>, String[], int, boolean) - Method in interface com.objectsql.SQLService
- batchUpdates(List<?>, String[], int, boolean) - Method in class com.objectsql.SQLServiceImpl
- batchUpdates(List<?>, String[], int, boolean, boolean) - Method in interface com.objectsql.SQLService
-
批量更新,根据sql更新,若更新列为null,则将被更新
- batchUpdates(List<?>, String[], int, boolean, boolean) - Method in class com.objectsql.SQLServiceImpl
- beanName(String, boolean) - Static method in class com.objectsql.generator.CodeGenerator
- beforeTriggerChangedListener(ORMType, T, T, boolean, String[], Connection) - Method in class com.objectsql.BaseServiceImpl
- beforeTriggerChangedListener(ORMType, T, T, Connection) - Method in class com.objectsql.BaseServiceImpl
- between(LambdaQuery<T, R>, Object, Object) - Static method in class com.objectsql.support.Expression
- between(Object, Object) - Method in class com.objectsql.support.Column
- between(String, Object, Object) - Static method in class com.objectsql.support.Expression
- BINARY - Enum constant in enum com.objectsql.support.ColumnType
- BINARY - Enum constant in enum com.objectsql.support.DataType
- BLOB - Enum constant in enum com.objectsql.support.ColumnType
- BOOLEAN - Enum constant in enum com.objectsql.support.DataType
- buildColumns() - Method in class com.objectsql.support.Columns
- BYTE - Enum constant in enum com.objectsql.support.DataType
C
- c(IQuery) - Method in class com.objectsql.support.AliasTable
- c(Column) - Method in class com.objectsql.support.AliasTable
- c(Column) - Method in class com.objectsql.support.Columns
- c(LambdaQuery<T, R>) - Method in class com.objectsql.support.AliasTable
- c(LambdaQuery<T, R>, String) - Method in class com.objectsql.support.AliasTable
- c(String) - Method in class com.objectsql.support.AliasTable
- c(String, LambdaQuery<T, R>, String) - Method in class com.objectsql.support.AliasTable
- c(String, String) - Method in class com.objectsql.support.AliasTable
- c(String, String, String) - Method in class com.objectsql.support.AliasTable
- cache(PreChangeCache) - Static method in class com.objectsql.support.ChangeHolder
- CaseColumn - Class in com.objectsql.support
- CaseColumn() - Constructor for class com.objectsql.support.CaseColumn
- CaseColumn(String, String, String, String) - Constructor for class com.objectsql.support.CaseColumn
- CDT_BETWEEN - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_END_WITH - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_EQUAL - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_EXISTS - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_IN - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_IS_EMPTY - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_IS_NOT_EMPTY - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_IS_NOT_NULL - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_IS_NULL - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_LESS - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_LESS_EQUAL - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_LIKE - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_MORE - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_MORE_EQUAL - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_NONE - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_NOT_END_WITH - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_NOT_EQUAL - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_NOT_EXISTS - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_NOT_IN - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_NOT_LIKE - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_NOT_START_WITH - Enum constant in enum com.objectsql.support.ExpressionType
- CDT_START_WITH - Enum constant in enum com.objectsql.support.ExpressionType
- change() - Static method in class com.objectsql.support.ChangeHolder
- change(SQLService, ORMType, RowObject, T, T) - Method in interface com.objectsql.listener.ChangeListener
- changed() - Method in class com.objectsql.support.PreChangeCache
- changed(SQLService, ORMType, RowObject, T, T) - Method in interface com.objectsql.listener.ChangedListener
- changed(ORMType, RowObject) - Method in class com.objectsql.BaseServiceImpl
- changed(ORMType, RowObject) - Method in interface com.objectsql.listener.ServiceChangedListener
- changeDataSource(String) - Method in interface com.objectsql.SQLService
- changeDataSource(String) - Method in class com.objectsql.SQLServiceImpl
- ChangedListener<T> - Interface in com.objectsql.listener
- ChangeHolder - Class in com.objectsql.support
- ChangeHolder() - Constructor for class com.objectsql.support.ChangeHolder
- ChangeListener<T> - Interface in com.objectsql.listener
- CHAR - Enum constant in enum com.objectsql.support.ColumnType
- CHAR - Enum constant in enum com.objectsql.support.DataType
- classes() - Element in annotation type com.objectsql.annotation.RdObject
- clearFixedReturnColumns() - Method in interface com.objectsql.query.MultiQuery
- clearFixedReturnColumns() - Method in class com.objectsql.query.MultiQueryImpl
- clearFixedReturnColumns() - Method in interface com.objectsql.query.Query
- clearFixedReturnColumns() - Method in class com.objectsql.query.QueryImpl
- clearPatternDataSource() - Method in class com.objectsql.ObjectSQLManager
- clearReturnColumns() - Method in interface com.objectsql.query.MultiQuery
- clearReturnColumns() - Method in class com.objectsql.query.MultiQueryImpl
- clearReturnColumns() - Method in interface com.objectsql.query.Query
- clearReturnColumns() - Method in class com.objectsql.query.QueryImpl
- CLOB - Enum constant in enum com.objectsql.support.ColumnType
- close(Class, Class, ResultSet, Statement, Connection) - Method in class com.objectsql.ObjectSQLManager
- closeConnection(ResultSet, Statement, Connection) - Method in class com.objectsql.SQLServiceImpl
- CodeGenerator - Class in com.objectsql.generator
- CodeGenerator() - Constructor for class com.objectsql.generator.CodeGenerator
- coding() - Element in annotation type com.objectsql.annotation.RdColumn
- collate() - Element in annotation type com.objectsql.annotation.RdTable
- Column - Class in com.objectsql.support
- Column() - Constructor for class com.objectsql.support.Column
- Column(IQuery) - Constructor for class com.objectsql.support.Column
- Column(LambdaQuery<T, R>) - Constructor for class com.objectsql.support.Column
- Column(String) - Constructor for class com.objectsql.support.Column
- Column(String, LambdaQuery<T, R>) - Constructor for class com.objectsql.support.Column
- Column(String, LambdaQuery<T, R>, String) - Constructor for class com.objectsql.support.Column
- Column(String, String) - Constructor for class com.objectsql.support.Column
- Column(String, String, LambdaQuery<T, R>, String) - Constructor for class com.objectsql.support.Column
- Column(String, String, String) - Constructor for class com.objectsql.support.Column
- Column(String, String, String, String) - Constructor for class com.objectsql.support.Column
- ColumnClass - Class in com.objectsql.support
- ColumnClass() - Constructor for class com.objectsql.support.ColumnClass
- ColumnClass(String, String, String) - Constructor for class com.objectsql.support.ColumnClass
- columnComment(RdColumn) - Method in class com.objectsql.option.AbstractOptions
- ColumnHandler - Interface in com.objectsql.handler
- ColumnInfo - Class in com.objectsql.support
- ColumnInfo() - Constructor for class com.objectsql.support.ColumnInfo
- columns() - Element in annotation type com.objectsql.annotation.RdForeignKey
- columns() - Element in annotation type com.objectsql.annotation.RdUniqueKey
- columns() - Method in class com.objectsql.support.AliasTable
- columns(Class<?>) - Method in interface com.objectsql.SQLService
- columns(Class<?>) - Method in class com.objectsql.SQLServiceImpl
- columns(Connection, String, RdTable) - Method in class com.objectsql.option.H2Options
- columns(Connection, String, RdTable) - Method in class com.objectsql.option.MySQLOptions
- columns(Connection, String, RdTable) - Method in class com.objectsql.option.OracleOptions
- columns(Connection, String, RdTable) - Method in class com.objectsql.option.PostgreSQLOptions
- columns(Connection, String, RdTable) - Method in class com.objectsql.option.SQLServerOptions
- columns(Connection, String, RdTable) - Method in interface com.objectsql.support.Options
- columns(Connection, String, String) - Method in class com.objectsql.option.H2Options
- columns(Connection, String, String) - Method in class com.objectsql.option.MySQLOptions
- columns(Connection, String, String) - Method in class com.objectsql.option.OracleOptions
- columns(Connection, String, String) - Method in class com.objectsql.option.PostgreSQLOptions
- columns(Connection, String, String) - Method in class com.objectsql.option.SQLServerOptions
- columns(Connection, String, String) - Method in interface com.objectsql.support.Options
- Columns - Class in com.objectsql.support
- Columns() - Constructor for class com.objectsql.support.Columns
- Columns(String) - Constructor for class com.objectsql.support.Columns
- Columns(String, String...) - Constructor for class com.objectsql.support.Columns
- columnString(ColumnInfo, int, RdColumn, boolean) - Method in class com.objectsql.option.H2Options
- columnString(ColumnInfo, int, RdColumn, boolean) - Method in class com.objectsql.option.MySQLOptions
- columnString(ColumnInfo, int, RdColumn, boolean) - Method in class com.objectsql.option.OracleOptions
- columnString(ColumnInfo, int, RdColumn, boolean) - Method in class com.objectsql.option.PostgreSQLOptions
- columnString(ColumnInfo, int, RdColumn, boolean) - Method in class com.objectsql.option.SQLServerOptions
- columnString(TableColumn, int, boolean) - Method in class com.objectsql.option.H2Options
- columnString(TableColumn, int, boolean) - Method in class com.objectsql.option.MySQLOptions
- columnString(TableColumn, int, boolean) - Method in class com.objectsql.option.OracleOptions
- columnString(TableColumn, int, boolean) - Method in class com.objectsql.option.PostgreSQLOptions
- columnString(TableColumn, int, boolean) - Method in class com.objectsql.option.SQLServerOptions
- columnStringChangeNull(ColumnInfo, int, boolean) - Method in class com.objectsql.option.H2Options
- columnStringChangeNull(ColumnInfo, int, boolean) - Method in class com.objectsql.option.OracleOptions
- columnStringChangeNull(TableColumn, int, boolean) - Method in class com.objectsql.option.OracleOptions
- ColumnType - Enum in com.objectsql.support
- com.objectsql - package com.objectsql
- com.objectsql.annotation - package com.objectsql.annotation
- com.objectsql.exception - package com.objectsql.exception
- com.objectsql.generator - package com.objectsql.generator
- com.objectsql.handler - package com.objectsql.handler
- com.objectsql.helper - package com.objectsql.helper
- com.objectsql.listener - package com.objectsql.listener
- com.objectsql.option - package com.objectsql.option
- com.objectsql.query - package com.objectsql.query
- com.objectsql.spring - package com.objectsql.spring
- com.objectsql.support - package com.objectsql.support
- com.objectsql.utils - package com.objectsql.utils
- comment() - Element in annotation type com.objectsql.annotation.RdTable
- CommitHandler<T> - Interface in com.objectsql.support
- Condition - Class in com.objectsql.support
- Condition() - Constructor for class com.objectsql.support.Condition
- ConditionObject - Class in com.objectsql.support
- ConditionObject() - Constructor for class com.objectsql.support.ConditionObject
- ConditionObject(Object, ConditionType) - Constructor for class com.objectsql.support.ConditionObject
- conditions - Variable in class com.objectsql.query.AbstractQueryImpl
- ConditionType - Enum in com.objectsql.support
- containsAlias(String) - Method in interface com.objectsql.query.MultiQuery
- containsAlias(String) - Method in class com.objectsql.query.MultiQueryImpl
- convertIfNecessary(Field, Object) - Static method in class com.objectsql.spring.SpringUtils
- convertSQL(String) - Static method in class com.objectsql.utils.ORMUtils
- copyAllListeners(BaseService) - Method in interface com.objectsql.BaseService
- copyAllListeners(BaseService) - Method in class com.objectsql.BaseServiceImpl
- copyPropertiesWhenUpdateNull(Object, Object, String...) - Static method in class com.objectsql.utils.ORMUtils
- count() - Method in class com.objectsql.support.Column
- count(Expression...) - Method in interface com.objectsql.BaseService
- count(Expression...) - Method in class com.objectsql.BaseServiceImpl
- COUNT - Static variable in class com.objectsql.support.Function
- create() - Static method in class com.objectsql.support.Condition
- create() - Static method in class com.objectsql.support.MultiOrder
- create(AliasTable) - Static method in class com.objectsql.support.Join
- create(AliasTable, JoinType) - Static method in class com.objectsql.support.Join
- create(Column, String) - Static method in class com.objectsql.support.Order
- create(LambdaQuery<T, R>...) - Static method in class com.objectsql.support.Names
- create(String) - Static method in class com.objectsql.support.SQLPair
- create(String...) - Static method in class com.objectsql.support.Names
- create(String, Pair) - Static method in class com.objectsql.support.SQLPair
- create(String, List<Pair>) - Static method in class com.objectsql.support.SQLPair
- createAll() - Static method in class com.objectsql.support.Names
- createEmpty() - Static method in class com.objectsql.support.Names
- createGetAndSet(String, String, String) - Static method in class com.objectsql.generator.CodeGenerator
- createOracleLob(Connection, String) - Static method in class com.objectsql.option.OracleOptions
- createOrUpdate() - Method in interface com.objectsql.BaseService
- createOrUpdate() - Method in class com.objectsql.BaseServiceImpl
- createOrUpdate(Table, List<TableColumn>) - Method in interface com.objectsql.SQLService
- createOrUpdate(Table, List<TableColumn>) - Method in class com.objectsql.SQLServiceImpl
- createOrUpdate(Class<?>) - Method in interface com.objectsql.SQLService
- createOrUpdate(Class<?>) - Method in class com.objectsql.SQLServiceImpl
- createOrUpdateSqls(Connection, String, RdTable, List<ColumnInfo>, boolean, List<TableColumn>) - Method in class com.objectsql.option.H2Options
- createOrUpdateSqls(Connection, String, RdTable, List<ColumnInfo>, boolean, List<TableColumn>) - Method in class com.objectsql.option.MySQLOptions
- createOrUpdateSqls(Connection, String, RdTable, List<ColumnInfo>, boolean, List<TableColumn>) - Method in class com.objectsql.option.OracleOptions
- createOrUpdateSqls(Connection, String, RdTable, List<ColumnInfo>, boolean, List<TableColumn>) - Method in class com.objectsql.option.PostgreSQLOptions
- createOrUpdateSqls(Connection, String, RdTable, List<ColumnInfo>, boolean, List<TableColumn>) - Method in class com.objectsql.option.SQLServerOptions
- createOrUpdateSqls(Connection, String, RdTable, List<ColumnInfo>, boolean, List<TableColumn>) - Method in interface com.objectsql.support.Options
- createOrUpdateSqls(Connection, String, Table, List<TableColumn>, List<TableColumn>, boolean) - Method in class com.objectsql.option.H2Options
- createOrUpdateSqls(Connection, String, Table, List<TableColumn>, List<TableColumn>, boolean) - Method in class com.objectsql.option.MySQLOptions
- createOrUpdateSqls(Connection, String, Table, List<TableColumn>, List<TableColumn>, boolean) - Method in class com.objectsql.option.OracleOptions
- createOrUpdateSqls(Connection, String, Table, List<TableColumn>, List<TableColumn>, boolean) - Method in class com.objectsql.option.PostgreSQLOptions
- createOrUpdateSqls(Connection, String, Table, List<TableColumn>, List<TableColumn>, boolean) - Method in class com.objectsql.option.SQLServerOptions
- createOrUpdateSqls(Connection, String, Table, List<TableColumn>, List<TableColumn>, boolean) - Method in interface com.objectsql.support.Options
- createPrimaryKeyValue(Options, SQLHelper, List<String>, List<String>, ColumnInfo, Object, Object) - Static method in class com.objectsql.helper.SQLHelperCreator
- createQuery(Column...) - Method in interface com.objectsql.query.MultiQuery
- createQuery(Column...) - Method in class com.objectsql.query.MultiQueryImpl
- createQuery(Column...) - Method in class com.objectsql.query.QueryImpl
- createQuery(LambdaQuery<T, R>...) - Method in interface com.objectsql.query.Query
- createQuery(LambdaQuery<T, R>...) - Method in class com.objectsql.query.QueryImpl
- createQuery(Class<?>, Column...) - Method in interface com.objectsql.query.MultiQuery
- createQuery(Class<?>, Column...) - Method in class com.objectsql.query.MultiQueryImpl
- createQuery(Class<?>, Column...) - Method in interface com.objectsql.query.Query
- createQuery(Class<?>, Column...) - Method in class com.objectsql.query.QueryImpl
- createQuery(Class<?>, Columns...) - Method in interface com.objectsql.query.MultiQuery
- createQuery(Class<?>, Columns...) - Method in class com.objectsql.query.MultiQueryImpl
- createQuery(Class<?>, LambdaQuery<T, R>...) - Method in interface com.objectsql.query.Query
- createQuery(Class<?>, LambdaQuery<T, R>...) - Method in class com.objectsql.query.QueryImpl
- createQuery(Class<?>, String...) - Method in interface com.objectsql.query.Query
- createQuery(Class<?>, String...) - Method in class com.objectsql.query.QueryImpl
- createQuery(String...) - Method in interface com.objectsql.query.Query
- createQuery(String...) - Method in class com.objectsql.query.QueryImpl
- cs(Column) - Method in class com.objectsql.support.AliasTable
- cs(LambdaQuery<T, R>...) - Method in class com.objectsql.support.AliasTable
- cs(String...) - Method in class com.objectsql.support.AliasTable
- currentDatabaseName() - Method in interface com.objectsql.SQLService
- currentDatabaseName() - Method in class com.objectsql.SQLServiceImpl
- currentDatabaseType() - Method in interface com.objectsql.SQLService
- currentDatabaseType() - Method in class com.objectsql.SQLServiceImpl
- currentDataSource() - Method in class com.objectsql.spring.DynamicDataSource
D
- databaseType() - Method in class com.objectsql.option.DMOptions
- databaseType() - Method in class com.objectsql.option.H2Options
- databaseType() - Method in class com.objectsql.option.MySQLOptions
- databaseType() - Method in class com.objectsql.option.OracleOptions
- databaseType() - Method in class com.objectsql.option.PostgreSQLOptions
- databaseType() - Method in class com.objectsql.option.SQLServerOptions
- databaseType() - Method in interface com.objectsql.support.Options
- DatabaseTypeHolder - Class in com.objectsql.support
- DatabaseTypeHolder() - Constructor for class com.objectsql.support.DatabaseTypeHolder
- dataColumn(Object) - Method in interface com.objectsql.query.MultiQuery
- dataColumn(Object) - Method in class com.objectsql.query.MultiQueryImpl
- dataColumn(Object, Column) - Method in interface com.objectsql.query.MultiQuery
- dataColumn(Object, Column) - Method in class com.objectsql.query.MultiQueryImpl
- dataColumn(Object, String, Column) - Method in interface com.objectsql.query.MultiQuery
- dataColumn(Object, String, Column) - Method in class com.objectsql.query.MultiQueryImpl
- dataKey(Object) - Method in interface com.objectsql.query.MultiQuery
- dataKey(Object) - Method in class com.objectsql.query.MultiQueryImpl
- dataPermission - Variable in class com.objectsql.query.AbstractQueryImpl
- dataPermission() - Method in class com.objectsql.query.AbstractQueryImpl
- dataPermission() - Method in interface com.objectsql.query.IQuery
- DataType - Enum in com.objectsql.support
- DATE - Enum constant in enum com.objectsql.support.ColumnType
- DATE - Enum constant in enum com.objectsql.support.DataType
- DATETIME - Enum constant in enum com.objectsql.support.ColumnType
- DebugHandler - Interface in com.objectsql.handler
- DECIMAL - Enum constant in enum com.objectsql.support.DataType
- decode(Class<?>, ColumnInfo, Object, ResultSet) - Method in class com.objectsql.handler.DefaultResultSetHandler
- decode(Class<?>, ColumnInfo, Object, ResultSet) - Method in interface com.objectsql.handler.ResultSetHandler
- DEFAULT_SENSITIVE - Static variable in class com.objectsql.support.Table
- DefaultIDGenerator - Class in com.objectsql.support
- DefaultIDGenerator() - Constructor for class com.objectsql.support.DefaultIDGenerator
- DefaultListener<T> - Interface in com.objectsql.listener
- DefaultResultSetHandler - Class in com.objectsql.handler
- DefaultResultSetHandler() - Constructor for class com.objectsql.handler.DefaultResultSetHandler
- defaultValue() - Element in annotation type com.objectsql.annotation.RdColumn
- delete(SQLService, T) - Method in interface com.objectsql.listener.DefaultListener
- delete(Object) - Method in interface com.objectsql.BaseService
- delete(Object) - Method in class com.objectsql.BaseServiceImpl
- delete(String, Class, Object) - Static method in class com.objectsql.helper.SQLHelperCreator
- delete(String, Object) - Static method in class com.objectsql.helper.SQLHelperCreator
-
按对象的id删除
- DELETE - Enum constant in enum com.objectsql.support.ORMType
- deleteBy(String, Class, Options, Condition) - Static method in class com.objectsql.helper.SQLHelperCreator
- deleteBy(String, Class, Options, Expression[]) - Static method in class com.objectsql.helper.SQLHelperCreator
- deletes(Condition) - Method in interface com.objectsql.BaseService
- deletes(Condition) - Method in class com.objectsql.BaseServiceImpl
- deletes(Expression...) - Method in interface com.objectsql.BaseService
- deletes(Expression...) - Method in class com.objectsql.BaseServiceImpl
- deletesWithoutListener(Condition) - Method in interface com.objectsql.BaseService
- deletesWithoutListener(Condition) - Method in class com.objectsql.BaseServiceImpl
- deletesWithoutListener(Expression...) - Method in interface com.objectsql.BaseService
- deletesWithoutListener(Expression...) - Method in class com.objectsql.BaseServiceImpl
- deleteWithoutListener(Object) - Method in interface com.objectsql.BaseService
- deleteWithoutListener(Object) - Method in class com.objectsql.BaseServiceImpl
- deregister(IRealConnection) - Method in class com.objectsql.ObjectSQLManager
- desc() - Method in class com.objectsql.support.Column
- desc(Column) - Method in class com.objectsql.support.MultiOrder
- desc(Column) - Static method in class com.objectsql.support.Order
- desc(LambdaQuery<T, R>) - Method in class com.objectsql.support.MultiOrder
- desc(String) - Method in class com.objectsql.support.MultiOrder
- DESC - Static variable in class com.objectsql.support.Order
- description() - Element in annotation type com.objectsql.annotation.RdColumn
- determineCurrentLookupKey() - Method in class com.objectsql.spring.DynamicDataSource
- disableDataPermission() - Method in interface com.objectsql.query.MultiQuery
- disableDataPermission() - Method in class com.objectsql.query.MultiQueryImpl
- disableDebug() - Static method in class com.objectsql.utils.ORMUtils
- displayName(String) - Static method in class com.objectsql.query.QueryUtils
- displayNameOrAsName(String, String) - Static method in class com.objectsql.query.QueryUtils
- distinct - Variable in class com.objectsql.query.AbstractQueryImpl
- distinct() - Method in interface com.objectsql.query.MultiQuery
- distinct() - Method in class com.objectsql.query.MultiQueryImpl
- distinct() - Method in interface com.objectsql.query.Query
- distinct() - Method in class com.objectsql.query.QueryImpl
- DIVIDE - Enum constant in enum com.objectsql.support.OperatorType
- DMOptions - Class in com.objectsql.option
- DMOptions() - Constructor for class com.objectsql.option.DMOptions
- doBegin(Object, TransactionDefinition) - Method in class com.objectsql.spring.MultiTransactionManager
- doBegin(Object, TransactionDefinition) - Method in class com.objectsql.spring.TransactionManager
- doCommit(DefaultTransactionStatus) - Method in class com.objectsql.spring.MultiTransactionManager
- doCommit(DefaultTransactionStatus) - Method in class com.objectsql.spring.TransactionManager
- doQuery() - Method in interface com.objectsql.query.IQuery
- doQuery() - Method in class com.objectsql.query.MultiQueryImpl
- doQuery() - Method in class com.objectsql.query.QueryImpl
- doQuery(IQuery) - Method in class com.objectsql.option.AbstractOptions
- doQuery(IQuery) - Method in interface com.objectsql.support.Options
- doQuery(IQuery, Paging) - Method in class com.objectsql.option.MySQLOptions
- doQuery(IQuery, Paging) - Method in class com.objectsql.option.OracleOptions
- doQuery(IQuery, Paging) - Method in class com.objectsql.option.SQLServerOptions
- doQuery(IQuery, Paging) - Method in interface com.objectsql.support.Options
- doQuery(Class<?>, String, String[], Condition, MultiOrder, Integer, Integer) - Method in class com.objectsql.option.MySQLOptions
- doQuery(Class<?>, String, String[], Condition, MultiOrder, Integer, Integer) - Method in class com.objectsql.option.OracleOptions
- doQuery(Class<?>, String, String[], Condition, MultiOrder, Integer, Integer) - Method in class com.objectsql.option.SQLServerOptions
- doQuery(Class<?>, String, String[], Condition, MultiOrder, Integer, Integer) - Method in interface com.objectsql.support.Options
- doQueryCount() - Method in interface com.objectsql.query.IQuery
- doQueryCount() - Method in class com.objectsql.query.MultiQueryImpl
- doQueryCount() - Method in class com.objectsql.query.QueryImpl
- doQueryCount(IQuery) - Method in class com.objectsql.option.AbstractOptions
- doQueryCount(IQuery) - Method in interface com.objectsql.support.Options
- doRollback(DefaultTransactionStatus) - Method in class com.objectsql.spring.MultiTransactionManager
- doRollback(DefaultTransactionStatus) - Method in class com.objectsql.spring.TransactionManager
- DOUBLE - Enum constant in enum com.objectsql.support.DataType
- drop(Table) - Method in interface com.objectsql.SQLService
- drop(Table) - Method in class com.objectsql.SQLServiceImpl
- dropped() - Element in annotation type com.objectsql.annotation.RdColumn
- dropped() - Element in annotation type com.objectsql.annotation.RdTable
- dropTable(String, Table) - Method in class com.objectsql.option.MySQLOptions
- dropTable(String, Table) - Method in class com.objectsql.option.OracleOptions
- dropTable(String, Table) - Method in class com.objectsql.option.PostgreSQLOptions
- dropTable(String, Table) - Method in class com.objectsql.option.SQLServerOptions
- dropTable(String, Table) - Method in interface com.objectsql.support.Options
- DynamicDataSource - Class in com.objectsql.spring
- DynamicDataSource() - Constructor for class com.objectsql.spring.DynamicDataSource
E
- elseEnd(Object) - Method in class com.objectsql.support.CaseColumn
- enableDataPermission() - Method in interface com.objectsql.query.MultiQuery
- enableDataPermission() - Method in class com.objectsql.query.MultiQueryImpl
- enableDebug() - Static method in class com.objectsql.utils.ORMUtils
- enableLessDatePlus235959() - Method in class com.objectsql.query.AbstractQueryImpl
- enableLessDatePlus235959() - Method in interface com.objectsql.query.IQuery
- enableLessEqualDatePlus235959() - Method in class com.objectsql.query.AbstractQueryImpl
- enableLessEqualDatePlus235959() - Method in interface com.objectsql.query.IQuery
- enableLessOrLessEqualDatePlus235959() - Method in class com.objectsql.query.AbstractQueryImpl
- enableLessOrLessEqualDatePlus235959() - Method in interface com.objectsql.query.IQuery
- enableLowerCaseSql(boolean) - Static method in class com.objectsql.utils.ORMUtils
- enableTrim(boolean) - Static method in class com.objectsql.utils.ORMUtils
- end(boolean, int, Exception) - Method in interface com.objectsql.handler.ResultSetProcessHandler
- endWith(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
- endWith(Object) - Method in class com.objectsql.support.Column
- endWith(String, Object) - Static method in class com.objectsql.support.Expression
- engine() - Element in annotation type com.objectsql.annotation.RdTable
- equal(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
- equal(Object) - Method in class com.objectsql.support.Column
- equal(String, Object) - Static method in class com.objectsql.support.Expression
- equals(Object) - Method in class com.objectsql.support.ColumnInfo
- equals(Object) - Method in class com.objectsql.support.TableColumn
- execute() - Method in interface com.objectsql.support.ExecuteHandler
- execute(ExecuteHandler<T>) - Method in class com.objectsql.spring.TxCommit
- execute(ExecuteHandler<T>, CommitHandler<T>) - Method in class com.objectsql.spring.TxCommit
- execute(String, Object...) - Method in interface com.objectsql.SQLService
- execute(String, Object...) - Method in class com.objectsql.SQLServiceImpl
- executeBatch(String, boolean, boolean, Object[]...) - Method in interface com.objectsql.SQLService
- executeBatch(String, boolean, boolean, Object[]...) - Method in class com.objectsql.SQLServiceImpl
- executeBatch(String, Object[]...) - Method in interface com.objectsql.SQLService
- executeBatch(String, Object[]...) - Method in class com.objectsql.SQLServiceImpl
- ExecuteHandler<T> - Interface in com.objectsql.support
- exists(MultiQuery) - Method in class com.objectsql.support.Column
- exists(Condition) - Method in interface com.objectsql.BaseService
- exists(Condition) - Method in class com.objectsql.BaseServiceImpl
- exists(Expression...) - Method in interface com.objectsql.BaseService
- exists(Expression...) - Method in class com.objectsql.BaseServiceImpl
- Expression - Class in com.objectsql.support
- Expression(Column, Column) - Constructor for class com.objectsql.support.Expression
- Expression(Column, ExpressionType) - Constructor for class com.objectsql.support.Expression
- Expression(Column, Object, ExpressionType) - Constructor for class com.objectsql.support.Expression
- Expression(ExpressionType, MultiQuery) - Constructor for class com.objectsql.support.Expression
- Expression(LambdaQuery<T, R>, ExpressionType) - Constructor for class com.objectsql.support.Expression
- Expression(LambdaQuery<T, R>, Object) - Constructor for class com.objectsql.support.Expression
- Expression(LambdaQuery<T, R>, Object, ExpressionType) - Constructor for class com.objectsql.support.Expression
- Expression(String, ExpressionType) - Constructor for class com.objectsql.support.Expression
- Expression(String, LambdaQuery<T, R>, Object, ExpressionType) - Constructor for class com.objectsql.support.Expression
- Expression(String, Object) - Constructor for class com.objectsql.support.Expression
- Expression(String, Object, ExpressionType) - Constructor for class com.objectsql.support.Expression
- Expression(String, String, Object, ExpressionType) - Constructor for class com.objectsql.support.Expression
- ExpressionType - Enum in com.objectsql.support
F
- field(String) - Method in class com.objectsql.support.Column
- fieldName(String) - Method in class com.objectsql.support.Column
- fieldNames(String...) - Method in class com.objectsql.support.Columns
- findAnnotation(Class<?>, Class<A>) - Static method in class com.objectsql.spring.SpringUtils
- FLOAT - Enum constant in enum com.objectsql.support.DataType
- foreignColumns() - Element in annotation type com.objectsql.annotation.RdForeignKey
- foreignTable() - Element in annotation type com.objectsql.annotation.RdForeignKey
- format() - Element in annotation type com.objectsql.annotation.RdSortOption
-
格式:RdSort默认
- format(String) - Method in class com.objectsql.support.Column
- formatValues(Object...) - Method in class com.objectsql.support.Column
- FULL_JOIN - Enum constant in enum com.objectsql.support.JoinType
- function(String) - Method in class com.objectsql.support.Column
- Function - Class in com.objectsql.support
- Function() - Constructor for class com.objectsql.support.Function
G
- generateEntity(String, SQLService, boolean, Class<?>, Map<String, String>) - Static method in class com.objectsql.generator.CodeGenerator
- generateImplement(String) - Static method in class com.objectsql.generator.CodeGenerator
- generateInterface(String) - Static method in class com.objectsql.generator.CodeGenerator
- generator() - Element in annotation type com.objectsql.annotation.RdId
- generatorMap - Static variable in class com.objectsql.helper.SQLHelperCreator
- get() - Static method in class com.objectsql.support.ChangeHolder
- get() - Static method in class com.objectsql.support.DatabaseTypeHolder
- get(Object) - Method in interface com.objectsql.BaseService
- get(Object) - Method in class com.objectsql.BaseServiceImpl
- get(String, Class, Object) - Static method in class com.objectsql.helper.SQLHelperCreator
-
只允许ID
- get(String, Object, String...) - Static method in class com.objectsql.helper.SQLHelperCreator
-
允许获取 id,匹配,唯一等值 有id根据id获取,其他根据列 等值获取
- getAlias() - Method in class com.objectsql.support.AliasTable
- getAlias() - Method in class com.objectsql.support.Column
- getAlias() - Method in class com.objectsql.support.Join
- getAliasList() - Method in interface com.objectsql.query.MultiQuery
- getAliasList() - Method in class com.objectsql.query.MultiQueryImpl
- getAliasTable() - Method in interface com.objectsql.query.MultiQuery
- getAliasTable() - Method in class com.objectsql.query.MultiQueryImpl
- getAndValue() - Method in class com.objectsql.support.Expression
- getAsName() - Method in class com.objectsql.support.Column
- getAsNamePrefix() - Method in class com.objectsql.support.Columns
- getBaseClass() - Method in class com.objectsql.BaseServiceImpl
- getCaseSensitive(String, int) - Method in class com.objectsql.option.AbstractOptions
- getCaseSensitive(String, int) - Method in class com.objectsql.option.DMOptions
- getCaseSensitive(String, int) - Method in class com.objectsql.option.H2Options
- getCaseSensitive(String, int) - Method in class com.objectsql.option.MySQLOptions
- getCaseSensitive(String, int) - Method in class com.objectsql.option.OracleOptions
- getCaseSensitive(String, int) - Method in class com.objectsql.option.PostgreSQLOptions
- getCaseSensitive(String, int) - Method in class com.objectsql.option.SQLServerOptions
- getCaseSensitive(String, int) - Method in interface com.objectsql.support.Options
- getChangedListener() - Method in class com.objectsql.support.PreChangeCache
- getChangedListeners() - Method in interface com.objectsql.BaseService
- getChangedListeners() - Method in class com.objectsql.BaseServiceImpl
- getChangeListeners() - Method in interface com.objectsql.BaseService
- getChangeListeners() - Method in class com.objectsql.BaseServiceImpl
- getClassName(TableColumn) - Method in class com.objectsql.option.MySQLOptions
- getClassName(TableColumn) - Method in class com.objectsql.option.OracleOptions
- getClassName(TableColumn) - Method in class com.objectsql.option.PostgreSQLOptions
- getClassName(TableColumn) - Method in class com.objectsql.option.SQLServerOptions
- getClassName(TableColumn) - Method in interface com.objectsql.support.Options
- getClazz() - Method in class com.objectsql.support.QueryInfo
- getCoding(Pair) - Method in class com.objectsql.option.AbstractOptions
- getCollate() - Method in class com.objectsql.support.Table
- getColumn() - Method in class com.objectsql.support.ColumnClass
- getColumn() - Method in class com.objectsql.support.Order
- getColumn() - Method in class com.objectsql.support.Pair
- getColumn() - Method in class com.objectsql.support.QueryInfo
- getColumn() - Method in class com.objectsql.support.TableColumn
- getColumn(LambdaQuery<T, R>) - Static method in class com.objectsql.query.QueryUtils
- getColumnClass() - Method in class com.objectsql.support.ColumnClass
- getColumnClass() - Method in class com.objectsql.support.TableColumn
- getColumnColumnInfo(Class<?>) - Static method in class com.objectsql.utils.ORMUtils
- getColumnField(Class<?>) - Static method in class com.objectsql.utils.ORMUtils
- getColumnInfo() - Method in interface com.objectsql.support.LambdaQuery
- getColumnInfo(LambdaQuery<T, R>) - Static method in class com.objectsql.query.QueryUtils
- getColumnInfo(Class<?>) - Static method in class com.objectsql.utils.ORMUtils
- getColumnInfoId() - Method in class com.objectsql.support.AliasTable
- getColumnList() - Method in class com.objectsql.support.Columns
-
Deprecated.
- getColumnName() - Method in class com.objectsql.support.ColumnInfo
- getColumnName() - Method in interface com.objectsql.support.LambdaQuery
- getColumns() - Method in class com.objectsql.support.QueryInfo
- getColumns(LambdaQuery<T, R>...) - Static method in class com.objectsql.query.QueryUtils
- getColumns(Class<?>) - Static method in class com.objectsql.utils.ORMUtils
- getColumnsInfoWhenEmptyValueInNullColumns() - Method in class com.objectsql.support.RowObject
- getColumnsWhenEmptyValueInNullColumns() - Method in class com.objectsql.support.RowObject
- getColumnType() - Method in class com.objectsql.support.ColumnInfo
- getColumnType() - Method in class com.objectsql.support.Pair
- getColumnType() - Method in class com.objectsql.support.TableColumn
- getColumnType(ColumnInfo, RdColumn) - Method in class com.objectsql.option.H2Options
- getColumnType(ColumnInfo, RdColumn) - Method in class com.objectsql.option.MySQLOptions
- getColumnType(ColumnInfo, RdColumn) - Method in class com.objectsql.option.OracleOptions
- getColumnType(ColumnInfo, RdColumn) - Method in class com.objectsql.option.PostgreSQLOptions
- getColumnType(ColumnInfo, RdColumn) - Method in class com.objectsql.option.SQLServerOptions
- getColumnType(TableColumn) - Method in class com.objectsql.option.MySQLOptions
- getColumnType(TableColumn) - Method in class com.objectsql.option.OracleOptions
- getColumnType(TableColumn) - Method in class com.objectsql.option.PostgreSQLOptions
- getColumnType(TableColumn) - Method in class com.objectsql.option.SQLServerOptions
- getColumnType(TableColumn) - Method in interface com.objectsql.support.Options
- getColumnType(Class<?>) - Static method in class com.objectsql.utils.ORMUtils
- getColumnWithOperator(Column) - Method in class com.objectsql.option.AbstractOptions
- getColumnWithOperator(OperatorType, String, String) - Method in class com.objectsql.option.MySQLOptions
- getColumnWithOperator(OperatorType, String, String) - Method in class com.objectsql.option.OracleOptions
- getColumnWithOperator(OperatorType, String, String) - Method in class com.objectsql.option.SQLServerOptions
- getColumnWithOperator(OperatorType, String, String) - Method in interface com.objectsql.support.Options
- getColumnWithOperatorAndFunction(Column) - Method in class com.objectsql.option.AbstractOptions
- getColumnWithOperatorAndFunction(String, boolean, OperatorType, String, String) - Method in class com.objectsql.option.MySQLOptions
- getColumnWithOperatorAndFunction(String, boolean, OperatorType, String, String) - Method in class com.objectsql.option.OracleOptions
- getColumnWithOperatorAndFunction(String, boolean, OperatorType, String, String) - Method in class com.objectsql.option.SQLServerOptions
- getColumnWithOperatorAndFunction(String, boolean, OperatorType, String, String) - Method in interface com.objectsql.support.Options
- getComment() - Method in class com.objectsql.support.Table
- getComment() - Method in class com.objectsql.support.TableColumn
- getConditions() - Method in class com.objectsql.query.AbstractQueryImpl
- getConditions() - Method in interface com.objectsql.query.IQuery
- getConditions() - Method in class com.objectsql.support.CaseColumn
- getConditions() - Method in class com.objectsql.support.Condition
- getConditions() - Method in class com.objectsql.support.Join
- getConditions(Class, Expression[], List<Pair>) - Method in class com.objectsql.option.AbstractOptions
- getConditions(Class, Expression[], List<Pair>) - Method in interface com.objectsql.support.Options
- getConditions(Object, List<Condition>, List<Pair>) - Method in class com.objectsql.option.AbstractOptions
- getConditions(Object, List<Condition>, List<Pair>) - Method in interface com.objectsql.support.Options
- getConnection() - Method in interface com.objectsql.SQLService
- getConnection() - Method in class com.objectsql.SQLServiceImpl
- getConnection() - Method in class com.objectsql.support.SimpleDataSource
- getConnection(Class, Class) - Method in class com.objectsql.ObjectSQLManager
- getConnection(String, String) - Method in class com.objectsql.support.SimpleDataSource
- getConnection(Connection) - Method in interface com.objectsql.support.IRealConnection
- getConnection(DataSource) - Static method in class com.objectsql.spring.SpringUtils
- getCount() - Method in exception class com.objectsql.exception.ORMBatchException
- getCurrent() - Method in class com.objectsql.support.PreChangeCache
- getCurrent() - Method in class com.objectsql.support.RowObject
- getDatabaseDateTime() - Method in interface com.objectsql.SQLService
- getDatabaseDateTime() - Method in class com.objectsql.SQLServiceImpl
- getDatabaseNanoTime() - Method in interface com.objectsql.SQLService
- getDatabaseNanoTime() - Method in class com.objectsql.SQLServiceImpl
- getDataSource() - Method in class com.objectsql.ObjectSQLManager
- getDataSource() - Static method in class com.objectsql.spring.DynamicDataSource
- getDataSource() - Method in interface com.objectsql.SQLService
- getDataSource() - Method in class com.objectsql.SQLServiceImpl
- getDataSource(Class, Class) - Method in class com.objectsql.ObjectSQLManager
- getDataType(String) - Static method in enum com.objectsql.support.DataType
- getDeclaredExtendFields(Class<?>) - Static method in class com.objectsql.utils.ORMUtils
- getDeclaredFields(Class<?>) - Static method in class com.objectsql.utils.ORMUtils
- getDefaultListeners() - Method in interface com.objectsql.BaseService
- getDefaultListeners() - Method in class com.objectsql.BaseServiceImpl
- getDefaultValue() - Method in class com.objectsql.support.TableColumn
- getElseValue() - Method in class com.objectsql.support.CaseColumn
- getEngine() - Method in class com.objectsql.support.Table
- getExtendFields(Class<?>) - Static method in class com.objectsql.utils.ORMUtils
- getField() - Method in class com.objectsql.support.ColumnInfo
- getField(LambdaQuery<T, R>) - Static method in class com.objectsql.query.QueryUtils
- getFieldByColumn(Class<?>, LambdaQuery<T, R>) - Static method in class com.objectsql.utils.ORMUtils
- getFieldByColumn(Class<?>, String) - Static method in class com.objectsql.utils.ORMUtils
- getFieldColumn(Class<?>) - Static method in class com.objectsql.utils.ORMUtils
- getFieldColumnInfo(Class<?>) - Static method in class com.objectsql.utils.ORMUtils
- getFieldName() - Method in class com.objectsql.support.Column
- getFieldName() - Method in interface com.objectsql.support.LambdaQuery
- getFields(Class<?>) - Static method in class com.objectsql.utils.ORMUtils
- getFieldValue(Object, ColumnInfo) - Static method in class com.objectsql.utils.ORMUtils
- getFieldValue(Object, Field) - Static method in class com.objectsql.utils.ORMUtils
- getFinalReturnColumns() - Method in interface com.objectsql.query.IQuery
- getFinalReturnColumns() - Method in class com.objectsql.query.MultiQueryImpl
- getFinalReturnColumns() - Method in class com.objectsql.query.QueryImpl
- getFixedReturnColumns() - Method in interface com.objectsql.query.IQuery
- getFixedReturnColumns() - Method in class com.objectsql.query.MultiQueryImpl
- getFixedReturnColumns() - Method in class com.objectsql.query.QueryImpl
- getForeignSQL(RdTable, RdColumn, RdForeignKey) - Method in class com.objectsql.option.AbstractOptions
- getFormat() - Method in class com.objectsql.support.Column
- getFunction() - Method in class com.objectsql.support.Column
- getGetMethod() - Method in class com.objectsql.support.ColumnInfo
- getGroupCountSelectColumns() - Method in interface com.objectsql.query.IQuery
- getGroupCountSelectColumns() - Method in class com.objectsql.query.MultiQueryImpl
- getGroupCountSelectColumns() - Method in class com.objectsql.query.QueryImpl
- getGroups() - Method in interface com.objectsql.query.IQuery
- getGroups() - Method in class com.objectsql.query.MultiQueryImpl
- getGroups() - Method in class com.objectsql.query.QueryImpl
- getGroups(List<Column>) - Method in class com.objectsql.option.AbstractOptions
- getHavings() - Method in class com.objectsql.query.AbstractQueryImpl
- getHavings() - Method in interface com.objectsql.query.IQuery
- getId() - Method in class com.objectsql.support.AliasTable
- getIdColumn() - Method in class com.objectsql.support.AliasTable
- getIdField() - Method in class com.objectsql.helper.SQLHelper
- getIdValue() - Method in class com.objectsql.helper.SQLHelper
- getIndex() - Method in exception class com.objectsql.exception.ORMBatchException
- getJoins() - Method in interface com.objectsql.query.MultiQuery
- getJoins() - Method in class com.objectsql.query.MultiQueryImpl
- getKey() - Method in class com.objectsql.support.KV
- getLeft() - Method in class com.objectsql.support.Expression
- getLength() - Method in class com.objectsql.support.TableColumn
- getLoginTimeout() - Method in class com.objectsql.support.SimpleDataSource
- getLogWriter() - Method in class com.objectsql.support.SimpleDataSource
- getMetadata() - Method in class com.objectsql.support.Pair
- getName() - Method in class com.objectsql.support.Column
- getName() - Method in class com.objectsql.support.ColumnInfo
- getName() - Method in class com.objectsql.support.Pair
- getName() - Method in class com.objectsql.support.Table
- getObject() - Method in class com.objectsql.support.ConditionObject
- getObjectSQLManager() - Method in interface com.objectsql.SQLService
- getObjectSQLManager() - Method in class com.objectsql.SQLServiceImpl
- getOffset() - Method in class com.objectsql.support.Paging
- getOperator() - Method in enum com.objectsql.support.OperatorType
- getOperatorInFunction() - Method in class com.objectsql.support.Column
- getOptions() - Method in class com.objectsql.query.AbstractQueryImpl
- getOptions() - Method in interface com.objectsql.query.IQuery
- getOptions() - Method in interface com.objectsql.SQLService
- getOptions() - Method in class com.objectsql.SQLServiceImpl
- getOptions(Class, Class) - Method in class com.objectsql.ObjectSQLManager
- getOptions(String) - Method in class com.objectsql.ObjectSQLManager
- getOrder() - Method in class com.objectsql.support.ColumnInfo
- getOrder() - Method in class com.objectsql.support.Order
- getOrder() - Method in class com.objectsql.support.TableColumn
- getOrders() - Method in class com.objectsql.query.AbstractQueryImpl
- getOrders() - Method in interface com.objectsql.query.IQuery
- getOrders() - Method in class com.objectsql.support.MultiOrder
- getOrders(List<Order>, Class<?>) - Method in class com.objectsql.option.AbstractOptions
- getOrders(List<Order>, Map<String, Class>) - Method in class com.objectsql.option.AbstractOptions
- getOriginal() - Method in class com.objectsql.support.PreChangeCache
- getOriginal() - Method in class com.objectsql.support.RowObject
- getOrmType() - Method in class com.objectsql.support.PreChangeCache
- getPage() - Method in class com.objectsql.support.Paging
- getPaging() - Method in class com.objectsql.query.AbstractQueryImpl
- getPaging() - Method in interface com.objectsql.query.IQuery
- getPair() - Method in class com.objectsql.helper.SQLHelper
- getPairs() - Method in class com.objectsql.support.SQLPair
- getParameters() - Method in class com.objectsql.helper.SQLHelper
- getParams() - Method in exception class com.objectsql.exception.ORMSQLException
- getParentLogger() - Method in class com.objectsql.support.SimpleDataSource
- getPrecision() - Method in class com.objectsql.support.ColumnClass
- getPrecision() - Method in class com.objectsql.support.TableColumn
- getPrimaryKey() - Method in class com.objectsql.support.ColumnInfo
- getProductName(Class, Class) - Method in class com.objectsql.ObjectSQLManager
- getProductName(DataSource) - Method in class com.objectsql.ObjectSQLManager
- getProductName(DataSource, Connection) - Method in class com.objectsql.ObjectSQLManager
- getQuery() - Method in class com.objectsql.support.Column
- getQueryConvert() - Method in class com.objectsql.query.AbstractQueryImpl
- getQueryConvert() - Method in interface com.objectsql.query.IQuery
- getQueryListeners() - Method in interface com.objectsql.BaseService
- getQueryListeners() - Method in class com.objectsql.BaseServiceImpl
- getRawDataSource(DataSource) - Method in class com.objectsql.ObjectSQLManager
- getRdTable(Class) - Static method in class com.objectsql.utils.ORMUtils
- getRealConnection() - Method in class com.objectsql.ObjectSQLManager
- getReplace(String) - Method in class com.objectsql.support.Column
- getResultSetHandler() - Method in class com.objectsql.SQLServiceImpl
- getReturnClass() - Method in interface com.objectsql.query.IQuery
- getReturnClass() - Method in class com.objectsql.query.MultiQueryImpl
- getReturnClass() - Method in class com.objectsql.query.QueryImpl
- getReturnColumns() - Method in interface com.objectsql.query.IQuery
- getReturnColumns() - Method in class com.objectsql.query.MultiQueryImpl
- getReturnColumns() - Method in class com.objectsql.query.QueryImpl
- getRowObject() - Method in class com.objectsql.support.PreChangeCache
- getRows() - Method in class com.objectsql.support.Pageable
- getRunningMode() - Static method in class com.objectsql.utils.ORMUtils
- getScale() - Method in class com.objectsql.support.ColumnClass
- getScale() - Method in class com.objectsql.support.TableColumn
- getSchema() - Method in interface com.objectsql.SQLService
- getSchema() - Method in class com.objectsql.SQLServiceImpl
- getSchema(String) - Method in class com.objectsql.option.H2Options
- getSchema(String) - Method in class com.objectsql.option.MySQLOptions
- getSensitive() - Method in class com.objectsql.support.Table
- getSequence() - Method in class com.objectsql.support.TableColumn
- getSetMethod() - Method in class com.objectsql.support.ColumnInfo
- getSize() - Method in class com.objectsql.support.Paging
- getSql() - Method in class com.objectsql.helper.SQLHelper
- getSql() - Method in class com.objectsql.support.QueryInfo
- getSql() - Method in class com.objectsql.support.SQLPair
- getTable() - Method in interface com.objectsql.query.IQuery
- getTable() - Method in class com.objectsql.query.MultiQueryImpl
- getTable() - Method in class com.objectsql.query.QueryImpl
- getTable() - Method in class com.objectsql.support.AliasTable
- getTable() - Method in class com.objectsql.support.ColumnClass
- getTable() - Method in class com.objectsql.support.Join
- getTable() - Method in class com.objectsql.support.TableColumn
- getTableName(RdTable) - Method in class com.objectsql.option.AbstractOptions
- getTableName(RdTable) - Method in interface com.objectsql.support.Options
- getTableName(Class) - Static method in class com.objectsql.utils.ORMUtils
- getTableName(Class<?>) - Method in interface com.objectsql.SQLService
- getTableName(Class<?>) - Method in class com.objectsql.SQLServiceImpl
- getTotal() - Method in class com.objectsql.support.Paging
- getType() - Method in class com.objectsql.support.Column
- getType() - Method in class com.objectsql.support.ColumnInfo
- getType() - Method in class com.objectsql.support.ConditionObject
- getType() - Method in class com.objectsql.support.Expression
- getType() - Method in class com.objectsql.support.Join
- getType() - Method in class com.objectsql.support.Pair
- getType() - Method in class com.objectsql.support.TableColumn
- getType(String) - Static method in enum com.objectsql.support.ExpressionType
- getTypes() - Method in enum com.objectsql.support.DataType
- getUniqueSQL(RdTable, RdColumn, RdUniqueKey) - Method in class com.objectsql.option.AbstractOptions
- getUpdateNullColumns() - Method in class com.objectsql.support.RowObject
- getValue() - Method in class com.objectsql.support.Column
- getValue() - Method in class com.objectsql.support.Expression
- getValue() - Method in class com.objectsql.support.KV
- getValue() - Method in class com.objectsql.support.Pair
- getValueHandle(Object, ColumnInfo, Object) - Method in interface com.objectsql.handler.ColumnHandler
- getValues() - Method in class com.objectsql.support.QueryInfo
- group(Column...) - Method in interface com.objectsql.query.MultiQuery
- group(Column...) - Method in class com.objectsql.query.MultiQueryImpl
- group(Columns...) - Method in interface com.objectsql.query.MultiQuery
- group(Columns...) - Method in class com.objectsql.query.MultiQueryImpl
- group(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
- group(LambdaQuery<T, R>) - Method in class com.objectsql.query.QueryImpl
- group(String) - Method in interface com.objectsql.query.Query
- group(String) - Method in class com.objectsql.query.QueryImpl
- groupCountSelect(IQuery) - Method in class com.objectsql.option.AbstractOptions
- groupCountSelectColumn(Column...) - Method in interface com.objectsql.query.MultiQuery
- groupCountSelectColumn(Column...) - Method in class com.objectsql.query.MultiQueryImpl
- groupCountSelectColumn(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
- groupCountSelectColumn(LambdaQuery<T, R>) - Method in class com.objectsql.query.QueryImpl
- groupCountSelectColumn(String) - Method in interface com.objectsql.query.Query
- groupCountSelectColumn(String) - Method in class com.objectsql.query.QueryImpl
- groups(IQuery, String) - Method in class com.objectsql.option.AbstractOptions
H
- H2Options - Class in com.objectsql.option
- H2Options() - Constructor for class com.objectsql.option.H2Options
- handle(SQLService, Class<?>, IQuery) - Method in interface com.objectsql.listener.QueryListener
- handle(Class<?>, String, Object...) - Method in interface com.objectsql.handler.DebugHandler
- handle(Class<?>, String, Object...) - Method in class com.objectsql.spring.LogHandler
- handle(Object, ColumnInfo, Object, ResultSet) - Method in class com.objectsql.handler.DefaultResultSetHandler
- handle(Object, ColumnInfo, Object, ResultSet) - Method in interface com.objectsql.handler.ResultSetHandler
- handle(T, Exception) - Method in interface com.objectsql.support.CommitHandler
- handleDebugInfo(Class<?>, String, Object...) - Static method in class com.objectsql.utils.ORMUtils
- hashCode() - Method in class com.objectsql.support.ColumnInfo
- hashCode() - Method in class com.objectsql.support.TableColumn
- having(Column, Column) - Method in interface com.objectsql.query.MultiQuery
- having(Column, Column) - Method in class com.objectsql.query.MultiQueryImpl
- having(Column, Object, ExpressionType) - Method in interface com.objectsql.query.MultiQuery
- having(Column, Object, ExpressionType) - Method in class com.objectsql.query.MultiQueryImpl
- having(Condition) - Method in interface com.objectsql.query.MultiQuery
- having(Condition) - Method in class com.objectsql.query.MultiQueryImpl
- having(Condition) - Method in interface com.objectsql.query.Query
- having(Condition) - Method in class com.objectsql.query.QueryImpl
- having(Expression) - Method in interface com.objectsql.query.MultiQuery
- having(Expression) - Method in class com.objectsql.query.MultiQueryImpl
- having(LambdaQuery<T, R>, Object, ExpressionType) - Method in interface com.objectsql.query.Query
- having(LambdaQuery<T, R>, Object, ExpressionType) - Method in class com.objectsql.query.QueryImpl
- having(String, Object, ExpressionType) - Method in interface com.objectsql.query.Query
- having(String, Object, ExpressionType) - Method in class com.objectsql.query.QueryImpl
- havings - Variable in class com.objectsql.query.AbstractQueryImpl
- havings(IQuery, List<Pair>, String) - Method in class com.objectsql.option.AbstractOptions
I
- id() - Method in class com.objectsql.query.AbstractQueryImpl
- id() - Method in interface com.objectsql.query.IQuery
- IDGenerator - Interface in com.objectsql.support
- in(LambdaQuery<T, R>, Collection) - Static method in class com.objectsql.support.Expression
- in(String, Collection) - Static method in class com.objectsql.support.Expression
- in(Collection) - Method in class com.objectsql.support.Column
- INNER_JOIN - Enum constant in enum com.objectsql.support.JoinType
- insert(SQLService, T) - Method in interface com.objectsql.listener.DefaultListener
- insert(String, Object, Options) - Static method in class com.objectsql.helper.SQLHelperCreator
- insert(T) - Method in interface com.objectsql.BaseService
- insert(T) - Method in class com.objectsql.BaseServiceImpl
- INSERT - Enum constant in enum com.objectsql.support.ORMType
- inserts(String, List<S>, Options) - Static method in class com.objectsql.helper.SQLHelperCreator
- insertWithoutListener(T) - Method in interface com.objectsql.BaseService
- insertWithoutListener(T) - Method in class com.objectsql.BaseServiceImpl
- INTEGER - Enum constant in enum com.objectsql.support.DataType
- IQuery - Interface in com.objectsql.query
- IRealConnection - Interface in com.objectsql.support
- isAutoIncrement() - Method in class com.objectsql.support.TableColumn
- isDistinct() - Method in class com.objectsql.query.AbstractQueryImpl
- isDistinct() - Method in interface com.objectsql.query.IQuery
- isDistinct() - Method in class com.objectsql.query.MultiQueryImpl
- isDropped() - Method in class com.objectsql.support.TableColumn
- isEmpty() - Method in class com.objectsql.support.Column
- isEmpty(LambdaQuery<T, R>) - Static method in class com.objectsql.support.Expression
- isEmpty(Object) - Static method in class com.objectsql.utils.ORMUtils
- isEmpty(String) - Static method in class com.objectsql.support.Expression
- isEnableDataPermission() - Method in interface com.objectsql.query.MultiQuery
- isEnableDataPermission() - Method in class com.objectsql.query.MultiQueryImpl
- isExecuteSuccess() - Method in class com.objectsql.spring.TxCommit
- isLessDatePlus235959() - Method in class com.objectsql.query.AbstractQueryImpl
- isLessDatePlus235959() - Method in interface com.objectsql.query.IQuery
- isLessEqualDatePlus235959() - Method in class com.objectsql.query.AbstractQueryImpl
- isLessEqualDatePlus235959() - Method in interface com.objectsql.query.IQuery
- isLowerCaseSql() - Static method in class com.objectsql.utils.ORMUtils
- isNotEmpty() - Method in class com.objectsql.support.Column
- isNotEmpty(LambdaQuery<T, R>) - Static method in class com.objectsql.support.Expression
- isNotEmpty(String) - Static method in class com.objectsql.support.Expression
- isNotNull() - Method in class com.objectsql.support.Column
- isNotNull(LambdaQuery<T, R>) - Static method in class com.objectsql.support.Expression
- isNotNull(String) - Static method in class com.objectsql.support.Expression
- isNull() - Method in class com.objectsql.support.Column
- isNull(LambdaQuery<T, R>) - Static method in class com.objectsql.support.Expression
- isNull(String) - Static method in class com.objectsql.support.Expression
- isNullable() - Method in class com.objectsql.support.TableColumn
- isPrimaryKey() - Method in class com.objectsql.support.TableColumn
- isTheSameClass(Class<?>, Class<?>) - Static method in class com.objectsql.utils.ORMUtils
- isTrim() - Static method in class com.objectsql.utils.ORMUtils
- isUpdateNull() - Method in class com.objectsql.support.RowObject
- isUpperOrLowerCase(String) - Static method in class com.objectsql.query.QueryUtils
- isWrapperFor(Class<?>) - Method in class com.objectsql.support.SimpleDataSource
J
- join(IQuery) - Method in interface com.objectsql.query.MultiQuery
- join(IQuery) - Method in class com.objectsql.query.MultiQueryImpl
- join(IQuery, String) - Method in interface com.objectsql.query.MultiQuery
- join(IQuery, String) - Method in class com.objectsql.query.MultiQueryImpl
- join(AliasTable, Column, Column) - Method in interface com.objectsql.query.MultiQuery
- join(AliasTable, Column, Column) - Method in class com.objectsql.query.MultiQueryImpl
- join(AliasTable, JoinType, Column, Column) - Method in interface com.objectsql.query.MultiQuery
- join(AliasTable, JoinType, Column, Column) - Method in class com.objectsql.query.MultiQueryImpl
- join(Join) - Method in interface com.objectsql.query.MultiQuery
- join(Join) - Method in class com.objectsql.query.MultiQueryImpl
- join(Class<?>) - Method in interface com.objectsql.query.MultiQuery
- join(Class<?>) - Method in class com.objectsql.query.MultiQueryImpl
- join(Class<?>, JoinType, LambdaQuery<T, R>, Column) - Method in interface com.objectsql.query.MultiQuery
- join(Class<?>, JoinType, LambdaQuery<T, R>, Column) - Method in class com.objectsql.query.MultiQueryImpl
- join(Class<?>, JoinType, String, Column) - Method in interface com.objectsql.query.MultiQuery
- join(Class<?>, JoinType, String, Column) - Method in class com.objectsql.query.MultiQueryImpl
- join(Class<?>, LambdaQuery<T, R>, Column) - Method in interface com.objectsql.query.MultiQuery
- join(Class<?>, LambdaQuery<T, R>, Column) - Method in class com.objectsql.query.MultiQueryImpl
- join(Class<?>, String) - Method in interface com.objectsql.query.MultiQuery
- join(Class<?>, String) - Method in class com.objectsql.query.MultiQueryImpl
- join(Class<?>, String, Column) - Method in interface com.objectsql.query.MultiQuery
- join(Class<?>, String, Column) - Method in class com.objectsql.query.MultiQueryImpl
- join(String[], String) - Static method in class com.objectsql.utils.ORMUtils
- join(List<String>, String) - Static method in class com.objectsql.utils.ORMUtils
- Join - Class in com.objectsql.support
- Join(AliasTable) - Constructor for class com.objectsql.support.Join
- Join(AliasTable, JoinType) - Constructor for class com.objectsql.support.Join
- joins(MultiQuery, List<Pair>) - Method in class com.objectsql.option.AbstractOptions
- joinType() - Element in annotation type com.objectsql.annotation.RdRelated
- JoinType - Enum in com.objectsql.support
K
- keyword() - Element in annotation type com.objectsql.annotation.RdSortOption
-
与Option内的关键字保持一致
- keyword() - Method in class com.objectsql.option.DMOptions
- keyword() - Method in class com.objectsql.option.H2Options
- keyword() - Method in class com.objectsql.option.MySQLOptions
- keyword() - Method in class com.objectsql.option.OracleOptions
- keyword() - Method in class com.objectsql.option.PostgreSQLOptions
- keyword() - Method in class com.objectsql.option.SQLServerOptions
- keyword() - Method in interface com.objectsql.support.Options
- KV - Class in com.objectsql.support
- KV() - Constructor for class com.objectsql.support.KV
- KV(String, Object) - Constructor for class com.objectsql.support.KV
L
- LambdaQuery<T,
R> - Interface in com.objectsql.support - LEFT_JOIN - Enum constant in enum com.objectsql.support.JoinType
- length() - Element in annotation type com.objectsql.annotation.RdColumn
- less(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
- less(Object) - Method in class com.objectsql.support.Column
- less(String, Object) - Static method in class com.objectsql.support.Expression
- lessDatePlus - Variable in class com.objectsql.query.AbstractQueryImpl
- lessEqual(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
- lessEqual(Object) - Method in class com.objectsql.support.Column
- lessEqual(String, Object) - Static method in class com.objectsql.support.Expression
- lessEqualDatePlus - Variable in class com.objectsql.query.AbstractQueryImpl
- like(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
- like(Object) - Method in class com.objectsql.support.Column
- like(String, Object) - Static method in class com.objectsql.support.Expression
- list() - Method in interface com.objectsql.BaseService
- list() - Method in class com.objectsql.BaseServiceImpl
- list(int, int) - Method in interface com.objectsql.BaseService
- list(int, int) - Method in class com.objectsql.BaseServiceImpl
- list(Condition) - Method in interface com.objectsql.BaseService
- list(Condition) - Method in class com.objectsql.BaseServiceImpl
- list(Condition, MultiOrder) - Method in interface com.objectsql.BaseService
- list(Condition, MultiOrder) - Method in class com.objectsql.BaseServiceImpl
- list(Condition, MultiOrder, Integer) - Method in interface com.objectsql.BaseService
- list(Condition, MultiOrder, Integer) - Method in class com.objectsql.BaseServiceImpl
- list(Expression...) - Method in interface com.objectsql.BaseService
- list(Expression...) - Method in class com.objectsql.BaseServiceImpl
- list(Names, Condition) - Method in interface com.objectsql.BaseService
- list(Names, Condition) - Method in class com.objectsql.BaseServiceImpl
- list(Names, Condition, MultiOrder) - Method in interface com.objectsql.BaseService
- list(Names, Condition, MultiOrder) - Method in class com.objectsql.BaseServiceImpl
- list(Names, Condition, MultiOrder, Integer) - Method in interface com.objectsql.BaseService
- list(Names, Condition, MultiOrder, Integer) - Method in class com.objectsql.BaseServiceImpl
- listNames(String...) - Method in interface com.objectsql.BaseService
- listNames(String...) - Method in class com.objectsql.BaseServiceImpl
- LL - Enum constant in enum com.objectsql.support.OperatorType
- LogHandler - Class in com.objectsql.spring
- LogHandler() - Constructor for class com.objectsql.spring.LogHandler
- LONG - Enum constant in enum com.objectsql.support.ColumnType
- LONG - Enum constant in enum com.objectsql.support.DataType
- LONG_TEXT - Enum constant in enum com.objectsql.support.ColumnType
- LOWER - Enum constant in enum com.objectsql.support.TextTransformType
- LOWER_CASE_SENSITIVE - Static variable in class com.objectsql.support.Table
M
- MAP - Enum constant in enum com.objectsql.support.DataType
- max() - Method in class com.objectsql.support.Column
- MAX - Static variable in class com.objectsql.support.Function
- MEDIUM_TEXT - Enum constant in enum com.objectsql.support.ColumnType
- min() - Method in class com.objectsql.support.Column
- MIN - Static variable in class com.objectsql.support.Function
- MINUS - Enum constant in enum com.objectsql.support.OperatorType
- MOD - Enum constant in enum com.objectsql.support.OperatorType
- more(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
- more(Object) - Method in class com.objectsql.support.Column
- more(String, Object) - Static method in class com.objectsql.support.Expression
- moreEqual(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
- moreEqual(Object) - Method in class com.objectsql.support.Column
- moreEqual(String, Object) - Static method in class com.objectsql.support.Expression
- MultiOrder - Class in com.objectsql.support
- MultiOrder() - Constructor for class com.objectsql.support.MultiOrder
- MultiOrder(Column, String) - Constructor for class com.objectsql.support.MultiOrder
- MULTIPLY - Enum constant in enum com.objectsql.support.OperatorType
- MultiQuery - Interface in com.objectsql.query
- MultiQueryImpl - Class in com.objectsql.query
- MultiQueryImpl() - Constructor for class com.objectsql.query.MultiQueryImpl
- MultiQueryImpl(MultiQuery) - Constructor for class com.objectsql.query.MultiQueryImpl
- MultiTransactionManager - Class in com.objectsql.spring
- MultiTransactionManager() - Constructor for class com.objectsql.spring.MultiTransactionManager
- MySQLOptions - Class in com.objectsql.option
- MySQLOptions() - Constructor for class com.objectsql.option.MySQLOptions
N
- name() - Element in annotation type com.objectsql.annotation.RdColumn
- name() - Element in annotation type com.objectsql.annotation.RdForeignKey
- name() - Element in annotation type com.objectsql.annotation.RdMultiColumn
- name() - Element in annotation type com.objectsql.annotation.RdTable
- name() - Element in annotation type com.objectsql.annotation.RdUniqueKey
- name(LambdaQuery<T, R>) - Method in class com.objectsql.support.Column
- name(LambdaQuery<T, R>) - Method in class com.objectsql.support.Names
- name(String) - Method in class com.objectsql.support.Column
- name(String) - Method in class com.objectsql.support.Names
- names() - Element in annotation type com.objectsql.annotation.RdRelated
- names() - Method in class com.objectsql.support.Names
- names(LambdaQuery<T, R>...) - Method in class com.objectsql.support.Columns
- names(String...) - Method in class com.objectsql.support.Columns
- Names - Class in com.objectsql.support
- Names(String...) - Constructor for class com.objectsql.support.Names
- nanoTimeSQL() - Method in class com.objectsql.option.MySQLOptions
- nanoTimeSQL() - Method in class com.objectsql.option.OracleOptions
- nanoTimeSQL() - Method in class com.objectsql.option.PostgreSQLOptions
- nanoTimeSQL() - Method in class com.objectsql.option.SQLServerOptions
- nanoTimeSQL() - Method in interface com.objectsql.support.Options
- newClass(Class, ResultSet, QueryHandler, ResultSetHandler) - Static method in class com.objectsql.helper.SQLHelperCreator
- newClass(Class, ResultSet, ResultSetHandler) - Static method in class com.objectsql.helper.SQLHelperCreator
- newList(T...) - Static method in class com.objectsql.utils.ORMUtils
- newMultiQuery() - Method in interface com.objectsql.query.MultiQuery
- newMultiQuery() - Method in class com.objectsql.query.MultiQueryImpl
- newQuery() - Static method in interface com.objectsql.query.MultiQuery
- newQuery() - Static method in interface com.objectsql.query.Query
- newQuery(String) - Static method in interface com.objectsql.query.MultiQuery
- newQuery(String) - Static method in interface com.objectsql.query.Query
- next(Object, Class<?>, Object) - Method in class com.objectsql.support.DefaultIDGenerator
- next(Object, Class<?>, Object) - Method in interface com.objectsql.support.IDGenerator
- NONE - Enum constant in enum com.objectsql.support.TextTransformType
- NOT - Enum constant in enum com.objectsql.support.OperatorType
- notEndWith(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
- notEndWith(Object) - Method in class com.objectsql.support.Column
- notEndWith(String, Object) - Static method in class com.objectsql.support.Expression
- notEqual(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
- notEqual(Object) - Method in class com.objectsql.support.Column
- notEqual(String, Object) - Static method in class com.objectsql.support.Expression
- notExists(MultiQuery) - Method in class com.objectsql.support.Column
- notIn(LambdaQuery<T, R>, Collection) - Static method in class com.objectsql.support.Expression
- notIn(String, Collection) - Static method in class com.objectsql.support.Expression
- notIn(Collection) - Method in class com.objectsql.support.Column
- notLike(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
- notLike(Object) - Method in class com.objectsql.support.Column
- notLike(String, Object) - Static method in class com.objectsql.support.Expression
- notStartWith(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
- notStartWith(Object) - Method in class com.objectsql.support.Column
- notStartWith(String, Object) - Static method in class com.objectsql.support.Expression
- NULL - Enum constant in enum com.objectsql.support.ColumnType
- nullable() - Element in annotation type com.objectsql.annotation.RdColumn
O
- OBJECT - Enum constant in enum com.objectsql.support.DataType
- objectSQLManager - Variable in class com.objectsql.SQLServiceImpl
- ObjectSQLManager - Class in com.objectsql
- ObjectSQLManager() - Constructor for class com.objectsql.ObjectSQLManager
- ObjectSQLManager(DataSource) - Constructor for class com.objectsql.ObjectSQLManager
- offset - Variable in class com.objectsql.support.Paging
- on(Column, Column) - Method in class com.objectsql.support.Join
- on(Column, Object, ExpressionType) - Method in class com.objectsql.support.Join
- on(Condition) - Method in class com.objectsql.support.Join
- on(LambdaQuery<T, R>, Column) - Method in class com.objectsql.support.Join
- on(LambdaQuery<T, R>, Object, ExpressionType) - Method in class com.objectsql.support.Join
- on(String, Column) - Method in class com.objectsql.support.Join
- on(String, Object, ExpressionType) - Method in class com.objectsql.support.Join
- operator(OperatorType) - Method in class com.objectsql.support.Column
- operatorInFunction(Boolean) - Method in class com.objectsql.support.Column
- OperatorType - Enum in com.objectsql.support
- options - Variable in class com.objectsql.query.AbstractQueryImpl
- Options - Interface in com.objectsql.support
- or(Condition) - Method in class com.objectsql.support.Condition
- or(Expression...) - Method in class com.objectsql.support.Condition
- or(SQLPair) - Method in class com.objectsql.support.Condition
- OR - Enum constant in enum com.objectsql.support.ConditionType
- OR - Enum constant in enum com.objectsql.support.OperatorType
- OR_AND - Enum constant in enum com.objectsql.support.ConditionType
- OR_OR - Enum constant in enum com.objectsql.support.ConditionType
- OracleOptions - Class in com.objectsql.option
- OracleOptions() - Constructor for class com.objectsql.option.OracleOptions
- oracleStr2Clob(String, Clob) - Static method in class com.objectsql.option.OracleOptions
- orAnd(Expression...) - Method in class com.objectsql.support.Condition
- order() - Element in annotation type com.objectsql.annotation.RdColumn
- order() - Element in annotation type com.objectsql.annotation.RdMultiColumn
- order(Order) - Method in interface com.objectsql.query.MultiQuery
- order(Order) - Method in class com.objectsql.query.MultiQueryImpl
- order(Order) - Method in interface com.objectsql.query.Query
- order(Order) - Method in class com.objectsql.query.QueryImpl
- Order - Class in com.objectsql.support
- Order(Column, String) - Constructor for class com.objectsql.support.Order
- Order(LambdaQuery<T, R>, String) - Constructor for class com.objectsql.support.Order
- Order(String, String) - Constructor for class com.objectsql.support.Order
- orderAsc(Column) - Method in interface com.objectsql.query.MultiQuery
- orderAsc(Column) - Method in class com.objectsql.query.MultiQueryImpl
- orderAsc(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
- orderAsc(LambdaQuery<T, R>) - Method in class com.objectsql.query.QueryImpl
- orderAsc(String) - Method in interface com.objectsql.query.Query
- orderAsc(String) - Method in class com.objectsql.query.QueryImpl
- orderDesc(Column) - Method in interface com.objectsql.query.MultiQuery
- orderDesc(Column) - Method in class com.objectsql.query.MultiQueryImpl
- orderDesc(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
- orderDesc(LambdaQuery<T, R>) - Method in class com.objectsql.query.QueryImpl
- orderDesc(String) - Method in interface com.objectsql.query.Query
- orderDesc(String) - Method in class com.objectsql.query.QueryImpl
- orders - Variable in class com.objectsql.query.AbstractQueryImpl
- orders(IQuery, String, Map<String, String>) - Method in class com.objectsql.option.AbstractOptions
- orders(List<Order>) - Method in interface com.objectsql.query.MultiQuery
- orders(List<Order>) - Method in class com.objectsql.query.MultiQueryImpl
- orders(List<Order>) - Method in interface com.objectsql.query.Query
- orders(List<Order>) - Method in class com.objectsql.query.QueryImpl
- ORMBatchException - Exception Class in com.objectsql.exception
-
项目名称: object-sql
- ORMBatchException(Exception) - Constructor for exception class com.objectsql.exception.ORMBatchException
- ORMBatchException(Exception, Integer, Integer) - Constructor for exception class com.objectsql.exception.ORMBatchException
- ORMException - Exception Class in com.objectsql.exception
-
项目名称: object-sql
- ORMException(Exception) - Constructor for exception class com.objectsql.exception.ORMException
- ORMException(String) - Constructor for exception class com.objectsql.exception.ORMException
- ORMException(String, Exception) - Constructor for exception class com.objectsql.exception.ORMException
- ORMSQLException - Exception Class in com.objectsql.exception
-
项目名称: object-sql
- ORMSQLException(Exception, String) - Constructor for exception class com.objectsql.exception.ORMSQLException
- ORMSQLException(Exception, String, Object...) - Constructor for exception class com.objectsql.exception.ORMSQLException
- ORMSQLException(String) - Constructor for exception class com.objectsql.exception.ORMSQLException
- ORMType - Enum in com.objectsql.support
- ORMUtils - Class in com.objectsql.utils
- ORMUtils() - Constructor for class com.objectsql.utils.ORMUtils
- orOr(Expression...) - Method in class com.objectsql.support.Condition
P
- page - Variable in class com.objectsql.support.Paging
- Pageable<T> - Class in com.objectsql.support
- Pageable() - Constructor for class com.objectsql.support.Pageable
- Paging - Class in com.objectsql.support
- Paging() - Constructor for class com.objectsql.support.Paging
- Paging(Integer, Integer) - Constructor for class com.objectsql.support.Paging
- pair - Variable in class com.objectsql.helper.SQLHelper
- Pair - Class in com.objectsql.support
- Pair(ColumnInfo, Object) - Constructor for class com.objectsql.support.Pair
- Pair(Object) - Constructor for class com.objectsql.support.Pair
- Pair(Object, ColumnType) - Constructor for class com.objectsql.support.Pair
- Pair(String, Object) - Constructor for class com.objectsql.support.Pair
- parentQuery() - Method in interface com.objectsql.query.MultiQuery
- parentQuery() - Method in class com.objectsql.query.MultiQueryImpl
- parseCaseColumnValue(Object) - Method in class com.objectsql.option.AbstractOptions
- parseColumn(Column) - Method in class com.objectsql.option.AbstractOptions
- parseColumn(Column) - Method in interface com.objectsql.support.Options
- parseColumn(Options, Column) - Static method in class com.objectsql.option.AbstractOptions
- parseConditions(Condition) - Method in class com.objectsql.option.AbstractOptions
- parseExpression(Class, Map<String, Object>, Expression) - Method in class com.objectsql.option.AbstractOptions
- parseExpression(Class, Map<String, Object>, Expression) - Method in class com.objectsql.option.OracleOptions
- parseExpression(Object, Expression) - Method in class com.objectsql.option.AbstractOptions
- parseExpression(Object, Expression) - Method in interface com.objectsql.support.Options
- parseMap(ResultSetMetaData, int, Object, ResultSet) - Method in class com.objectsql.handler.DefaultResultSetHandler
- parseMap(ResultSetMetaData, int, Object, ResultSet) - Method in interface com.objectsql.handler.ResultSetHandler
- patterns() - Element in annotation type com.objectsql.annotation.RdObject
- PLUS - Enum constant in enum com.objectsql.support.OperatorType
- plusDate235959(Date) - Static method in class com.objectsql.query.QueryUtils
- PostgreSQLOptions - Class in com.objectsql.option
- PostgreSQLOptions() - Constructor for class com.objectsql.option.PostgreSQLOptions
- PreChangeCache - Class in com.objectsql.support
- PreChangeCache() - Constructor for class com.objectsql.support.PreChangeCache
- PreChangeCache(ServiceChangedListener, ORMType, RowObject) - Constructor for class com.objectsql.support.PreChangeCache
- precision() - Element in annotation type com.objectsql.annotation.RdColumn
- prefixes() - Element in annotation type com.objectsql.annotation.RdObject
- preSetParameter(PreparedStatement, Connection, String, int, Pair) - Method in class com.objectsql.option.AbstractOptions
- preSetParameter(PreparedStatement, Connection, String, int, Pair) - Method in class com.objectsql.option.DMOptions
- preSetParameter(PreparedStatement, Connection, String, int, Pair) - Method in class com.objectsql.option.MySQLOptions
- preSetParameter(PreparedStatement, Connection, String, int, Pair) - Method in class com.objectsql.option.OracleOptions
- preSetParameter(PreparedStatement, Connection, String, int, Pair) - Method in class com.objectsql.option.PostgreSQLOptions
- preSetParameter(PreparedStatement, Connection, String, int, Pair) - Method in class com.objectsql.option.SQLServerOptions
- process(int, T, ResultSet) - Method in interface com.objectsql.handler.ResultSetProcessHandler
- process(ResultSet) - Method in interface com.objectsql.handler.ResultSetFunction
- put(String, Object) - Method in exception class com.objectsql.exception.ORMSQLException
Q
- query(IQuery) - Method in interface com.objectsql.BaseService
- query(IQuery) - Method in class com.objectsql.BaseServiceImpl
- query(IQuery, int) - Method in interface com.objectsql.BaseService
- query(IQuery, int) - Method in class com.objectsql.BaseServiceImpl
- query(IQuery, int, int) - Method in interface com.objectsql.BaseService
- query(IQuery, int, int) - Method in class com.objectsql.BaseServiceImpl
- query(IQuery, ResultSetProcessHandler) - Method in class com.objectsql.BaseServiceImpl
- query(IQuery, ResultSetProcessHandler<T>) - Method in interface com.objectsql.BaseService
- query(String, Options, Class<?>, Expression[]) - Static method in class com.objectsql.helper.SQLHelperCreator
- query(String, Object[], ResultSetFunction) - Method in interface com.objectsql.SQLService
- query(String, Object[], ResultSetFunction) - Method in class com.objectsql.SQLServiceImpl
- Query - Interface in com.objectsql.query
- queryCount(IQuery) - Method in interface com.objectsql.BaseService
- queryCount(IQuery) - Method in class com.objectsql.BaseServiceImpl
- queryCount(String, Options, Class<?>, Condition) - Static method in class com.objectsql.helper.SQLHelperCreator
- queryCount(String, Object...) - Method in interface com.objectsql.SQLService
- queryCount(String, Object...) - Method in class com.objectsql.SQLServiceImpl
- queryCountExpress(String, Options, Class<?>, Expression...) - Static method in class com.objectsql.helper.SQLHelperCreator
- QueryHandler - Interface in com.objectsql.handler
- QueryImpl - Class in com.objectsql.query
- QueryImpl() - Constructor for class com.objectsql.query.QueryImpl
- QueryInfo - Class in com.objectsql.support
- QueryInfo() - Constructor for class com.objectsql.support.QueryInfo
- QueryListener<T> - Interface in com.objectsql.listener
- queryMap(String, Object...) - Method in interface com.objectsql.SQLService
- queryMap(String, Object...) - Method in class com.objectsql.SQLServiceImpl
- queryMapList(String, Object...) - Method in interface com.objectsql.SQLService
- queryMapList(String, Object...) - Method in class com.objectsql.SQLServiceImpl
- queryObject(Class<T>, String, Object...) - Method in interface com.objectsql.SQLService
- queryObject(Class<T>, String, Object...) - Method in class com.objectsql.SQLServiceImpl
- queryObjectList(Class<T>, String, Object...) - Method in interface com.objectsql.SQLService
- queryObjectList(Class<T>, String, Object...) - Method in class com.objectsql.SQLServiceImpl
- queryPage(IQuery, Paging) - Method in interface com.objectsql.BaseService
- queryPage(IQuery, Paging) - Method in class com.objectsql.BaseServiceImpl
- queryResult(String, Object...) - Method in interface com.objectsql.SQLService
- queryResult(String, Object...) - Method in class com.objectsql.SQLServiceImpl
- QueryUtils - Class in com.objectsql.query
- QueryUtils() - Constructor for class com.objectsql.query.QueryUtils
- queryValueHandle(Object, ColumnInfo, Object) - Method in interface com.objectsql.handler.QueryHandler
- queryValueHandle(Object, Class) - Method in interface com.objectsql.handler.QueryHandler
- queryValueHandleMap(Map<String, Object>, Object, Class) - Method in interface com.objectsql.handler.QueryHandler
R
- RdColumn - Annotation Type in com.objectsql.annotation
- RdConvert - Annotation Type in com.objectsql.annotation
- RdFieldName - Annotation Type in com.objectsql.annotation
- RdForeignKey - Annotation Type in com.objectsql.annotation
- RdId - Annotation Type in com.objectsql.annotation
- RdMultiColumn - Annotation Type in com.objectsql.annotation
- RdObject - Annotation Type in com.objectsql.annotation
- RdRelated - Annotation Type in com.objectsql.annotation
- RdSort - Annotation Type in com.objectsql.annotation
- RdSortOption - Annotation Type in com.objectsql.annotation
- RdTable - Annotation Type in com.objectsql.annotation
- RdUniqueKey - Annotation Type in com.objectsql.annotation
- REAL - Enum constant in enum com.objectsql.support.ColumnType
- reference() - Element in annotation type com.objectsql.annotation.RdMultiColumn
- register(IRealConnection) - Method in class com.objectsql.ObjectSQLManager
- register(Class, DataSource) - Method in class com.objectsql.ObjectSQLManager
- register(String, DataSource) - Method in class com.objectsql.ObjectSQLManager
- registerDebugHandler(DebugHandler) - Static method in class com.objectsql.utils.ORMUtils
- registerOptions(Options) - Method in class com.objectsql.ObjectSQLManager
- releaseConnection(Connection, DataSource) - Static method in class com.objectsql.spring.SpringUtils
- remove() - Static method in class com.objectsql.support.ChangeHolder
- remove() - Static method in class com.objectsql.support.DatabaseTypeHolder
- removeChangedListener(ChangedListener) - Method in interface com.objectsql.BaseService
- removeChangedListener(ChangedListener) - Method in class com.objectsql.BaseServiceImpl
- removeChangeListener(ChangeListener) - Method in interface com.objectsql.BaseService
- removeChangeListener(ChangeListener) - Method in class com.objectsql.BaseServiceImpl
- removeDefaultListener(DefaultListener) - Method in interface com.objectsql.BaseService
- removeDefaultListener(DefaultListener) - Method in class com.objectsql.BaseServiceImpl
- removeQueryListener(QueryListener) - Method in interface com.objectsql.BaseService
- removeQueryListener(QueryListener) - Method in class com.objectsql.BaseServiceImpl
- RESTRICT_CASE_SENSITIVE - Static variable in class com.objectsql.support.Table
- ResultSetFunction - Interface in com.objectsql.handler
- resultSetHandler - Variable in class com.objectsql.SQLServiceImpl
- ResultSetHandler - Interface in com.objectsql.handler
- ResultSetProcessHandler<T> - Interface in com.objectsql.handler
- RIGHT_JOIN - Enum constant in enum com.objectsql.support.JoinType
- RowObject - Class in com.objectsql.support
- RowObject() - Constructor for class com.objectsql.support.RowObject
- RowObject(boolean, String[], Object, Object) - Constructor for class com.objectsql.support.RowObject
- rows - Variable in class com.objectsql.support.Pageable
- RR - Enum constant in enum com.objectsql.support.OperatorType
- runningMode() - Element in annotation type com.objectsql.annotation.RdColumn
S
- scale() - Element in annotation type com.objectsql.annotation.RdColumn
- schema() - Method in class com.objectsql.query.AbstractQueryImpl
- schema() - Method in interface com.objectsql.query.IQuery
- ScriptType - Enum in com.objectsql.support
- selectColumns(IQuery, String, Map<String, String>, List<Pair>) - Method in class com.objectsql.option.AbstractOptions
- selectCount() - Method in class com.objectsql.option.AbstractOptions
- sensitive() - Element in annotation type com.objectsql.annotation.RdTable
- sequence() - Element in annotation type com.objectsql.annotation.RdId
- serialVersionUID - Static variable in interface com.objectsql.support.LambdaQuery
- ServiceChangedListener<T> - Interface in com.objectsql.listener
- serviceClass - Variable in class com.objectsql.SQLServiceImpl
- set(String) - Static method in class com.objectsql.support.ChangeHolder
- set(String) - Static method in class com.objectsql.support.DatabaseTypeHolder
- setAlias(String) - Method in class com.objectsql.support.AliasTable
- setAlias(String) - Method in class com.objectsql.support.Column
- setAndValue(Object) - Method in class com.objectsql.support.Expression
- setAsName(String) - Method in class com.objectsql.support.Column
- setAsNamePrefix(String) - Method in class com.objectsql.support.Columns
- setAutoIncrement(boolean) - Method in class com.objectsql.support.TableColumn
- setBeanFactory(BeanFactory) - Method in class com.objectsql.spring.SpringBaseServiceImpl
- setChangedListener(ServiceChangedListener) - Method in class com.objectsql.support.PreChangeCache
- setChangedListeners(List<ChangedListener>) - Method in interface com.objectsql.BaseService
- setChangedListeners(List<ChangedListener>) - Method in class com.objectsql.BaseServiceImpl
- setChangeListeners(List<ChangeListener>) - Method in interface com.objectsql.BaseService
- setChangeListeners(List<ChangeListener>) - Method in class com.objectsql.BaseServiceImpl
- setClazz(Class<?>) - Method in class com.objectsql.support.QueryInfo
- setCollate(String) - Method in class com.objectsql.support.Table
- setColumn(Column) - Method in class com.objectsql.support.Order
- setColumn(Column) - Method in class com.objectsql.support.QueryInfo
- setColumn(LambdaQuery<T, R>) - Method in class com.objectsql.support.Pair
- setColumn(String) - Method in class com.objectsql.support.ColumnClass
- setColumn(String) - Method in class com.objectsql.support.Pair
- setColumn(String) - Method in class com.objectsql.support.TableColumn
- setColumnAlias(Column, String) - Static method in class com.objectsql.query.QueryUtils
- setColumnClass(String) - Method in class com.objectsql.support.ColumnClass
- setColumnClass(String) - Method in class com.objectsql.support.TableColumn
- setColumnName(String) - Method in class com.objectsql.support.ColumnInfo
- setColumns(List<Column>) - Method in class com.objectsql.support.QueryInfo
- setColumnsAlias(List<Column>, String) - Static method in class com.objectsql.query.QueryUtils
- setColumnType(ColumnType) - Method in class com.objectsql.support.ColumnInfo
- setColumnType(ColumnType) - Method in class com.objectsql.support.Pair
- setColumnType(ColumnType) - Method in class com.objectsql.support.TableColumn
- setComment(String) - Method in class com.objectsql.support.Table
- setComment(String) - Method in class com.objectsql.support.TableColumn
- setConditionAlias(Condition, String) - Static method in class com.objectsql.query.QueryUtils
- setConditions(List<Condition>) - Method in class com.objectsql.support.Join
- setConditions(List<ConditionObject>) - Method in class com.objectsql.support.Condition
- setConditions(Map<Condition, Object>) - Method in class com.objectsql.support.CaseColumn
- setConditionsAlias(List<Condition>, String) - Static method in class com.objectsql.query.QueryUtils
- setCount(Integer) - Method in exception class com.objectsql.exception.ORMBatchException
- setCurrent(Object) - Method in class com.objectsql.support.RowObject
- setDataPermission(boolean) - Method in class com.objectsql.query.AbstractQueryImpl
- setDataPermission(boolean) - Method in interface com.objectsql.query.IQuery
- setDataSource(String) - Static method in class com.objectsql.spring.DynamicDataSource
- setDataSource(DataSource) - Method in class com.objectsql.ObjectSQLManager
- setDefaultListeners(List<DefaultListener>) - Method in interface com.objectsql.BaseService
- setDefaultListeners(List<DefaultListener>) - Method in class com.objectsql.BaseServiceImpl
- setDefaultValue(String) - Method in class com.objectsql.support.TableColumn
- setDropped(boolean) - Method in class com.objectsql.support.TableColumn
- setElseValue(Object) - Method in class com.objectsql.support.CaseColumn
- setEngine(String) - Method in class com.objectsql.support.Table
- setExpressionAlias(Expression, String) - Static method in class com.objectsql.query.QueryUtils
- setExpressionsAlias(Expression[], String) - Static method in class com.objectsql.query.QueryUtils
- setField(Field) - Method in class com.objectsql.support.ColumnInfo
- setFieldName(String) - Method in class com.objectsql.support.Column
- setFieldNullValue(Object, Field) - Static method in class com.objectsql.utils.ORMUtils
- setFieldValue(Object, ColumnInfo, Object) - Static method in class com.objectsql.utils.ORMUtils
- setFieldValue(Object, Field, Object) - Static method in class com.objectsql.utils.ORMUtils
- setFormat(String) - Method in class com.objectsql.support.Column
- setFunction(String) - Method in class com.objectsql.support.Column
- setGetMethod(Method) - Method in class com.objectsql.support.ColumnInfo
- setId(Object, Object) - Method in class com.objectsql.helper.SQLHelper
- setId(String) - Method in class com.objectsql.query.AbstractQueryImpl
- setId(String) - Method in interface com.objectsql.query.IQuery
- setIdField(Field) - Method in class com.objectsql.helper.SQLHelper
- setIdValue(Object) - Method in class com.objectsql.helper.SQLHelper
- setIndex(Integer) - Method in exception class com.objectsql.exception.ORMBatchException
- setIsPrimaryKey(boolean) - Method in class com.objectsql.support.TableColumn
- setKey(String) - Method in class com.objectsql.support.KV
- setLeft(Column) - Method in class com.objectsql.support.Expression
-
set
- setLength(Long) - Method in class com.objectsql.support.TableColumn
- setLoginTimeout(int) - Method in class com.objectsql.support.SimpleDataSource
- setLogWriter(PrintWriter) - Method in class com.objectsql.support.SimpleDataSource
- setMetadata(Map<String, Object>) - Method in class com.objectsql.support.Pair
- setMultiOrderAlias(MultiOrder, String) - Static method in class com.objectsql.query.QueryUtils
- setName(String) - Method in class com.objectsql.support.Column
- setName(String) - Method in class com.objectsql.support.ColumnInfo
- setName(String) - Method in class com.objectsql.support.Pair
- setName(String) - Method in class com.objectsql.support.Table
- setNullable(boolean) - Method in class com.objectsql.support.TableColumn
- setObject(Object) - Method in class com.objectsql.support.ConditionObject
- setObjectSQLManager(ObjectSQLManager) - Method in interface com.objectsql.BaseService
- setObjectSQLManager(ObjectSQLManager) - Method in interface com.objectsql.SQLService
- setObjectSQLManager(ObjectSQLManager) - Method in class com.objectsql.SQLServiceImpl
- setOffset(Integer) - Method in class com.objectsql.support.Paging
- setOperatorInFunction(Boolean) - Method in class com.objectsql.support.Column
- setOptions(Options) - Method in class com.objectsql.query.AbstractQueryImpl
- setOptions(Options) - Method in interface com.objectsql.query.IQuery
- setOptions(Options) - Method in class com.objectsql.query.MultiQueryImpl
- setOrder(int) - Method in class com.objectsql.support.ColumnInfo
- setOrder(Integer) - Method in class com.objectsql.support.TableColumn
- setOrder(String) - Method in class com.objectsql.support.Order
- setOrders(List<Order>) - Method in class com.objectsql.support.MultiOrder
- setOrdersAlias(List<Order>, String) - Static method in class com.objectsql.query.QueryUtils
- setOriginal(Object) - Method in class com.objectsql.support.RowObject
- setOrmType(ORMType) - Method in class com.objectsql.support.PreChangeCache
- setPage(Integer) - Method in class com.objectsql.support.Paging
- setPaging(Paging) - Method in class com.objectsql.query.AbstractQueryImpl
- setPaging(Paging) - Method in interface com.objectsql.query.IQuery
- setPair(Pair) - Method in class com.objectsql.helper.SQLHelper
- setPairs(List<Pair>) - Method in class com.objectsql.support.SQLPair
- setParameter(Options, PreparedStatement, List<Pair>, Connection) - Static method in class com.objectsql.helper.SQLHelperCreator
- setParameter(PreparedStatement, Connection, String, int, Pair) - Method in class com.objectsql.option.AbstractOptions
- setParameter(PreparedStatement, Connection, String, int, Pair) - Method in interface com.objectsql.support.Options
- setParameters(List<Pair>) - Method in class com.objectsql.helper.SQLHelper
- setPrecision(Integer) - Method in class com.objectsql.support.ColumnClass
- setPrecision(Integer) - Method in class com.objectsql.support.TableColumn
- setPrimaryKey(Boolean) - Method in class com.objectsql.support.ColumnInfo
- setQuery(IQuery) - Method in class com.objectsql.support.Column
- setQueryConvert(QueryHandler) - Method in class com.objectsql.query.AbstractQueryImpl
- setQueryConvert(QueryHandler) - Method in interface com.objectsql.query.IQuery
- setQueryListeners(List<QueryListener>) - Method in interface com.objectsql.BaseService
- setQueryListeners(List<QueryListener>) - Method in class com.objectsql.BaseServiceImpl
- setResultSetHandler(ResultSetHandler) - Method in class com.objectsql.SQLServiceImpl
- setRowObject(RowObject) - Method in class com.objectsql.support.PreChangeCache
- setRows(List<T>) - Method in class com.objectsql.support.Pageable
- setRunningMode(int) - Static method in class com.objectsql.utils.ORMUtils
- setScale(Integer) - Method in class com.objectsql.support.ColumnClass
- setScale(Integer) - Method in class com.objectsql.support.TableColumn
- setSchema(String) - Method in class com.objectsql.query.AbstractQueryImpl
- setSchema(String) - Method in interface com.objectsql.query.IQuery
- setSchema(String) - Method in interface com.objectsql.SQLService
- setSchema(String) - Method in class com.objectsql.SQLServiceImpl
- setSensitive(int) - Method in class com.objectsql.support.Table
- setSequence(String) - Method in class com.objectsql.support.TableColumn
- setSetMethod(Method) - Method in class com.objectsql.support.ColumnInfo
- setSize(Integer) - Method in class com.objectsql.support.Paging
- setSql(String) - Method in class com.objectsql.helper.SQLHelper
- setSql(String) - Method in class com.objectsql.support.QueryInfo
- setSql(String) - Method in class com.objectsql.support.SQLPair
- setTable(String) - Method in class com.objectsql.support.ColumnClass
- setTable(String) - Method in class com.objectsql.support.TableColumn
- setTextTransformType(TextTransformType) - Method in class com.objectsql.query.AbstractQueryImpl
- setTextTransformType(TextTransformType) - Method in interface com.objectsql.query.IQuery
- setTotal(Integer) - Method in class com.objectsql.support.Paging
- setType(ConditionType) - Method in class com.objectsql.support.ConditionObject
- setType(ExpressionType) - Method in class com.objectsql.support.Expression
- setType(JoinType) - Method in class com.objectsql.support.Join
- setType(OperatorType) - Method in class com.objectsql.support.Column
- setType(String) - Method in class com.objectsql.support.ColumnInfo
- setType(String) - Method in class com.objectsql.support.Pair
- setType(String) - Method in class com.objectsql.support.TableColumn
- setTypes(String[]) - Method in enum com.objectsql.support.DataType
- setUpdateNull(boolean) - Method in class com.objectsql.support.RowObject
- setUpdateNullColumns(String[]) - Method in class com.objectsql.support.RowObject
- setValue(Object) - Method in class com.objectsql.support.Column
- setValue(Object) - Method in class com.objectsql.support.Expression
- setValue(Object) - Method in class com.objectsql.support.KV
- setValue(Object) - Method in class com.objectsql.support.Pair
- setValueHandle(Object, ColumnInfo, Object) - Method in interface com.objectsql.handler.ColumnHandler
- setValues(List<Pair>) - Method in class com.objectsql.support.QueryInfo
- SHORT - Enum constant in enum com.objectsql.support.DataType
- shouldRollback(T) - Method in interface com.objectsql.support.ExecuteHandler
- SimpleDataSource - Class in com.objectsql.support
- SimpleDataSource() - Constructor for class com.objectsql.support.SimpleDataSource
- SimpleDataSource(String, String, String, String) - Constructor for class com.objectsql.support.SimpleDataSource
- size - Variable in class com.objectsql.support.Paging
- SpringBaseServiceImpl<T> - Class in com.objectsql.spring
- SpringBaseServiceImpl() - Constructor for class com.objectsql.spring.SpringBaseServiceImpl
- SpringBaseServiceImpl(ObjectSQLManager) - Constructor for class com.objectsql.spring.SpringBaseServiceImpl
- SpringBaseServiceImpl(DataSource) - Constructor for class com.objectsql.spring.SpringBaseServiceImpl
- SpringUtils - Class in com.objectsql.spring
- SpringUtils() - Constructor for class com.objectsql.spring.SpringUtils
- SQLHelper - Class in com.objectsql.helper
- SQLHelper() - Constructor for class com.objectsql.helper.SQLHelper
- SQLHelperCreator - Class in com.objectsql.helper
-
数据库表工具类 Created by huangyonghua on 2016/2/16.
- SQLHelperCreator() - Constructor for class com.objectsql.helper.SQLHelperCreator
- SQLPair - Class in com.objectsql.support
- SQLPair() - Constructor for class com.objectsql.support.SQLPair
- SQLPair(String) - Constructor for class com.objectsql.support.SQLPair
- SQLPair(String, Pair) - Constructor for class com.objectsql.support.SQLPair
- SQLPair(String, List<Pair>) - Constructor for class com.objectsql.support.SQLPair
- SQLServerOptions - Class in com.objectsql.option
- SQLServerOptions() - Constructor for class com.objectsql.option.SQLServerOptions
- SQLService - Interface in com.objectsql
- SQLServiceImpl - Class in com.objectsql
- SQLServiceImpl() - Constructor for class com.objectsql.SQLServiceImpl
- SQLServiceImpl(ObjectSQLManager) - Constructor for class com.objectsql.SQLServiceImpl
- SQLServiceImpl(DataSource) - Constructor for class com.objectsql.SQLServiceImpl
- start() - Method in interface com.objectsql.handler.ResultSetProcessHandler
- startWith(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
- startWith(Object) - Method in class com.objectsql.support.Column
- startWith(String, Object) - Static method in class com.objectsql.support.Expression
- STRING - Enum constant in enum com.objectsql.support.DataType
- sum() - Method in class com.objectsql.support.Column
- SUM - Static variable in class com.objectsql.support.Function
T
- table() - Element in annotation type com.objectsql.annotation.RdRelated
- table(IQuery) - Method in interface com.objectsql.query.MultiQuery
- table(IQuery) - Method in class com.objectsql.query.MultiQueryImpl
- table(IQuery, String) - Method in interface com.objectsql.query.MultiQuery
- table(IQuery, String) - Method in class com.objectsql.query.MultiQueryImpl
- table(Class<?>) - Method in interface com.objectsql.query.MultiQuery
- table(Class<?>) - Method in class com.objectsql.query.MultiQueryImpl
- table(Class<?>) - Method in interface com.objectsql.query.Query
- table(Class<?>) - Method in class com.objectsql.query.QueryImpl
- table(Class<?>) - Method in interface com.objectsql.SQLService
- table(Class<?>) - Method in class com.objectsql.SQLServiceImpl
- table(Class<?>, String) - Method in interface com.objectsql.query.MultiQuery
- table(Class<?>, String) - Method in class com.objectsql.query.MultiQueryImpl
- table(String) - Method in interface com.objectsql.query.MultiQuery
- table(String) - Method in class com.objectsql.query.MultiQueryImpl
- table(String) - Method in interface com.objectsql.SQLService
- table(String) - Method in class com.objectsql.SQLServiceImpl
- table(String, String) - Method in interface com.objectsql.query.MultiQuery
- table(String, String) - Method in class com.objectsql.query.MultiQueryImpl
- table(Connection, String, RdTable) - Method in class com.objectsql.option.H2Options
- table(Connection, String, RdTable) - Method in class com.objectsql.option.MySQLOptions
- table(Connection, String, RdTable) - Method in class com.objectsql.option.OracleOptions
- table(Connection, String, RdTable) - Method in class com.objectsql.option.PostgreSQLOptions
- table(Connection, String, RdTable) - Method in class com.objectsql.option.SQLServerOptions
- table(Connection, String, RdTable) - Method in interface com.objectsql.support.Options
- table(Connection, String, Table) - Method in class com.objectsql.option.H2Options
- table(Connection, String, Table) - Method in class com.objectsql.option.MySQLOptions
- table(Connection, String, Table) - Method in class com.objectsql.option.OracleOptions
- table(Connection, String, Table) - Method in class com.objectsql.option.PostgreSQLOptions
- table(Connection, String, Table) - Method in class com.objectsql.option.SQLServerOptions
- table(Connection, String, Table) - Method in interface com.objectsql.support.Options
- Table - Class in com.objectsql.support
- Table() - Constructor for class com.objectsql.support.Table
- Table(String) - Constructor for class com.objectsql.support.Table
- Table(String, String) - Constructor for class com.objectsql.support.Table
- TABLE_DELETE - Enum constant in enum com.objectsql.support.ScriptType
- TABLE_SAVE - Enum constant in enum com.objectsql.support.ScriptType
- TABLE_UPDATE - Enum constant in enum com.objectsql.support.ScriptType
- TableColumn - Class in com.objectsql.support
- TableColumn() - Constructor for class com.objectsql.support.TableColumn
- TableColumn(String, String) - Constructor for class com.objectsql.support.TableColumn
- tableColumns(String) - Method in interface com.objectsql.SQLService
- tableColumns(String) - Method in class com.objectsql.SQLServiceImpl
- tableColumns(Connection, String) - Method in interface com.objectsql.SQLService
- tableColumns(Connection, String) - Method in class com.objectsql.SQLServiceImpl
- tableColumnsClass(String) - Method in interface com.objectsql.SQLService
- tableColumnsClass(String) - Method in class com.objectsql.SQLServiceImpl
- tableColumnsClass(Connection, String) - Method in interface com.objectsql.SQLService
- tableColumnsClass(Connection, String) - Method in class com.objectsql.SQLServiceImpl
- tableExists(String) - Method in interface com.objectsql.SQLService
- tableExists(String) - Method in class com.objectsql.SQLServiceImpl
- tableExists(Connection, String, RdTable) - Method in class com.objectsql.option.AbstractOptions
- tableExists(Connection, String, RdTable) - Method in interface com.objectsql.support.Options
- tableExists(Connection, String, String) - Method in class com.objectsql.option.H2Options
- tableExists(Connection, String, String) - Method in class com.objectsql.option.MySQLOptions
- tableExists(Connection, String, String) - Method in class com.objectsql.option.OracleOptions
- tableExists(Connection, String, String) - Method in class com.objectsql.option.PostgreSQLOptions
- tableExists(Connection, String, String) - Method in class com.objectsql.option.SQLServerOptions
- tableExists(Connection, String, String) - Method in interface com.objectsql.support.Options
- tableId() - Element in annotation type com.objectsql.annotation.RdRelated
- tableName() - Method in interface com.objectsql.BaseService
- tableName() - Method in class com.objectsql.BaseServiceImpl
- tables() - Method in interface com.objectsql.SQLService
- tables() - Method in class com.objectsql.SQLServiceImpl
- tables(IQuery, List<Pair>, String) - Method in class com.objectsql.option.AbstractOptions
- tables(String) - Method in interface com.objectsql.SQLService
- tables(String) - Method in class com.objectsql.SQLServiceImpl
- tables(Connection, String, String) - Method in class com.objectsql.option.H2Options
- tables(Connection, String, String) - Method in class com.objectsql.option.MySQLOptions
- tables(Connection, String, String) - Method in class com.objectsql.option.OracleOptions
- tables(Connection, String, String) - Method in class com.objectsql.option.PostgreSQLOptions
- tables(Connection, String, String) - Method in class com.objectsql.option.SQLServerOptions
- tables(Connection, String, String) - Method in interface com.objectsql.support.Options
- TEXT - Enum constant in enum com.objectsql.support.ColumnType
- textTransformType - Variable in class com.objectsql.query.AbstractQueryImpl
- textTransformType() - Method in class com.objectsql.query.AbstractQueryImpl
- textTransformType() - Method in interface com.objectsql.query.IQuery
- TextTransformType - Enum in com.objectsql.support
- thisClass - Variable in class com.objectsql.SQLServiceImpl
- TIME - Enum constant in enum com.objectsql.support.ColumnType
- TIMESTAMP - Enum constant in enum com.objectsql.support.ColumnType
- TIMESTAMP - Enum constant in enum com.objectsql.support.DataType
- title() - Element in annotation type com.objectsql.annotation.RdColumn
- toString() - Method in class com.objectsql.helper.SQLHelper
- toString() - Method in class com.objectsql.support.Pair
- toString() - Method in class com.objectsql.support.QueryInfo
- toString() - Method in class com.objectsql.support.Table
- toString() - Method in class com.objectsql.support.TableColumn
- total - Variable in class com.objectsql.support.Paging
- TransactionManager - Class in com.objectsql.spring
- TransactionManager() - Constructor for class com.objectsql.spring.TransactionManager
- TransactionManager(DataSource) - Constructor for class com.objectsql.spring.TransactionManager
- triggerChangedListenerImmediately(ORMType, T, T) - Method in interface com.objectsql.BaseService
- triggerChangedListenerImmediately(ORMType, T, T) - Method in class com.objectsql.BaseServiceImpl
- triggerChangedListenerImmediately(ORMType, T, T, boolean, String[]) - Method in interface com.objectsql.BaseService
- triggerChangedListenerImmediately(ORMType, T, T, boolean, String[]) - Method in class com.objectsql.BaseServiceImpl
- triggerChangedListenerWhenTransactionFinish(ServiceChangedListener, ORMType, T, T) - Method in interface com.objectsql.BaseService
- triggerChangedListenerWhenTransactionFinish(ServiceChangedListener, ORMType, T, T) - Method in class com.objectsql.BaseServiceImpl
- triggerChangedListenerWhenTransactionFinish(ServiceChangedListener, ORMType, T, T, boolean, String[]) - Method in interface com.objectsql.BaseService
- triggerChangedListenerWhenTransactionFinish(ServiceChangedListener, ORMType, T, T, boolean, String[]) - Method in class com.objectsql.BaseServiceImpl
- triggerChangeListener(ORMType, T, T) - Method in interface com.objectsql.BaseService
- triggerChangeListener(ORMType, T, T) - Method in class com.objectsql.BaseServiceImpl
- triggerChangeListener(ORMType, T, T, boolean, String[]) - Method in interface com.objectsql.BaseService
- triggerChangeListener(ORMType, T, T, boolean, String[]) - Method in class com.objectsql.BaseServiceImpl
- triggerDefaultListener(ORMType, T) - Method in interface com.objectsql.BaseService
- triggerDefaultListener(ORMType, T) - Method in class com.objectsql.BaseServiceImpl
- tx(ObjectSQLManager, int, int, ExecuteHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(ObjectSQLManager, int, int, ExecuteHandler<T>, CommitHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(ObjectSQLManager, int, ExecuteHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(ObjectSQLManager, int, ExecuteHandler<T>, CommitHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(ObjectSQLManager, ExecuteHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(ObjectSQLManager, ExecuteHandler<T>, CommitHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(DataSource, int, int, ExecuteHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(DataSource, int, int, ExecuteHandler<T>, CommitHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(DataSource, int, ExecuteHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(DataSource, int, ExecuteHandler<T>, CommitHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(DataSource, ExecuteHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(DataSource, ExecuteHandler<T>, CommitHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(DataSourceTransactionManager, int, int, ExecuteHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(DataSourceTransactionManager, int, int, ExecuteHandler<T>, CommitHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(DataSourceTransactionManager, int, ExecuteHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(DataSourceTransactionManager, int, ExecuteHandler<T>, CommitHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(DataSourceTransactionManager, ExecuteHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- tx(DataSourceTransactionManager, ExecuteHandler<T>, CommitHandler<T>) - Static method in class com.objectsql.spring.TxCommit
- txCommit(int, int, ExecuteHandler<T>) - Method in interface com.objectsql.SQLService
- txCommit(int, int, ExecuteHandler<T>) - Method in class com.objectsql.SQLServiceImpl
- txCommit(int, int, ExecuteHandler<T>, CommitHandler<T>) - Method in interface com.objectsql.SQLService
- txCommit(int, int, ExecuteHandler<T>, CommitHandler<T>) - Method in class com.objectsql.SQLServiceImpl
- txCommit(int, ExecuteHandler<T>) - Method in interface com.objectsql.SQLService
- txCommit(int, ExecuteHandler<T>) - Method in class com.objectsql.SQLServiceImpl
- txCommit(int, ExecuteHandler<T>, CommitHandler<T>) - Method in interface com.objectsql.SQLService
- txCommit(int, ExecuteHandler<T>, CommitHandler<T>) - Method in class com.objectsql.SQLServiceImpl
- txCommit(ExecuteHandler<T>) - Method in interface com.objectsql.SQLService
- txCommit(ExecuteHandler<T>) - Method in class com.objectsql.SQLServiceImpl
- txCommit(ExecuteHandler<T>, CommitHandler<T>) - Method in interface com.objectsql.SQLService
- txCommit(ExecuteHandler<T>, CommitHandler<T>) - Method in class com.objectsql.SQLServiceImpl
- TxCommit - Class in com.objectsql.spring
- TxCommit(ObjectSQLManager) - Constructor for class com.objectsql.spring.TxCommit
- TxCommit(ObjectSQLManager, int) - Constructor for class com.objectsql.spring.TxCommit
- TxCommit(ObjectSQLManager, int, int) - Constructor for class com.objectsql.spring.TxCommit
- TxCommit(DataSource) - Constructor for class com.objectsql.spring.TxCommit
- TxCommit(DataSource, int) - Constructor for class com.objectsql.spring.TxCommit
- TxCommit(DataSource, int, int) - Constructor for class com.objectsql.spring.TxCommit
- TxCommit(PlatformTransactionManager) - Constructor for class com.objectsql.spring.TxCommit
- TxCommit(PlatformTransactionManager, int) - Constructor for class com.objectsql.spring.TxCommit
- TxCommit(PlatformTransactionManager, int, int) - Constructor for class com.objectsql.spring.TxCommit
- type() - Element in annotation type com.objectsql.annotation.RdColumn
U
- UNKNOWN - Enum constant in enum com.objectsql.support.DataType
- unwrap(Class<T>) - Method in class com.objectsql.support.SimpleDataSource
- update(SQLService, T) - Method in interface com.objectsql.listener.DefaultListener
- update(String, Options, Object, Expression[], boolean, String[]) - Static method in class com.objectsql.helper.SQLHelperCreator
-
更新 只能使用id,否则初学者不填id 全部更新了。
- update(T) - Method in interface com.objectsql.BaseService
- update(T) - Method in class com.objectsql.BaseServiceImpl
- update(T, boolean) - Method in interface com.objectsql.BaseService
- update(T, boolean) - Method in class com.objectsql.BaseServiceImpl
- UPDATE - Enum constant in enum com.objectsql.support.ORMType
- updateExpress(String, Class<?>, Options, Expression[], Expression[]) - Static method in class com.objectsql.helper.SQLHelperCreator
- updateLambdaNull(T, LambdaQuery<P, R>...) - Method in interface com.objectsql.BaseService
- updateLambdaNull(T, LambdaQuery<P, R>...) - Method in class com.objectsql.BaseServiceImpl
- updateLambdaNullWithoutListener(T, LambdaQuery<P, R>...) - Method in interface com.objectsql.BaseService
- updateLambdaNullWithoutListener(T, LambdaQuery<P, R>...) - Method in class com.objectsql.BaseServiceImpl
- updateNull(T, String...) - Method in interface com.objectsql.BaseService
- updateNull(T, String...) - Method in class com.objectsql.BaseServiceImpl
- updateNullWithoutListener(T, String...) - Method in interface com.objectsql.BaseService
- updateNullWithoutListener(T, String...) - Method in class com.objectsql.BaseServiceImpl
- updates(String, List<S>, List<String>) - Static method in class com.objectsql.helper.SQLHelperCreator
- updates(T, Condition) - Method in interface com.objectsql.BaseService
- updates(T, Condition) - Method in class com.objectsql.BaseServiceImpl
- updates(T, Expression...) - Method in interface com.objectsql.BaseService
- updates(T, Expression...) - Method in class com.objectsql.BaseServiceImpl
- updatesLambdaNull(T, LambdaQuery<P, R>[], Condition) - Method in interface com.objectsql.BaseService
- updatesLambdaNull(T, LambdaQuery<P, R>[], Condition) - Method in class com.objectsql.BaseServiceImpl
- updatesLambdaNull(T, LambdaQuery<P, R>[], Expression...) - Method in interface com.objectsql.BaseService
- updatesLambdaNull(T, LambdaQuery<P, R>[], Expression...) - Method in class com.objectsql.BaseServiceImpl
- updatesLambdaNullWithoutListener(T, LambdaQuery<P, R>[], Condition) - Method in interface com.objectsql.BaseService
- updatesLambdaNullWithoutListener(T, LambdaQuery<P, R>[], Condition) - Method in class com.objectsql.BaseServiceImpl
- updatesLambdaNullWithoutListener(T, LambdaQuery<P, R>[], Expression...) - Method in interface com.objectsql.BaseService
- updatesLambdaNullWithoutListener(T, LambdaQuery<P, R>[], Expression...) - Method in class com.objectsql.BaseServiceImpl
- updatesNull(T, Condition) - Method in interface com.objectsql.BaseService
- updatesNull(T, Condition) - Method in class com.objectsql.BaseServiceImpl
- updatesNull(T, Expression...) - Method in interface com.objectsql.BaseService
- updatesNull(T, Expression...) - Method in class com.objectsql.BaseServiceImpl
- updatesNull(T, String[], Condition) - Method in interface com.objectsql.BaseService
- updatesNull(T, String[], Condition) - Method in class com.objectsql.BaseServiceImpl
- updatesNull(T, String[], Expression...) - Method in interface com.objectsql.BaseService
- updatesNull(T, String[], Expression...) - Method in class com.objectsql.BaseServiceImpl
- updatesNullWithoutListener(T, Condition) - Method in interface com.objectsql.BaseService
- updatesNullWithoutListener(T, Condition) - Method in class com.objectsql.BaseServiceImpl
- updatesNullWithoutListener(T, Expression...) - Method in interface com.objectsql.BaseService
- updatesNullWithoutListener(T, Expression...) - Method in class com.objectsql.BaseServiceImpl
- updatesNullWithoutListener(T, String[], Condition) - Method in interface com.objectsql.BaseService
- updatesNullWithoutListener(T, String[], Condition) - Method in class com.objectsql.BaseServiceImpl
- updatesNullWithoutListener(T, String[], Expression...) - Method in interface com.objectsql.BaseService
- updatesNullWithoutListener(T, String[], Expression...) - Method in class com.objectsql.BaseServiceImpl
- updatesWithoutListener(Expression[], Expression[]) - Method in interface com.objectsql.BaseService
- updatesWithoutListener(Expression[], Expression[]) - Method in class com.objectsql.BaseServiceImpl
- updatesWithoutListener(T, Condition) - Method in interface com.objectsql.BaseService
- updatesWithoutListener(T, Condition) - Method in class com.objectsql.BaseServiceImpl
- updatesWithoutListener(T, Expression...) - Method in interface com.objectsql.BaseService
- updatesWithoutListener(T, Expression...) - Method in class com.objectsql.BaseServiceImpl
- updateTerms(String, Options, Object, Condition, boolean, String[]) - Static method in class com.objectsql.helper.SQLHelperCreator
- updateWithoutListener(T) - Method in interface com.objectsql.BaseService
- updateWithoutListener(T) - Method in class com.objectsql.BaseServiceImpl
- updateWithoutListener(T, boolean) - Method in interface com.objectsql.BaseService
- updateWithoutListener(T, boolean) - Method in class com.objectsql.BaseServiceImpl
- UPPER - Enum constant in enum com.objectsql.support.TextTransformType
- UPPER_CASE_SENSITIVE - Static variable in class com.objectsql.support.Table
V
- value() - Element in annotation type com.objectsql.annotation.RdConvert
- value() - Element in annotation type com.objectsql.annotation.RdFieldName
- value() - Element in annotation type com.objectsql.annotation.RdSort
- value(Object) - Method in class com.objectsql.support.Column
- valueOf(String) - Static method in enum com.objectsql.support.ColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.objectsql.support.ConditionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.objectsql.support.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.objectsql.support.ExpressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.objectsql.support.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.objectsql.support.OperatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.objectsql.support.ORMType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.objectsql.support.ScriptType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.objectsql.support.TextTransformType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.objectsql.support.ColumnType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.objectsql.support.ConditionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.objectsql.support.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.objectsql.support.ExpressionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.objectsql.support.JoinType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.objectsql.support.OperatorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.objectsql.support.ORMType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.objectsql.support.ScriptType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.objectsql.support.TextTransformType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VOID - Enum constant in enum com.objectsql.support.DataType
-
默认都是String,因为是Http请求!
W
- whenEmpty(Object, String) - Static method in class com.objectsql.utils.ORMUtils
- whenThen(Condition, Object) - Method in class com.objectsql.support.CaseColumn
- whenThen(Expression, Object) - Method in class com.objectsql.support.CaseColumn
- whenTrue(boolean, String) - Static method in class com.objectsql.utils.ORMUtils
- where(Column, Column) - Method in interface com.objectsql.query.MultiQuery
- where(Column, Column) - Method in class com.objectsql.query.MultiQueryImpl
- where(Column, Object, ExpressionType) - Method in interface com.objectsql.query.MultiQuery
- where(Column, Object, ExpressionType) - Method in class com.objectsql.query.MultiQueryImpl
- where(Condition) - Method in interface com.objectsql.query.MultiQuery
- where(Condition) - Method in class com.objectsql.query.MultiQueryImpl
- where(Condition) - Method in interface com.objectsql.query.Query
- where(Condition) - Method in class com.objectsql.query.QueryImpl
- where(Expression...) - Method in interface com.objectsql.query.MultiQuery
- where(Expression...) - Method in class com.objectsql.query.MultiQueryImpl
- where(Expression...) - Method in interface com.objectsql.query.Query
- where(Expression...) - Method in class com.objectsql.query.QueryImpl
- where(LambdaQuery<T, R>, ExpressionType) - Method in interface com.objectsql.query.Query
- where(LambdaQuery<T, R>, ExpressionType) - Method in class com.objectsql.query.QueryImpl
- where(LambdaQuery<T, R>, Object, ExpressionType) - Method in interface com.objectsql.query.Query
- where(LambdaQuery<T, R>, Object, ExpressionType) - Method in class com.objectsql.query.QueryImpl
- where(String, ExpressionType) - Method in interface com.objectsql.query.Query
- where(String, ExpressionType) - Method in class com.objectsql.query.QueryImpl
- where(String, Object, ExpressionType) - Method in interface com.objectsql.query.Query
- where(String, Object, ExpressionType) - Method in class com.objectsql.query.QueryImpl
- whereBetween(Column, Object, Object) - Method in interface com.objectsql.query.MultiQuery
- whereBetween(Column, Object, Object) - Method in class com.objectsql.query.MultiQueryImpl
- whereBetween(LambdaQuery<T, R>, Object, Object) - Method in interface com.objectsql.query.Query
- whereBetween(LambdaQuery<T, R>, Object, Object) - Method in class com.objectsql.query.QueryImpl
- whereBetween(String, Object, Object) - Method in interface com.objectsql.query.Query
- whereBetween(String, Object, Object) - Method in class com.objectsql.query.QueryImpl
- whereEndWith(Column, String) - Method in interface com.objectsql.query.MultiQuery
- whereEndWith(Column, String) - Method in class com.objectsql.query.MultiQueryImpl
- whereEndWith(LambdaQuery<T, R>, String) - Method in interface com.objectsql.query.Query
- whereEndWith(LambdaQuery<T, R>, String) - Method in class com.objectsql.query.QueryImpl
- whereEndWith(String, String) - Method in interface com.objectsql.query.Query
- whereEndWith(String, String) - Method in class com.objectsql.query.QueryImpl
- whereEqual(Column, Object) - Method in interface com.objectsql.query.MultiQuery
- whereEqual(Column, Object) - Method in class com.objectsql.query.MultiQueryImpl
- whereEqual(LambdaQuery<T, R>, Object) - Method in interface com.objectsql.query.Query
- whereEqual(LambdaQuery<T, R>, Object) - Method in class com.objectsql.query.QueryImpl
- whereEqual(String, Object) - Method in interface com.objectsql.query.Query
- whereEqual(String, Object) - Method in class com.objectsql.query.QueryImpl
- whereExists(MultiQuery) - Method in interface com.objectsql.query.MultiQuery
- whereExists(MultiQuery) - Method in class com.objectsql.query.MultiQueryImpl
- whereIn(Column, Collection) - Method in interface com.objectsql.query.MultiQuery
- whereIn(Column, Collection) - Method in class com.objectsql.query.MultiQueryImpl
- whereIn(LambdaQuery<T, R>, Collection) - Method in interface com.objectsql.query.Query
- whereIn(LambdaQuery<T, R>, Collection) - Method in class com.objectsql.query.QueryImpl
- whereIn(String, Collection) - Method in interface com.objectsql.query.Query
- whereIn(String, Collection) - Method in class com.objectsql.query.QueryImpl
- whereInQuery(Column, MultiQuery) - Method in interface com.objectsql.query.MultiQuery
- whereInQuery(Column, MultiQuery) - Method in class com.objectsql.query.MultiQueryImpl
- whereInValues(Column, Object...) - Method in interface com.objectsql.query.MultiQuery
- whereInValues(Column, Object...) - Method in class com.objectsql.query.MultiQueryImpl
- whereInValues(LambdaQuery<T, R>, Object...) - Method in interface com.objectsql.query.Query
- whereInValues(LambdaQuery<T, R>, Object...) - Method in class com.objectsql.query.QueryImpl
- whereInValues(String, Object...) - Method in interface com.objectsql.query.Query
- whereInValues(String, Object...) - Method in class com.objectsql.query.QueryImpl
- whereIsEmpty(Column) - Method in interface com.objectsql.query.MultiQuery
- whereIsEmpty(Column) - Method in class com.objectsql.query.MultiQueryImpl
- whereIsEmpty(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
- whereIsEmpty(LambdaQuery<T, R>) - Method in class com.objectsql.query.QueryImpl
- whereIsEmpty(String) - Method in interface com.objectsql.query.Query
- whereIsEmpty(String) - Method in class com.objectsql.query.QueryImpl
- whereIsNotEmpty(Column) - Method in interface com.objectsql.query.MultiQuery
- whereIsNotEmpty(Column) - Method in class com.objectsql.query.MultiQueryImpl
- whereIsNotEmpty(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
- whereIsNotEmpty(LambdaQuery<T, R>) - Method in class com.objectsql.query.QueryImpl
- whereIsNotEmpty(String) - Method in interface com.objectsql.query.Query
- whereIsNotEmpty(String) - Method in class com.objectsql.query.QueryImpl
- whereIsNotNull(Column) - Method in interface com.objectsql.query.MultiQuery
- whereIsNotNull(Column) - Method in class com.objectsql.query.MultiQueryImpl
- whereIsNotNull(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
- whereIsNotNull(LambdaQuery<T, R>) - Method in class com.objectsql.query.QueryImpl
- whereIsNotNull(String) - Method in interface com.objectsql.query.Query
- whereIsNotNull(String) - Method in class com.objectsql.query.QueryImpl
- whereIsNull(Column) - Method in interface com.objectsql.query.MultiQuery
- whereIsNull(Column) - Method in class com.objectsql.query.MultiQueryImpl
- whereIsNull(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
- whereIsNull(LambdaQuery<T, R>) - Method in class com.objectsql.query.QueryImpl
- whereIsNull(String) - Method in interface com.objectsql.query.Query
- whereIsNull(String) - Method in class com.objectsql.query.QueryImpl
- whereLess(Column, Object) - Method in interface com.objectsql.query.MultiQuery
- whereLess(Column, Object) - Method in class com.objectsql.query.MultiQueryImpl
- whereLess(LambdaQuery<T, R>, Object) - Method in interface com.objectsql.query.Query
- whereLess(LambdaQuery<T, R>, Object) - Method in class com.objectsql.query.QueryImpl
- whereLess(String, Object) - Method in interface com.objectsql.query.Query
- whereLess(String, Object) - Method in class com.objectsql.query.QueryImpl
- whereLessEqual(Column, Object) - Method in interface com.objectsql.query.MultiQuery
- whereLessEqual(Column, Object) - Method in class com.objectsql.query.MultiQueryImpl
- whereLessEqual(LambdaQuery<T, R>, Object) - Method in interface com.objectsql.query.Query
- whereLessEqual(LambdaQuery<T, R>, Object) - Method in class com.objectsql.query.QueryImpl
- whereLessEqual(String, Object) - Method in interface com.objectsql.query.Query
- whereLessEqual(String, Object) - Method in class com.objectsql.query.QueryImpl
- whereLike(Column, String) - Method in interface com.objectsql.query.MultiQuery
- whereLike(Column, String) - Method in class com.objectsql.query.MultiQueryImpl
- whereLike(LambdaQuery<T, R>, String) - Method in interface com.objectsql.query.Query
- whereLike(LambdaQuery<T, R>, String) - Method in class com.objectsql.query.QueryImpl
- whereLike(String, String) - Method in interface com.objectsql.query.Query
- whereLike(String, String) - Method in class com.objectsql.query.QueryImpl
- whereMore(Column, Object) - Method in interface com.objectsql.query.MultiQuery
- whereMore(Column, Object) - Method in class com.objectsql.query.MultiQueryImpl
- whereMore(LambdaQuery<T, R>, Object) - Method in interface com.objectsql.query.Query
- whereMore(LambdaQuery<T, R>, Object) - Method in class com.objectsql.query.QueryImpl
- whereMore(String, Object) - Method in interface com.objectsql.query.Query
- whereMore(String, Object) - Method in class com.objectsql.query.QueryImpl
- whereMoreEqual(Column, Object) - Method in interface com.objectsql.query.MultiQuery
- whereMoreEqual(Column, Object) - Method in class com.objectsql.query.MultiQueryImpl
- whereMoreEqual(LambdaQuery<T, R>, Object) - Method in interface com.objectsql.query.Query
- whereMoreEqual(LambdaQuery<T, R>, Object) - Method in class com.objectsql.query.QueryImpl
- whereMoreEqual(String, Object) - Method in interface com.objectsql.query.Query
- whereMoreEqual(String, Object) - Method in class com.objectsql.query.QueryImpl
- whereNotEndWith(Column, String) - Method in interface com.objectsql.query.MultiQuery
- whereNotEndWith(Column, String) - Method in class com.objectsql.query.MultiQueryImpl
- whereNotEndWith(LambdaQuery<T, R>, String) - Method in interface com.objectsql.query.Query
- whereNotEndWith(LambdaQuery<T, R>, String) - Method in class com.objectsql.query.QueryImpl
- whereNotEndWith(String, String) - Method in interface com.objectsql.query.Query
- whereNotEndWith(String, String) - Method in class com.objectsql.query.QueryImpl
- whereNotEqual(Column, Object) - Method in interface com.objectsql.query.MultiQuery
- whereNotEqual(Column, Object) - Method in class com.objectsql.query.MultiQueryImpl
- whereNotEqual(LambdaQuery<T, R>, Object) - Method in interface com.objectsql.query.Query
- whereNotEqual(LambdaQuery<T, R>, Object) - Method in class com.objectsql.query.QueryImpl
- whereNotEqual(String, Object) - Method in interface com.objectsql.query.Query
- whereNotEqual(String, Object) - Method in class com.objectsql.query.QueryImpl
- whereNotExists(MultiQuery) - Method in interface com.objectsql.query.MultiQuery
- whereNotExists(MultiQuery) - Method in class com.objectsql.query.MultiQueryImpl
- whereNotIn(Column, Collection) - Method in interface com.objectsql.query.MultiQuery
- whereNotIn(Column, Collection) - Method in class com.objectsql.query.MultiQueryImpl
- whereNotIn(LambdaQuery<T, R>, Collection) - Method in interface com.objectsql.query.Query
- whereNotIn(LambdaQuery<T, R>, Collection) - Method in class com.objectsql.query.QueryImpl
- whereNotIn(String, Collection) - Method in interface com.objectsql.query.Query
- whereNotIn(String, Collection) - Method in class com.objectsql.query.QueryImpl
- whereNotInQuery(Column, MultiQuery) - Method in interface com.objectsql.query.MultiQuery
- whereNotInQuery(Column, MultiQuery) - Method in class com.objectsql.query.MultiQueryImpl
- whereNotInValues(Column, Object...) - Method in interface com.objectsql.query.MultiQuery
- whereNotInValues(Column, Object...) - Method in class com.objectsql.query.MultiQueryImpl
- whereNotInValues(LambdaQuery<T, R>, Object...) - Method in interface com.objectsql.query.Query
- whereNotInValues(LambdaQuery<T, R>, Object...) - Method in class com.objectsql.query.QueryImpl
- whereNotInValues(String, Object...) - Method in interface com.objectsql.query.Query
- whereNotInValues(String, Object...) - Method in class com.objectsql.query.QueryImpl
- whereNotLike(Column, String) - Method in interface com.objectsql.query.MultiQuery
- whereNotLike(Column, String) - Method in class com.objectsql.query.MultiQueryImpl
- whereNotLike(LambdaQuery<T, R>, String) - Method in interface com.objectsql.query.Query
- whereNotLike(LambdaQuery<T, R>, String) - Method in class com.objectsql.query.QueryImpl
- whereNotLike(String, String) - Method in interface com.objectsql.query.Query
- whereNotLike(String, String) - Method in class com.objectsql.query.QueryImpl
- whereNotStartWith(Column, String) - Method in interface com.objectsql.query.MultiQuery
- whereNotStartWith(Column, String) - Method in class com.objectsql.query.MultiQueryImpl
- whereNotStartWith(LambdaQuery<T, R>, String) - Method in interface com.objectsql.query.Query
- whereNotStartWith(LambdaQuery<T, R>, String) - Method in class com.objectsql.query.QueryImpl
- whereNotStartWith(String, String) - Method in interface com.objectsql.query.Query
- whereNotStartWith(String, String) - Method in class com.objectsql.query.QueryImpl
- wheres(IQuery, List<Pair>, String) - Method in class com.objectsql.option.AbstractOptions
- whereStartWith(Column, String) - Method in interface com.objectsql.query.MultiQuery
- whereStartWith(Column, String) - Method in class com.objectsql.query.MultiQueryImpl
- whereStartWith(LambdaQuery<T, R>, String) - Method in interface com.objectsql.query.Query
- whereStartWith(LambdaQuery<T, R>, String) - Method in class com.objectsql.query.QueryImpl
- whereStartWith(String, String) - Method in interface com.objectsql.query.Query
- whereStartWith(String, String) - Method in class com.objectsql.query.QueryImpl
X
- XOR - Enum constant in enum com.objectsql.support.OperatorType
Y
- YEAR - Enum constant in enum com.objectsql.support.ColumnType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form