Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

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(Columns...) - Method in interface com.objectsql.query.MultiQuery
 
addFixedReturnColumn(Column...) - Method in class com.objectsql.query.MultiQueryImpl
 
addFixedReturnColumn(Columns...) - Method in class com.objectsql.query.MultiQueryImpl
 
addFixedReturnColumn(Column...) - Method in interface com.objectsql.query.Query
 
addFixedReturnColumn(String...) - Method in interface com.objectsql.query.Query
 
addFixedReturnColumn(Columns...) - Method in interface com.objectsql.query.Query
 
addFixedReturnColumn(LambdaQuery<T, R>...) - Method in interface com.objectsql.query.Query
 
addFixedReturnColumn(Column...) - Method in class com.objectsql.query.QueryImpl
 
addFixedReturnColumn(LambdaQuery<T, R>...) - Method in class com.objectsql.query.QueryImpl
 
addFixedReturnColumn(String...) - Method in class com.objectsql.query.QueryImpl
 
addFixedReturnColumn(Columns...) - 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(Columns...) - Method in interface com.objectsql.query.MultiQuery
 
addReturnColumn(Column...) - Method in class com.objectsql.query.MultiQueryImpl
 
addReturnColumn(Columns...) - Method in class com.objectsql.query.MultiQueryImpl
 
addReturnColumn(Column...) - Method in interface com.objectsql.query.Query
 
addReturnColumn(String...) - Method in interface com.objectsql.query.Query
 
addReturnColumn(Columns...) - Method in interface com.objectsql.query.Query
 
addReturnColumn(LambdaQuery<T, R>...) - Method in interface com.objectsql.query.Query
 
addReturnColumn(Column...) - Method in class com.objectsql.query.QueryImpl
 
addReturnColumn(String...) - Method in class com.objectsql.query.QueryImpl
 
addReturnColumn(Columns...) - Method in class com.objectsql.query.QueryImpl
 
addReturnColumn(LambdaQuery<T, R>...) - 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
 
alias(String) - Method in class com.objectsql.support.Column
 
AliasTable - Class in com.objectsql.support
 
AliasTable() - Constructor for class com.objectsql.support.AliasTable
 
AliasTable(Class<?>) - Constructor for class com.objectsql.support.AliasTable
 
AliasTable(IQuery) - 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 - Static variable in class com.objectsql.support.Column
 
all() - Method 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(Expression...) - Method in class com.objectsql.support.Condition
 
and(Condition) - Method in class com.objectsql.support.Condition
 
and(SQLPair) - Method in class com.objectsql.support.Condition
 
andOr(Expression...) - Method in class com.objectsql.support.Condition
 
andValue(Object) - Method in class com.objectsql.support.Expression
 
as(String) - Method in class com.objectsql.support.Column
 
as(LambdaQuery<T, R>) - Method in class com.objectsql.support.Column
 
as(String...) - Method in class com.objectsql.support.Columns
 
as(LambdaQuery<T, R>...) - 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(String) - Method in class com.objectsql.support.MultiOrder
 
asc(LambdaQuery<T, R>) - Method in class com.objectsql.support.MultiOrder
 
ASC - Static variable in class com.objectsql.support.Order
 
asc(Column) - Static method in class com.objectsql.support.Order
 
asNamePrefix(String) - Method in class com.objectsql.support.Columns
Deprecated.
asNames(String...) - Method in class com.objectsql.support.Columns
Deprecated.
asNames(LambdaQuery<T, R>...) - Method in class com.objectsql.support.Columns
Deprecated.
asPrefix(String) - Method in class com.objectsql.support.Columns
 
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>, int) - Method in interface com.objectsql.SQLService
 
batchInserts(List<S>, int, boolean) - Method in interface com.objectsql.SQLService
 
batchInserts(List<S>, int, boolean, boolean) - Method in interface com.objectsql.SQLService
批量保存
batchInserts(List<S>, boolean) - Method in interface com.objectsql.SQLService
 
batchInserts(List<S>, int) - Method in class com.objectsql.SQLServiceImpl
 
batchInserts(List<S>, int, boolean) - Method in class com.objectsql.SQLServiceImpl
 
batchInserts(List<S>, boolean) - Method in class com.objectsql.SQLServiceImpl
 
batchInserts(List<S>, int, boolean, boolean) - Method in class com.objectsql.SQLServiceImpl
 
batchUpdates(List, String[], int) - Method in interface com.objectsql.SQLService
 
batchUpdates(List, String[], int, boolean) - Method in interface com.objectsql.SQLService
 
batchUpdates(List, String[], int, boolean, boolean) - Method in interface com.objectsql.SQLService
批量更新,根据sql更新,若更新列为null,则将被更新
batchUpdates(List, String[], boolean) - Method in interface com.objectsql.SQLService
 
batchUpdates(List, int) - Method in interface com.objectsql.SQLService
 
batchUpdates(List, int, boolean) - Method in interface com.objectsql.SQLService
 
batchUpdates(List, int, boolean, boolean) - Method in interface com.objectsql.SQLService
 
batchUpdates(List, boolean) - Method in interface com.objectsql.SQLService
 
batchUpdates(List, String[], int, boolean, boolean) - Method in class com.objectsql.SQLServiceImpl
 
batchUpdates(List, String[], boolean) - Method in class com.objectsql.SQLServiceImpl
 
batchUpdates(List, int) - Method in class com.objectsql.SQLServiceImpl
 
batchUpdates(List, int, boolean) - Method in class com.objectsql.SQLServiceImpl
 
batchUpdates(List, int, boolean, boolean) - Method in class com.objectsql.SQLServiceImpl
 
batchUpdates(List, boolean) - Method in class com.objectsql.SQLServiceImpl
 
batchUpdates(List, String[], int) - Method in class com.objectsql.SQLServiceImpl
 
batchUpdates(List, String[], int, boolean) - Method in class com.objectsql.SQLServiceImpl
 
beanName(String, boolean) - Static method in class com.objectsql.generator.CodeGenerator
 
beforeTriggerChangedListener(ORMType, T, T, Connection) - Method in class com.objectsql.BaseServiceImpl
 
beforeTriggerChangedListener(ORMType, T, T, boolean, String[], Connection) - Method in class com.objectsql.BaseServiceImpl
 
between(Object, Object) - Method in class com.objectsql.support.Column
 
between(String, Object, Object) - Static method in class com.objectsql.support.Expression
 
between(LambdaQuery<T, R>, Object, Object) - Static method in class com.objectsql.support.Expression
 
buildColumns() - Method in class com.objectsql.support.Columns
 

C

c(IQuery) - Method in class com.objectsql.support.AliasTable
 
c(Column) - Method in class com.objectsql.support.AliasTable
 
c(String) - Method in class com.objectsql.support.AliasTable
 
c(LambdaQuery<T, R>) - Method in class com.objectsql.support.AliasTable
 
c(String, String) - Method in class com.objectsql.support.AliasTable
 
c(LambdaQuery<T, R>, String) - Method in class com.objectsql.support.AliasTable
 
c(String, String, String) - Method in class com.objectsql.support.AliasTable
 
c(String, LambdaQuery<T, R>, String) - Method in class com.objectsql.support.AliasTable
 
c(Column) - Method in class com.objectsql.support.Columns
 
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
 
change(SQLService, ORMType, RowObject, T, T) - Method in interface com.objectsql.listener.ChangeListener
 
change() - Static method in class com.objectsql.support.ChangeHolder
 
changed(ORMType, RowObject) - Method in class com.objectsql.BaseServiceImpl
 
changed(SQLService, ORMType, RowObject, T, T) - Method in interface com.objectsql.listener.ChangedListener
 
changed(ORMType, RowObject) - Method in interface com.objectsql.listener.ServiceChangedListener
 
changed() - Method in class com.objectsql.support.PreChangeCache
 
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
 
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
 
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
 
Column - Class in com.objectsql.support
 
Column(IQuery) - Constructor for class com.objectsql.support.Column
 
Column() - Constructor for class com.objectsql.support.Column
 
Column(String) - Constructor for class com.objectsql.support.Column
 
Column(LambdaQuery<T, R>) - Constructor for class com.objectsql.support.Column
 
Column(String, String) - Constructor for class com.objectsql.support.Column
 
Column(String, LambdaQuery<T, R>) - Constructor for class com.objectsql.support.Column
 
Column(String, String, String) - Constructor for class com.objectsql.support.Column
 
Column(String, LambdaQuery<T, R>, String) - Constructor for class com.objectsql.support.Column
 
Column(String, String, String, String) - Constructor for class com.objectsql.support.Column
 
Column(String, String, LambdaQuery<T, R>, 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(Connection, String, String) - Method in class com.objectsql.option.H2Options
 
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, String) - Method in class com.objectsql.option.MySQLOptions
 
columns(Connection, String, RdTable) - Method in class com.objectsql.option.OracleOptions
 
columns(Connection, String, String) - Method in class com.objectsql.option.OracleOptions
 
columns(Connection, String, RdTable) - Method in class com.objectsql.option.PostgreSQLOptions
 
columns(Connection, String, String) - Method in class com.objectsql.option.PostgreSQLOptions
 
columns(Connection, String, RdTable) - Method in class com.objectsql.option.SQLServerOptions
 
columns(Connection, String, String) - Method in class com.objectsql.option.SQLServerOptions
 
columns(Class<?>) - Method in interface com.objectsql.SQLService
 
columns(Class<?>) - Method in class com.objectsql.SQLServiceImpl
 
columns() - Method in class com.objectsql.support.AliasTable
 
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
 
columns(Connection, String, RdTable) - Method in interface com.objectsql.support.Options
 
columns(Connection, String, String) - Method in interface com.objectsql.support.Options
 
columnString(TableColumn, int, boolean) - Method in class com.objectsql.option.H2Options
 
columnString(ColumnInfo, int, RdColumn, boolean) - Method in class com.objectsql.option.H2Options
 
columnString(TableColumn, int, boolean) - Method in class com.objectsql.option.MySQLOptions
 
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(TableColumn, int, boolean) - Method in class com.objectsql.option.OracleOptions
 
columnString(ColumnInfo, int, RdColumn, boolean) - Method in class com.objectsql.option.PostgreSQLOptions
 
columnString(TableColumn, int, 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.SQLServerOptions
 
columnStringChangeNull(ColumnInfo, int, boolean) - Method in class com.objectsql.option.H2Options
 
columnStringChangeNull(TableColumn, int, boolean) - Method in class com.objectsql.option.OracleOptions
 
columnStringChangeNull(ColumnInfo, 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
 
CommitHandler - 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(Expression...) - Method in interface com.objectsql.BaseService
 
count(Expression...) - Method in class com.objectsql.BaseServiceImpl
 
count() - Method in class com.objectsql.support.Column
 
COUNT - Static variable in class com.objectsql.support.Function
 
create() - Static method in class com.objectsql.support.Condition
 
create(AliasTable) - Static method in class com.objectsql.support.Join
 
create(AliasTable, JoinType) - Static method in class com.objectsql.support.Join
 
create() - Static method in class com.objectsql.support.MultiOrder
 
create(String...) - Static method in class com.objectsql.support.Names
 
create(LambdaQuery<T, R>...) - Static method in class com.objectsql.support.Names
 
create(Column, String) - Static method in class com.objectsql.support.Order
 
create(String) - Static method in class com.objectsql.support.SQLPair
 
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(Class<?>) - Method in interface com.objectsql.SQLService
 
createOrUpdate(Table, List<TableColumn>) - Method in interface com.objectsql.SQLService
 
createOrUpdate(Class<?>) - Method in class com.objectsql.SQLServiceImpl
 
createOrUpdate(Table, List<TableColumn>) - 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, Table, List<TableColumn>, List<TableColumn>, boolean) - 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, Table, List<TableColumn>, List<TableColumn>, boolean) - 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, Table, List<TableColumn>, List<TableColumn>, boolean) - 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, Table, List<TableColumn>, List<TableColumn>, boolean) - 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, Table, List<TableColumn>, List<TableColumn>, boolean) - 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 interface com.objectsql.support.Options
 
createPrimaryKeyValue(Options, SQLHelper, List<String>, List<String>, ColumnInfo, Object, Object) - Static method in class com.objectsql.helper.SQLHelperCreator
 
createQuery(Class<?>, Column...) - Method in interface com.objectsql.query.MultiQuery
 
createQuery(Class<?>, Columns...) - Method in interface com.objectsql.query.MultiQuery
 
createQuery(Column...) - Method in interface com.objectsql.query.MultiQuery
 
createQuery(Class<?>, Column...) - Method in class com.objectsql.query.MultiQueryImpl
 
createQuery(Column...) - Method in class com.objectsql.query.MultiQueryImpl
 
createQuery(Class<?>, Columns...) - Method in class com.objectsql.query.MultiQueryImpl
 
createQuery(String...) - Method in interface com.objectsql.query.Query
 
createQuery(Class<?>, String...) - Method in interface com.objectsql.query.Query
 
createQuery(LambdaQuery<T, R>...) - Method in interface com.objectsql.query.Query
 
createQuery(Class<?>, LambdaQuery<T, R>...) - Method in interface com.objectsql.query.Query
 
createQuery(Class<?>, Column...) - Method in interface com.objectsql.query.Query
 
createQuery(LambdaQuery<T, R>...) - Method in class com.objectsql.query.QueryImpl
 
createQuery(Class<?>, LambdaQuery<T, R>...) - Method in class com.objectsql.query.QueryImpl
 
createQuery(Class<?>, String...) - Method in class com.objectsql.query.QueryImpl
 
createQuery(Class<?>, Column...) - Method in class com.objectsql.query.QueryImpl
 
createQuery(String...) - Method in class com.objectsql.query.QueryImpl
 
createQuery(Column...) - Method in class com.objectsql.query.QueryImpl
 
cs(String...) - Method in class com.objectsql.support.AliasTable
 
cs(LambdaQuery<T, R>...) - Method in class com.objectsql.support.AliasTable
 
cs(Column) - 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, Column) - Method in interface com.objectsql.query.MultiQuery
 
dataColumn(Object, String, Column) - Method in interface com.objectsql.query.MultiQuery
 
dataColumn(Object) - Method in interface com.objectsql.query.MultiQuery
 
dataColumn(Object, Column) - Method in class com.objectsql.query.MultiQueryImpl
 
dataColumn(Object, String, Column) - Method in class com.objectsql.query.MultiQueryImpl
 
dataColumn(Object) - 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
 
DebugHandler - Interface in com.objectsql.support
 
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
 
delete(Object) - Method in interface com.objectsql.BaseService
 
delete(Object) - Method in class com.objectsql.BaseServiceImpl
 
delete(String, Object) - Static method in class com.objectsql.helper.SQLHelperCreator
按对象的id删除
delete(String, Class, Object) - Static method in class com.objectsql.helper.SQLHelperCreator
 
delete(SQLService, T) - Method in interface com.objectsql.listener.DefaultListener
 
deleteBy(String, Class, Options, Expression[]) - Static method in class com.objectsql.helper.SQLHelperCreator
 
deleteBy(String, Class, Options, Condition) - Static method in class com.objectsql.helper.SQLHelperCreator
 
deletes(Condition) - Method in interface com.objectsql.BaseService
 
deletes(Expression...) - Method in interface com.objectsql.BaseService
 
deletes(Condition) - Method in class com.objectsql.BaseServiceImpl
 
deletes(Expression...) - Method in class com.objectsql.BaseServiceImpl
 
deletesWithoutListener(Condition) - Method in interface com.objectsql.BaseService
 
deletesWithoutListener(Expression...) - Method in interface com.objectsql.BaseService
 
deletesWithoutListener(Condition) - Method in class com.objectsql.BaseServiceImpl
 
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(String) - Method in class com.objectsql.support.MultiOrder
 
desc(LambdaQuery<T, R>) - Method in class com.objectsql.support.MultiOrder
 
DESC - Static variable in class com.objectsql.support.Order
 
desc(Column) - Static method in class com.objectsql.support.Order
 
determineCurrentLookupKey() - Method in class com.objectsql.spring.DynamicDataSource
 
disableDataPermission() - Method in interface com.objectsql.query.MultiQuery
 
disableDataPermission() - Method in class com.objectsql.query.MultiQueryImpl
 
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
 
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(IQuery) - Method in class com.objectsql.option.AbstractOptions
 
doQuery(IQuery, Pageable) - Method in class com.objectsql.option.MySQLOptions
 
doQuery(Class<?>, String, String[], Condition, MultiOrder, Integer, Integer) - Method in class com.objectsql.option.MySQLOptions
 
doQuery(IQuery, Pageable) - Method in class com.objectsql.option.OracleOptions
 
doQuery(Class<?>, String, String[], Condition, MultiOrder, Integer, Integer) - Method in class com.objectsql.option.OracleOptions
 
doQuery(IQuery, Pageable) - Method in class com.objectsql.option.SQLServerOptions
 
doQuery(Class<?>, String, String[], Condition, MultiOrder, Integer, Integer) - Method in class com.objectsql.option.SQLServerOptions
 
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 interface com.objectsql.support.Options
 
doQuery(IQuery, Pageable) - Method in interface com.objectsql.support.Options
 
doQuery(Class<?>, String, String[], Condition, MultiOrder, Integer, Integer) - Method in interface com.objectsql.support.Options
 
doQueryCount(IQuery) - Method in class com.objectsql.option.AbstractOptions
 
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 interface com.objectsql.support.Options
 
doRollback(DefaultTransactionStatus) - Method in class com.objectsql.spring.MultiTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class com.objectsql.spring.TransactionManager
 
drop(Table) - Method in interface com.objectsql.SQLService
 
drop(Table) - Method in class com.objectsql.SQLServiceImpl
 
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
 
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(Object) - Method in class com.objectsql.support.Column
 
endWith(String, Object) - Static method in class com.objectsql.support.Expression
 
endWith(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
 
equal(LambdaQuery<T, R>, 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(Runnable) - Method in class com.objectsql.spring.TxCommit
 
execute(Runnable, CommitHandler) - 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, Object[]...) - Method in interface com.objectsql.SQLService
 
executeBatch(String, boolean, boolean, Object[]...) - Method in interface com.objectsql.SQLService
 
executeBatch(String, Object[]...) - Method in class com.objectsql.SQLServiceImpl
 
executeBatch(String, boolean, boolean, Object[]...) - Method in class com.objectsql.SQLServiceImpl
 
exists(Condition) - Method in interface com.objectsql.BaseService
 
exists(Expression...) - Method in interface com.objectsql.BaseService
 
exists(Condition) - Method in class com.objectsql.BaseServiceImpl
 
exists(Expression...) - Method in class com.objectsql.BaseServiceImpl
 
exists(MultiQuery) - Method in class com.objectsql.support.Column
 
Expression - Class in com.objectsql.support
 
Expression(ExpressionType, MultiQuery) - Constructor for class com.objectsql.support.Expression
 
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(String, Object, ExpressionType) - Constructor for class com.objectsql.support.Expression
 
Expression(LambdaQuery<T, R>, Object, ExpressionType) - Constructor for class com.objectsql.support.Expression
 
Expression(String, String, Object, ExpressionType) - Constructor for class com.objectsql.support.Expression
 
Expression(String, LambdaQuery<T, R>, Object, ExpressionType) - Constructor for class com.objectsql.support.Expression
 
Expression(String, ExpressionType) - Constructor for class com.objectsql.support.Expression
 
Expression(LambdaQuery<T, R>, ExpressionType) - Constructor for class com.objectsql.support.Expression
 
Expression(String, Object) - Constructor for class com.objectsql.support.Expression
 
Expression(LambdaQuery<T, R>, Object) - 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
 
format(String) - Method in class com.objectsql.support.Column
 
formatValues(Object...) - Method in class com.objectsql.support.Column
 
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
 
generatorMap - Static variable in class com.objectsql.helper.SQLHelperCreator
 
get(Object) - Method in interface com.objectsql.BaseService
 
get(Object) - Method in class com.objectsql.BaseServiceImpl
 
get(String, Object, String...) - Static method in class com.objectsql.helper.SQLHelperCreator
允许获取 id,匹配,唯一等值 有id根据id获取,其他根据列 等值获取
get(String, Class, Object) - Static method in class com.objectsql.helper.SQLHelperCreator
只允许ID
get() - Static method in class com.objectsql.support.ChangeHolder
 
get() - Static method in class com.objectsql.support.DatabaseTypeHolder
 
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(LambdaQuery<T, R>) - Static method in class com.objectsql.query.QueryUtils
 
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
 
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(LambdaQuery<T, R>) - Static method in class com.objectsql.query.QueryUtils
 
getColumnInfo() - Method in interface com.objectsql.support.LambdaQuery
 
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(LambdaQuery<T, R>...) - Static method in class com.objectsql.query.QueryUtils
 
getColumns() - Method in class com.objectsql.support.QueryInfo
 
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(ColumnInfo, RdColumn) - Method in class com.objectsql.option.H2Options
 
getColumnType(ColumnInfo, RdColumn) - Method in class com.objectsql.option.MySQLOptions
 
getColumnType(TableColumn) - Method in class com.objectsql.option.MySQLOptions
 
getColumnType(ColumnInfo, RdColumn) - Method in class com.objectsql.option.OracleOptions
 
getColumnType(TableColumn) - Method in class com.objectsql.option.OracleOptions
 
getColumnType(ColumnInfo, RdColumn) - Method in class com.objectsql.option.PostgreSQLOptions
 
getColumnType(TableColumn) - 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.SQLServerOptions
 
getColumnType() - Method in class com.objectsql.support.ColumnInfo
 
getColumnType(TableColumn) - Method in interface com.objectsql.support.Options
 
getColumnType() - Method in class com.objectsql.support.Pair
 
getColumnType() - Method in class com.objectsql.support.TableColumn
 
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(Object, List<Condition>, List<Pair>) - Method in class com.objectsql.option.AbstractOptions
 
getConditions(Class, Expression[], List<Pair>) - Method in class com.objectsql.option.AbstractOptions
 
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 interface com.objectsql.support.Options
 
getConditions(Object, List<Condition>, List<Pair>) - Method in interface com.objectsql.support.Options
 
getConnection(Class, Class) - Method in class com.objectsql.ObjectSQLManager
 
getConnection(DataSource) - Static method in class com.objectsql.spring.SpringUtils
 
getConnection() - Method in interface com.objectsql.SQLService
 
getConnection() - Method in class com.objectsql.SQLServiceImpl
 
getConnection(Connection) - Method in interface com.objectsql.support.IRealConnection
 
getConnection() - Method in class com.objectsql.support.SimpleDataSource
 
getConnection(String, String) - Method in class com.objectsql.support.SimpleDataSource
 
getCount() - Method in exception 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(Class, Class) - 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
 
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(LambdaQuery<T, R>) - Static method in class com.objectsql.query.QueryUtils
 
getField() - Method in class com.objectsql.support.ColumnInfo
 
getFieldByColumn(Class<?>, String) - Static method in class com.objectsql.utils.ORMUtils
 
getFieldByColumn(Class<?>, LambdaQuery<T, R>) - 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, Field) - Static method in class com.objectsql.utils.ORMUtils
 
getFieldValue(Object, ColumnInfo) - 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
 
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(List<Column>) - Method in class com.objectsql.option.AbstractOptions
 
getGroups() - Method in interface com.objectsql.query.IQuery
 
getGroups() - Method in class com.objectsql.query.MultiQueryImpl
 
getGroups() - Method in class com.objectsql.query.QueryImpl
 
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 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.Pageable
 
getOperator() - Method in enum com.objectsql.support.OperatorType
 
getOperatorInFunction() - Method in class com.objectsql.support.Column
 
getOptions(String) - Method in class com.objectsql.ObjectSQLManager
 
getOptions(Class, Class) - Method in class com.objectsql.ObjectSQLManager
 
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
 
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(List<Order>, Class<?>) - Method in class com.objectsql.option.AbstractOptions
 
getOrders(List<Order>, Map<String, Class>) - Method in class com.objectsql.option.AbstractOptions
 
getOrders() - Method in class com.objectsql.query.AbstractQueryImpl
 
getOrders() - Method in interface com.objectsql.query.IQuery
 
getOrders() - Method in class com.objectsql.support.MultiOrder
 
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.Pageable
 
getPageable() - Method in class com.objectsql.query.AbstractQueryImpl
 
getPageable() - 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 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(DataSource) - Method in class com.objectsql.ObjectSQLManager
 
getProductName(Class, Class) - 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(String) - Method in class com.objectsql.option.H2Options
 
getSchema(String) - Method in class com.objectsql.option.MySQLOptions
 
getSchema() - Method in interface com.objectsql.SQLService
 
getSchema() - Method in class com.objectsql.SQLServiceImpl
 
getSensitive() - Method in class com.objectsql.support.Table
 
getSequence() - Method in class com.objectsql.support.TableColumn
 
getSize() - Method in class com.objectsql.support.Pageable
 
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(Class<?>) - Method in interface com.objectsql.SQLService
 
getTableName(Class<?>) - Method in class com.objectsql.SQLServiceImpl
 
getTableName(RdTable) - Method in interface com.objectsql.support.Options
 
getTableName(Class) - Static method in class com.objectsql.utils.ORMUtils
 
getTotal() - Method in class com.objectsql.support.Pageable
 
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(String) - Static method in enum com.objectsql.support.ExpressionType
 
getType() - Method in class com.objectsql.support.Join
 
getType() - Method in class com.objectsql.support.Pair
 
getType() - Method in class com.objectsql.support.TableColumn
 
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(Columns...) - Method in interface com.objectsql.query.MultiQuery
 
group(Column...) - Method in class com.objectsql.query.MultiQueryImpl
 
group(Columns...) - Method in class com.objectsql.query.MultiQueryImpl
 
group(String) - Method in interface com.objectsql.query.Query
 
group(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
 
group(String) - Method in class com.objectsql.query.QueryImpl
 
group(LambdaQuery<T, R>) - 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(String) - Method in interface com.objectsql.query.Query
 
groupCountSelectColumn(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
 
groupCountSelectColumn(String) - Method in class com.objectsql.query.QueryImpl
 
groupCountSelectColumn(LambdaQuery<T, R>) - 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(Object, ColumnInfo, Object, ResultSet) - Method in class com.objectsql.handler.DefaultResultSetHandler
 
handle(Object, ColumnInfo, Object, ResultSet) - Method in interface com.objectsql.handler.ResultSetHandler
 
handle(SQLService, Class<?>, IQuery) - Method in interface com.objectsql.listener.QueryListener
 
handle(Exception) - Method in interface com.objectsql.support.CommitHandler
 
handle(Class<?>, String, Object...) - Method in interface com.objectsql.support.DebugHandler
 
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, Object, ExpressionType) - Method in interface com.objectsql.query.MultiQuery
 
having(Column, Column) - Method in interface com.objectsql.query.MultiQuery
 
having(Condition) - Method in interface com.objectsql.query.MultiQuery
 
having(Expression) - Method in interface com.objectsql.query.MultiQuery
 
having(Column, Object, ExpressionType) - Method in class com.objectsql.query.MultiQueryImpl
 
having(Column, Column) - Method in class com.objectsql.query.MultiQueryImpl
 
having(Condition) - Method in class com.objectsql.query.MultiQueryImpl
 
having(Expression) - Method in class com.objectsql.query.MultiQueryImpl
 
having(String, Object, ExpressionType) - Method in interface com.objectsql.query.Query
 
having(LambdaQuery<T, R>, Object, ExpressionType) - Method in interface com.objectsql.query.Query
 
having(Condition) - Method in interface com.objectsql.query.Query
 
having(String, Object, ExpressionType) - Method in class com.objectsql.query.QueryImpl
 
having(LambdaQuery<T, R>, Object, ExpressionType) - Method in class com.objectsql.query.QueryImpl
 
having(Condition) - Method in class com.objectsql.query.QueryImpl
 
havings(IQuery, List<Pair>, String) - Method in class com.objectsql.option.AbstractOptions
 
havings - Variable in class com.objectsql.query.AbstractQueryImpl
 

I

id() - Method in class com.objectsql.query.AbstractQueryImpl
 
id() - Method in interface com.objectsql.query.IQuery
 
IDGenerator - Interface in com.objectsql.support
 
in(Collection) - Method in class com.objectsql.support.Column
 
in(String, Collection) - Static method in class com.objectsql.support.Expression
 
in(LambdaQuery<T, R>, Collection) - Static method in class com.objectsql.support.Expression
 
insert(T) - Method in interface com.objectsql.BaseService
 
insert(T) - Method in class com.objectsql.BaseServiceImpl
 
insert(String, Object, Options) - Static method in class com.objectsql.helper.SQLHelperCreator
 
insert(SQLService, T) - Method in interface com.objectsql.listener.DefaultListener
 
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
 
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(String) - Static method in class com.objectsql.support.Expression
 
isEmpty(LambdaQuery<T, R>) - Static method in class com.objectsql.support.Expression
 
isEmpty(Object) - Static method in class com.objectsql.utils.ORMUtils
 
isEnableDataPermission() - Method in interface com.objectsql.query.MultiQuery
 
isEnableDataPermission() - Method in class com.objectsql.query.MultiQueryImpl
 
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(String) - Static method in class com.objectsql.support.Expression
 
isNotEmpty(LambdaQuery<T, R>) - Static method in class com.objectsql.support.Expression
 
isNotNull() - Method in class com.objectsql.support.Column
 
isNotNull(String) - Static method in class com.objectsql.support.Expression
 
isNotNull(LambdaQuery<T, R>) - Static method in class com.objectsql.support.Expression
 
isNull() - Method in class com.objectsql.support.Column
 
isNull(String) - Static method in class com.objectsql.support.Expression
 
isNull(LambdaQuery<T, R>) - 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(Class<?>) - Method in interface com.objectsql.query.MultiQuery
 
join(IQuery, String) - Method in interface com.objectsql.query.MultiQuery
 
join(Class<?>, String) - Method in interface com.objectsql.query.MultiQuery
 
join(Class<?>, String, Column) - Method in interface com.objectsql.query.MultiQuery
 
join(Class<?>, JoinType, String, Column) - Method in interface com.objectsql.query.MultiQuery
 
join(Class<?>, LambdaQuery<T, R>, Column) - Method in interface com.objectsql.query.MultiQuery
 
join(Class<?>, JoinType, LambdaQuery<T, R>, Column) - Method in interface com.objectsql.query.MultiQuery
 
join(Join) - Method in interface com.objectsql.query.MultiQuery
 
join(AliasTable, Column, Column) - Method in interface com.objectsql.query.MultiQuery
 
join(AliasTable, JoinType, Column, Column) - Method in interface com.objectsql.query.MultiQuery
 
join(IQuery) - Method in class com.objectsql.query.MultiQueryImpl
 
join(IQuery, String) - Method in class com.objectsql.query.MultiQueryImpl
 
join(Class<?>, String) - Method in class com.objectsql.query.MultiQueryImpl
 
join(Class<?>, String, Column) - Method in class com.objectsql.query.MultiQueryImpl
 
join(Class<?>, JoinType, String, Column) - Method in class com.objectsql.query.MultiQueryImpl
 
join(Class<?>, LambdaQuery<T, R>, Column) - Method in class com.objectsql.query.MultiQueryImpl
 
join(Class<?>, JoinType, LambdaQuery<T, R>, Column) - Method in class com.objectsql.query.MultiQueryImpl
 
join(Class<?>) - Method in class com.objectsql.query.MultiQueryImpl
 
join(Join) - Method in class com.objectsql.query.MultiQueryImpl
 
join(AliasTable, Column, Column) - Method in class com.objectsql.query.MultiQueryImpl
 
join(AliasTable, JoinType, Column, Column) - Method in class com.objectsql.query.MultiQueryImpl
 
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
 
join(String[], String) - Static method in class com.objectsql.utils.ORMUtils
 
join(List<String>, String) - Static method in class com.objectsql.utils.ORMUtils
 
joins(MultiQuery, List<Pair>) - Method in class com.objectsql.option.AbstractOptions
 
JoinType - Enum in com.objectsql.support
 

K

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
 
less(Object) - Method in class com.objectsql.support.Column
 
less(String, Object) - Static method in class com.objectsql.support.Expression
 
less(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
 
lessDatePlus - Variable in class com.objectsql.query.AbstractQueryImpl
 
lessEqual(Object) - Method in class com.objectsql.support.Column
 
lessEqual(String, Object) - Static method in class com.objectsql.support.Expression
 
lessEqual(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
 
lessEqualDatePlus - Variable in class com.objectsql.query.AbstractQueryImpl
 
like(Object) - Method in class com.objectsql.support.Column
 
like(String, Object) - Static method in class com.objectsql.support.Expression
 
like(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
 
list() - Method in interface com.objectsql.BaseService
 
list(int, int) - Method in interface com.objectsql.BaseService
 
list(Expression...) - Method in interface com.objectsql.BaseService
 
list(Condition) - Method in interface com.objectsql.BaseService
 
list(Condition, MultiOrder) - Method in interface com.objectsql.BaseService
 
list(Condition, MultiOrder, Integer) - Method in interface com.objectsql.BaseService
 
list(Names, Condition) - Method in interface com.objectsql.BaseService
 
list(Names, Condition, MultiOrder) - Method in interface com.objectsql.BaseService
 
list(Names, Condition, MultiOrder, Integer) - Method in interface com.objectsql.BaseService
 
list() - Method in class com.objectsql.BaseServiceImpl
 
list(int, int) - Method in class com.objectsql.BaseServiceImpl
 
list(Expression...) - Method in class com.objectsql.BaseServiceImpl
 
list(Condition) - Method in class com.objectsql.BaseServiceImpl
 
list(Condition, MultiOrder) - Method in class com.objectsql.BaseServiceImpl
 
list(Condition, MultiOrder, Integer) - Method in class com.objectsql.BaseServiceImpl
 
list(Names, Condition) - Method in class com.objectsql.BaseServiceImpl
 
list(Names, Condition, MultiOrder) - Method in class com.objectsql.BaseServiceImpl
 
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
 
LOWER_CASE_SENSITIVE - Static variable in class com.objectsql.support.Table
 

M

max() - Method in class com.objectsql.support.Column
 
MAX - Static variable in class com.objectsql.support.Function
 
min() - Method in class com.objectsql.support.Column
 
MIN - Static variable in class com.objectsql.support.Function
 
more(Object) - Method in class com.objectsql.support.Column
 
more(String, Object) - Static method in class com.objectsql.support.Expression
 
more(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
 
moreEqual(LambdaQuery<T, R>, 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
 
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(String) - Method in class com.objectsql.support.Column
 
name(LambdaQuery<T, R>) - Method in class com.objectsql.support.Column
 
name(String) - Method in class com.objectsql.support.Names
 
name(LambdaQuery<T, R>) - Method in class com.objectsql.support.Names
 
names(String...) - Method in class com.objectsql.support.Columns
 
names(LambdaQuery<T, R>...) - Method in class com.objectsql.support.Columns
 
Names - Class in com.objectsql.support
 
Names(String...) - Constructor for class com.objectsql.support.Names
 
names() - Method in 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, ResultSetHandler) - Static method in class com.objectsql.helper.SQLHelperCreator
 
newClass(Class, ResultSet, QueryHandler, 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(String) - 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.Query
 
next(Object, Class<?>, Object) - Method in class com.objectsql.support.DefaultIDGenerator
 
next(Object, Class<?>, Object) - Method in interface com.objectsql.support.IDGenerator
 
notEndWith(Object) - Method in class com.objectsql.support.Column
 
notEndWith(String, Object) - Static method in class com.objectsql.support.Expression
 
notEndWith(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
 
notEqual(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
 
notExists(MultiQuery) - Method in class com.objectsql.support.Column
 
notIn(Collection) - Method in class com.objectsql.support.Column
 
notIn(String, Collection) - Static method in class com.objectsql.support.Expression
 
notIn(LambdaQuery<T, R>, Collection) - 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
 
notLike(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
 
notStartWith(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
 

O

ObjectSQLManager - Class in com.objectsql
 
ObjectSQLManager() - Constructor for class com.objectsql.ObjectSQLManager
 
ObjectSQLManager(DataSource) - Constructor for class com.objectsql.ObjectSQLManager
 
objectSQLManager - Variable in class com.objectsql.SQLServiceImpl
 
offset - Variable in class com.objectsql.support.Pageable
 
on(Column, Object, ExpressionType) - Method in class com.objectsql.support.Join
 
on(String, Object, ExpressionType) - 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(LambdaQuery<T, R>, Column) - Method in class com.objectsql.support.Join
 
on(Column, Column) - Method in class com.objectsql.support.Join
 
on(Condition) - 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(Expression...) - Method in class com.objectsql.support.Condition
 
or(Condition) - Method in class com.objectsql.support.Condition
 
or(SQLPair) - Method in class com.objectsql.support.Condition
 
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(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(String, String) - Constructor for class com.objectsql.support.Order
 
Order(LambdaQuery<T, R>, 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(String) - Method in interface com.objectsql.query.Query
 
orderAsc(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
 
orderAsc(String) - Method in class com.objectsql.query.QueryImpl
 
orderAsc(LambdaQuery<T, R>) - 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(String) - Method in interface com.objectsql.query.Query
 
orderDesc(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
 
orderDesc(String) - Method in class com.objectsql.query.QueryImpl
 
orderDesc(LambdaQuery<T, R>) - Method in class com.objectsql.query.QueryImpl
 
orders(IQuery, String, Map<String, String>) - Method in class com.objectsql.option.AbstractOptions
 
orders - Variable in class com.objectsql.query.AbstractQueryImpl
 
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 in com.objectsql.exception
项目名称: object-sql
ORMBatchException(Exception) - Constructor for exception com.objectsql.exception.ORMBatchException
 
ORMBatchException(Exception, Integer, Integer) - Constructor for exception com.objectsql.exception.ORMBatchException
 
ORMException - Exception in com.objectsql.exception
项目名称: object-sql
ORMException(String) - Constructor for exception com.objectsql.exception.ORMException
 
ORMException(Exception) - Constructor for exception com.objectsql.exception.ORMException
 
ORMException(String, Exception) - Constructor for exception com.objectsql.exception.ORMException
 
ORMSQLException - Exception in com.objectsql.exception
项目名称: object-sql
ORMSQLException(Exception, String, Object...) - Constructor for exception com.objectsql.exception.ORMSQLException
 
ORMSQLException(Exception, String) - Constructor for exception com.objectsql.exception.ORMSQLException
 
ORMSQLException(String) - Constructor for exception 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.Pageable
 
Pageable<S> - Class in com.objectsql.support
 
Pageable() - Constructor for class com.objectsql.support.Pageable
 
Pageable(Integer, Integer) - Constructor for class com.objectsql.support.Pageable
 
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(String, 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
 
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(Options, Column) - Static method in class com.objectsql.option.AbstractOptions
 
parseColumn(Column) - Method in interface com.objectsql.support.Options
 
parseConditions(Condition) - Method in class com.objectsql.option.AbstractOptions
 
parseExpression(Class, Map<String, Object>, Expression) - Method in class com.objectsql.option.AbstractOptions
 
parseExpression(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 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
 
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
 
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(ResultSet) - Method in interface com.objectsql.handler.ResultSetFunction
 
process(int, T, ResultSet) - Method in interface com.objectsql.handler.ResultSetProcessHandler
 
put(String, Object) - Method in exception com.objectsql.exception.ORMSQLException
 

Q

query(IQuery) - Method in interface com.objectsql.BaseService
 
query(IQuery, int) - Method in interface com.objectsql.BaseService
 
query(IQuery, int, int) - Method in interface com.objectsql.BaseService
 
query(IQuery, ResultSetProcessHandler) - Method in interface com.objectsql.BaseService
 
query(IQuery) - Method in class com.objectsql.BaseServiceImpl
 
query(IQuery, int) - Method in class com.objectsql.BaseServiceImpl
 
query(IQuery, int, int) - Method in class com.objectsql.BaseServiceImpl
 
query(IQuery, ResultSetProcessHandler) - Method in class com.objectsql.BaseServiceImpl
 
query(String, Options, Class<?>, Expression[]) - Static method in class com.objectsql.helper.SQLHelperCreator
 
Query - Interface in com.objectsql.query
 
query(String, Object[], ResultSetFunction) - Method in interface com.objectsql.SQLService
 
query(String, Object[], ResultSetFunction) - Method in class com.objectsql.SQLServiceImpl
 
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, Pageable) - Method in interface com.objectsql.BaseService
 
queryPage(IQuery, Pageable) - 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
 
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 - Interface in com.objectsql.handler
 
resultSetHandler - Variable in class com.objectsql.SQLServiceImpl
 
ResultSetProcessHandler<T> - Interface in com.objectsql.handler
 
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
 

S

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
 
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(String) - Method in class com.objectsql.support.ColumnClass
 
setColumn(Column) - Method in class com.objectsql.support.Order
 
setColumn(String) - Method in class com.objectsql.support.Pair
 
setColumn(LambdaQuery<T, R>) - Method in class com.objectsql.support.Pair
 
setColumn(Column) - Method in class com.objectsql.support.QueryInfo
 
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(Map<Condition, Object>) - Method in class com.objectsql.support.CaseColumn
 
setConditions(List<ConditionObject>) - Method in class com.objectsql.support.Condition
 
setConditions(List<Condition>) - Method in class com.objectsql.support.Join
 
setConditionsAlias(List<Condition>, String) - Static method in class com.objectsql.query.QueryUtils
 
setCount(Integer) - Method in exception 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(DataSource) - Method in class com.objectsql.ObjectSQLManager
 
setDataSource(String) - Static method in class com.objectsql.spring.DynamicDataSource
 
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
 
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 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.Pageable
 
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(String) - Method in class com.objectsql.support.Order
 
setOrder(Integer) - Method in class com.objectsql.support.TableColumn
 
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.Pageable
 
setPageable(Pageable) - Method in class com.objectsql.query.AbstractQueryImpl
 
setPageable(Pageable) - 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<? extends Object>) - 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
 
setSize(Integer) - Method in class com.objectsql.support.Pageable
 
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.Pageable
 
setType(OperatorType) - Method in class com.objectsql.support.Column
 
setType(String) - Method in class com.objectsql.support.ColumnInfo
 
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(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
 
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.Pageable
 
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(Object) - Method in class com.objectsql.support.Column
 
startWith(String, Object) - Static method in class com.objectsql.support.Expression
 
startWith(LambdaQuery<T, R>, Object) - Static method in class com.objectsql.support.Expression
 
sum() - Method in class com.objectsql.support.Column
 
SUM - Static variable in class com.objectsql.support.Function
 

T

table(Connection, String, RdTable) - Method in class com.objectsql.option.H2Options
 
table(Connection, String, Table) - Method in class com.objectsql.option.H2Options
 
table(Connection, String, RdTable) - Method in class com.objectsql.option.MySQLOptions
 
table(Connection, String, Table) - Method in class com.objectsql.option.MySQLOptions
 
table(Connection, String, RdTable) - Method in class com.objectsql.option.OracleOptions
 
table(Connection, String, Table) - Method in class com.objectsql.option.OracleOptions
 
table(Connection, String, RdTable) - Method in class com.objectsql.option.PostgreSQLOptions
 
table(Connection, String, Table) - Method in class com.objectsql.option.PostgreSQLOptions
 
table(Connection, String, RdTable) - Method in class com.objectsql.option.SQLServerOptions
 
table(Connection, String, Table) - Method in class com.objectsql.option.SQLServerOptions
 
table(IQuery) - Method in interface com.objectsql.query.MultiQuery
 
table(Class<?>) - Method in interface com.objectsql.query.MultiQuery
 
table(String) - Method in interface com.objectsql.query.MultiQuery
 
table(String, String) - Method in interface com.objectsql.query.MultiQuery
 
table(IQuery, String) - Method in interface com.objectsql.query.MultiQuery
 
table(Class<?>, String) - Method in interface com.objectsql.query.MultiQuery
 
table(IQuery, String) - Method in class com.objectsql.query.MultiQueryImpl
 
table(IQuery) - Method in class com.objectsql.query.MultiQueryImpl
 
table(Class<?>) - Method in class com.objectsql.query.MultiQueryImpl
 
table(String, String) - Method in class com.objectsql.query.MultiQueryImpl
 
table(String) - Method in class com.objectsql.query.MultiQueryImpl
 
table(Class<?>, String) - 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(String) - Method in interface com.objectsql.SQLService
 
table(Class<?>) - Method in class com.objectsql.SQLServiceImpl
 
table(String) - Method in class com.objectsql.SQLServiceImpl
 
table(Connection, String, RdTable) - Method in interface com.objectsql.support.Options
 
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
 
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(Connection, String) - Method in interface com.objectsql.SQLService
 
tableColumns(String) - Method in class com.objectsql.SQLServiceImpl
 
tableColumns(Connection, String) - Method in class com.objectsql.SQLServiceImpl
 
tableColumnsClass(String) - Method in interface com.objectsql.SQLService
 
tableColumnsClass(Connection, String) - Method in interface com.objectsql.SQLService
 
tableColumnsClass(String) - Method in class com.objectsql.SQLServiceImpl
 
tableColumnsClass(Connection, String) - Method in class com.objectsql.SQLServiceImpl
 
tableExists(Connection, String, RdTable) - Method in class com.objectsql.option.AbstractOptions
 
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(String) - Method in interface com.objectsql.SQLService
 
tableExists(String) - Method in class com.objectsql.SQLServiceImpl
 
tableExists(Connection, String, String) - Method in interface com.objectsql.support.Options
 
tableExists(Connection, String, RdTable) - Method in interface com.objectsql.support.Options
 
tableName() - Method in interface com.objectsql.BaseService
 
tableName() - Method in class com.objectsql.BaseServiceImpl
 
tables(IQuery, List<Pair>, String) - Method in class com.objectsql.option.AbstractOptions
 
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() - Method in interface com.objectsql.SQLService
 
tables(String) - Method in interface com.objectsql.SQLService
 
tables() - Method in class com.objectsql.SQLServiceImpl
 
tables(String) - Method in class com.objectsql.SQLServiceImpl
 
tables(Connection, String, String) - Method in interface com.objectsql.support.Options
 
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
 
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.Pageable
 
TransactionManager - Class in com.objectsql.spring
 
TransactionManager(DataSource) - Constructor for class com.objectsql.spring.TransactionManager
 
TransactionManager() - Constructor for class com.objectsql.spring.TransactionManager
 
triggerChangedListenerImmediately(ORMType, T, T) - Method in interface com.objectsql.BaseService
 
triggerChangedListenerImmediately(ORMType, T, T, boolean, String[]) - Method in interface com.objectsql.BaseService
 
triggerChangedListenerImmediately(ORMType, T, T) - Method in class com.objectsql.BaseServiceImpl
 
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, boolean, String[]) - 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 class com.objectsql.BaseServiceImpl
 
triggerChangeListener(ORMType, T, T) - Method in interface com.objectsql.BaseService
 
triggerChangeListener(ORMType, T, T, boolean, String[]) - Method in interface com.objectsql.BaseService
 
triggerChangeListener(ORMType, T, T) - Method in class com.objectsql.BaseServiceImpl
 
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(DataSource, Runnable) - Static method in class com.objectsql.spring.TxCommit
 
tx(DataSource, int, Runnable) - Static method in class com.objectsql.spring.TxCommit
 
tx(DataSource, int, int, Runnable) - Static method in class com.objectsql.spring.TxCommit
 
tx(DataSource, Runnable, CommitHandler) - Static method in class com.objectsql.spring.TxCommit
 
tx(DataSource, int, Runnable, CommitHandler) - Static method in class com.objectsql.spring.TxCommit
 
tx(DataSource, int, int, Runnable, CommitHandler) - Static method in class com.objectsql.spring.TxCommit
 
tx(ObjectSQLManager, Runnable) - Static method in class com.objectsql.spring.TxCommit
 
tx(ObjectSQLManager, int, Runnable) - Static method in class com.objectsql.spring.TxCommit
 
tx(ObjectSQLManager, int, int, Runnable) - Static method in class com.objectsql.spring.TxCommit
 
tx(ObjectSQLManager, Runnable, CommitHandler) - Static method in class com.objectsql.spring.TxCommit
 
tx(ObjectSQLManager, int, Runnable, CommitHandler) - Static method in class com.objectsql.spring.TxCommit
 
tx(ObjectSQLManager, int, int, Runnable, CommitHandler) - Static method in class com.objectsql.spring.TxCommit
 
tx(DataSourceTransactionManager, Runnable) - Static method in class com.objectsql.spring.TxCommit
 
tx(DataSourceTransactionManager, int, Runnable) - Static method in class com.objectsql.spring.TxCommit
 
tx(DataSourceTransactionManager, int, int, Runnable) - Static method in class com.objectsql.spring.TxCommit
 
tx(DataSourceTransactionManager, Runnable, CommitHandler) - Static method in class com.objectsql.spring.TxCommit
 
tx(DataSourceTransactionManager, int, Runnable, CommitHandler) - Static method in class com.objectsql.spring.TxCommit
 
tx(DataSourceTransactionManager, int, int, Runnable, CommitHandler) - Static method in class com.objectsql.spring.TxCommit
 
TxCommit - Class in com.objectsql.spring
 
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
 
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(Runnable) - Method in interface com.objectsql.SQLService
 
txCommit(int, Runnable) - Method in interface com.objectsql.SQLService
 
txCommit(int, int, Runnable) - Method in interface com.objectsql.SQLService
 
txCommit(Runnable, CommitHandler) - Method in interface com.objectsql.SQLService
 
txCommit(int, Runnable, CommitHandler) - Method in interface com.objectsql.SQLService
 
txCommit(int, int, Runnable, CommitHandler) - Method in interface com.objectsql.SQLService
 
txCommit(Runnable) - Method in class com.objectsql.SQLServiceImpl
 
txCommit(int, Runnable) - Method in class com.objectsql.SQLServiceImpl
 
txCommit(int, int, Runnable) - Method in class com.objectsql.SQLServiceImpl
 
txCommit(Runnable, CommitHandler) - Method in class com.objectsql.SQLServiceImpl
 
txCommit(int, Runnable, CommitHandler) - Method in class com.objectsql.SQLServiceImpl
 
txCommit(int, int, Runnable, CommitHandler) - Method in class com.objectsql.SQLServiceImpl
 

U

unwrap(Class<T>) - Method in class com.objectsql.support.SimpleDataSource
 
update(T) - Method in interface com.objectsql.BaseService
 
update(T, boolean) - Method in interface com.objectsql.BaseService
 
update(T) - Method in class com.objectsql.BaseServiceImpl
 
update(T, boolean) - Method in class com.objectsql.BaseServiceImpl
 
update(String, Options, Object, Expression[], boolean, String[]) - Static method in class com.objectsql.helper.SQLHelperCreator
更新 只能使用id,否则初学者不填id 全部更新了。
update(SQLService, T) - Method in interface com.objectsql.listener.DefaultListener
 
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(T, Expression...) - Method in interface com.objectsql.BaseService
 
updates(T, Condition) - Method in interface com.objectsql.BaseService
 
updates(T, Expression...) - Method in class com.objectsql.BaseServiceImpl
 
updates(T, Condition) - Method in class com.objectsql.BaseServiceImpl
 
updates(String, List<S>, List<String>) - Static method in class com.objectsql.helper.SQLHelperCreator
 
updatesLambdaNull(T, LambdaQuery<P, R>[], Expression...) - Method in interface com.objectsql.BaseService
 
updatesLambdaNull(T, LambdaQuery<P, R>[], Condition) - Method in interface com.objectsql.BaseService
 
updatesLambdaNull(T, LambdaQuery<P, R>[], Expression...) - Method in class com.objectsql.BaseServiceImpl
 
updatesLambdaNull(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>[], Condition) - Method in interface com.objectsql.BaseService
 
updatesLambdaNullWithoutListener(T, LambdaQuery<P, R>[], Expression...) - Method in class com.objectsql.BaseServiceImpl
 
updatesLambdaNullWithoutListener(T, LambdaQuery<P, R>[], Condition) - Method in class com.objectsql.BaseServiceImpl
 
updatesNull(T, Expression...) - Method in interface com.objectsql.BaseService
 
updatesNull(T, String[], Expression...) - Method in interface com.objectsql.BaseService
 
updatesNull(T, Condition) - Method in interface com.objectsql.BaseService
 
updatesNull(T, String[], Condition) - Method in interface com.objectsql.BaseService
 
updatesNull(T, Expression...) - Method in class com.objectsql.BaseServiceImpl
 
updatesNull(T, String[], Expression...) - Method in class com.objectsql.BaseServiceImpl
 
updatesNull(T, Condition) - Method in class com.objectsql.BaseServiceImpl
 
updatesNull(T, String[], Condition) - Method in class com.objectsql.BaseServiceImpl
 
updatesNullWithoutListener(T, Expression...) - Method in interface com.objectsql.BaseService
 
updatesNullWithoutListener(T, String[], Expression...) - Method in interface com.objectsql.BaseService
 
updatesNullWithoutListener(T, Condition) - Method in interface com.objectsql.BaseService
 
updatesNullWithoutListener(T, String[], Condition) - Method in interface com.objectsql.BaseService
 
updatesNullWithoutListener(T, Expression...) - Method in class com.objectsql.BaseServiceImpl
 
updatesNullWithoutListener(T, String[], Expression...) - Method in class com.objectsql.BaseServiceImpl
 
updatesNullWithoutListener(T, Condition) - Method in class com.objectsql.BaseServiceImpl
 
updatesNullWithoutListener(T, String[], Condition) - Method in class com.objectsql.BaseServiceImpl
 
updatesWithoutListener(T, Expression...) - Method in interface com.objectsql.BaseService
 
updatesWithoutListener(T, Condition) - Method in interface com.objectsql.BaseService
 
updatesWithoutListener(Expression[], Expression[]) - Method in interface com.objectsql.BaseService
 
updatesWithoutListener(T, Expression...) - Method in class com.objectsql.BaseServiceImpl
 
updatesWithoutListener(T, Condition) - Method in class com.objectsql.BaseServiceImpl
 
updatesWithoutListener(Expression[], 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, boolean) - Method in interface com.objectsql.BaseService
 
updateWithoutListener(T) - Method in class com.objectsql.BaseServiceImpl
 
updateWithoutListener(T, boolean) - Method in class com.objectsql.BaseServiceImpl
 
UPPER_CASE_SENSITIVE - Static variable in class com.objectsql.support.Table
 

V

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.

W

whenEmpty(Object, String) - Static method in class com.objectsql.utils.ORMUtils
 
whenThen(Expression, Object) - Method in class com.objectsql.support.CaseColumn
 
whenThen(Condition, Object) - Method in class com.objectsql.support.CaseColumn
 
whenTrue(boolean, String) - Static method in class com.objectsql.utils.ORMUtils
 
where(Column, Object, ExpressionType) - Method in interface com.objectsql.query.MultiQuery
 
where(Column, Column) - Method in interface com.objectsql.query.MultiQuery
 
where(Condition) - Method in interface com.objectsql.query.MultiQuery
 
where(Expression...) - Method in interface com.objectsql.query.MultiQuery
 
where(Column, Object, ExpressionType) - Method in class com.objectsql.query.MultiQueryImpl
 
where(Column, Column) - Method in class com.objectsql.query.MultiQueryImpl
 
where(Condition) - Method in class com.objectsql.query.MultiQueryImpl
 
where(Expression...) - Method in class com.objectsql.query.MultiQueryImpl
 
where(String, ExpressionType) - Method in interface com.objectsql.query.Query
 
where(LambdaQuery<T, R>, ExpressionType) - Method in interface com.objectsql.query.Query
 
where(String, Object, ExpressionType) - Method in interface com.objectsql.query.Query
 
where(LambdaQuery<T, R>, Object, ExpressionType) - Method in interface com.objectsql.query.Query
 
where(Condition) - Method in interface com.objectsql.query.Query
 
where(Expression...) - Method in interface com.objectsql.query.Query
 
where(LambdaQuery<T, R>, ExpressionType) - Method in class com.objectsql.query.QueryImpl
 
where(String, ExpressionType) - Method in class com.objectsql.query.QueryImpl
 
where(String, Object, ExpressionType) - Method in class com.objectsql.query.QueryImpl
 
where(LambdaQuery<T, R>, Object, ExpressionType) - Method in class com.objectsql.query.QueryImpl
 
where(Condition) - Method in class com.objectsql.query.QueryImpl
 
where(Expression...) - 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(String, Object, Object) - Method in interface com.objectsql.query.Query
 
whereBetween(LambdaQuery<T, R>, Object, Object) - Method in interface com.objectsql.query.Query
 
whereBetween(String, Object, Object) - Method in class com.objectsql.query.QueryImpl
 
whereBetween(LambdaQuery<T, R>, 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(String, String) - Method in interface com.objectsql.query.Query
 
whereEndWith(LambdaQuery<T, R>, String) - Method in interface com.objectsql.query.Query
 
whereEndWith(String, String) - Method in class com.objectsql.query.QueryImpl
 
whereEndWith(LambdaQuery<T, R>, 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(String, Object) - Method in interface com.objectsql.query.Query
 
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 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(String, Collection) - Method in interface com.objectsql.query.Query
 
whereIn(LambdaQuery<T, R>, Collection) - Method in interface com.objectsql.query.Query
 
whereIn(String, Collection) - Method in class com.objectsql.query.QueryImpl
 
whereIn(LambdaQuery<T, R>, 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(String, Object...) - Method in interface com.objectsql.query.Query
 
whereInValues(LambdaQuery<T, R>, Object...) - Method in interface com.objectsql.query.Query
 
whereInValues(String, Object...) - Method in class com.objectsql.query.QueryImpl
 
whereInValues(LambdaQuery<T, R>, 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(String) - Method in interface com.objectsql.query.Query
 
whereIsEmpty(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
 
whereIsEmpty(String) - Method in class com.objectsql.query.QueryImpl
 
whereIsEmpty(LambdaQuery<T, R>) - 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(String) - Method in interface com.objectsql.query.Query
 
whereIsNotEmpty(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
 
whereIsNotEmpty(String) - Method in class com.objectsql.query.QueryImpl
 
whereIsNotEmpty(LambdaQuery<T, R>) - 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(String) - Method in interface com.objectsql.query.Query
 
whereIsNotNull(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
 
whereIsNotNull(String) - Method in class com.objectsql.query.QueryImpl
 
whereIsNotNull(LambdaQuery<T, R>) - 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(String) - Method in interface com.objectsql.query.Query
 
whereIsNull(LambdaQuery<T, R>) - Method in interface com.objectsql.query.Query
 
whereIsNull(String) - Method in class com.objectsql.query.QueryImpl
 
whereIsNull(LambdaQuery<T, R>) - 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(String, Object) - Method in interface com.objectsql.query.Query
 
whereLess(LambdaQuery<T, R>, Object) - Method in interface com.objectsql.query.Query
 
whereLess(String, Object) - Method in class com.objectsql.query.QueryImpl
 
whereLess(LambdaQuery<T, R>, 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(String, Object) - Method in interface com.objectsql.query.Query
 
whereLessEqual(LambdaQuery<T, R>, Object) - Method in interface com.objectsql.query.Query
 
whereLessEqual(String, Object) - Method in class com.objectsql.query.QueryImpl
 
whereLessEqual(LambdaQuery<T, R>, 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(String, String) - Method in interface com.objectsql.query.Query
 
whereLike(LambdaQuery<T, R>, String) - Method in interface com.objectsql.query.Query
 
whereLike(String, String) - Method in class com.objectsql.query.QueryImpl
 
whereLike(LambdaQuery<T, R>, 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(String, Object) - Method in interface com.objectsql.query.Query
 
whereMore(LambdaQuery<T, R>, Object) - Method in interface com.objectsql.query.Query
 
whereMore(String, Object) - Method in class com.objectsql.query.QueryImpl
 
whereMore(LambdaQuery<T, R>, 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(String, Object) - Method in interface com.objectsql.query.Query
 
whereMoreEqual(LambdaQuery<T, R>, Object) - Method in interface com.objectsql.query.Query
 
whereMoreEqual(String, Object) - Method in class com.objectsql.query.QueryImpl
 
whereMoreEqual(LambdaQuery<T, R>, 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(String, String) - Method in interface com.objectsql.query.Query
 
whereNotEndWith(LambdaQuery<T, R>, String) - Method in interface com.objectsql.query.Query
 
whereNotEndWith(String, String) - Method in class com.objectsql.query.QueryImpl
 
whereNotEndWith(LambdaQuery<T, R>, 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(String, Object) - Method in interface com.objectsql.query.Query
 
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 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(String, Collection) - Method in interface com.objectsql.query.Query
 
whereNotIn(LambdaQuery<T, R>, Collection) - Method in interface com.objectsql.query.Query
 
whereNotIn(String, Collection) - Method in class com.objectsql.query.QueryImpl
 
whereNotIn(LambdaQuery<T, R>, 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(String, Object...) - Method in interface com.objectsql.query.Query
 
whereNotInValues(LambdaQuery<T, R>, Object...) - Method in interface com.objectsql.query.Query
 
whereNotInValues(String, Object...) - Method in class com.objectsql.query.QueryImpl
 
whereNotInValues(LambdaQuery<T, R>, 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(String, String) - Method in interface com.objectsql.query.Query
 
whereNotLike(LambdaQuery<T, R>, String) - Method in interface com.objectsql.query.Query
 
whereNotLike(String, String) - Method in class com.objectsql.query.QueryImpl
 
whereNotLike(LambdaQuery<T, R>, 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(String, String) - Method in interface com.objectsql.query.Query
 
whereNotStartWith(LambdaQuery<T, R>, String) - Method in interface com.objectsql.query.Query
 
whereNotStartWith(String, String) - Method in class com.objectsql.query.QueryImpl
 
whereNotStartWith(LambdaQuery<T, R>, 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(String, String) - Method in interface com.objectsql.query.Query
 
whereStartWith(LambdaQuery<T, R>, String) - Method in interface com.objectsql.query.Query
 
whereStartWith(String, String) - Method in class com.objectsql.query.QueryImpl
 
whereStartWith(LambdaQuery<T, R>, String) - Method in class com.objectsql.query.QueryImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2024. All rights reserved.