跳过导航链接
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 - com.ursful.framework.orm.option中的类
 
AbstractOptions() - 类 的构造器com.ursful.framework.orm.option.AbstractOptions
 
addChangedListener(IChangedListener) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
addChangedListener(IChangedListener) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
addChangeListener(IChangeListener) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
addChangeListener(IChangeListener) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
addCondition(Condition) - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
addDefaultListener(IDefaultListener) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
addDefaultListener(IDefaultListener) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
addFixedReturnColumn(Column) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
addFixedReturnColumn(String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
addFixedReturnColumn(LambdaQuery<T, R>) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
addFixedReturnColumn(Column) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
addFixedReturnColumn(Column) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
addFixedReturnColumn(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
addFixedReturnColumn(String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
addFixedReturnColumn(Column) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
addHaving(Condition) - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
addOrder(Order) - 类 中的方法com.ursful.framework.orm.support.MultiOrder
 
addORMListener(IORMListener) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
addORMListener(IORMListener) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
addQueryListener(IQueryListener) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
addQueryListener(IQueryListener) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
addReturnColumn(Column) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
addReturnColumn(String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
addReturnColumn(LambdaQuery<T, R>) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
addReturnColumn(Column) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
addReturnColumn(Column) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
addReturnColumn(String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
addReturnColumn(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
addReturnColumn(Column) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
addUsedAlias(String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
addUsedAlias(String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
alias(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
AliasTable - com.ursful.framework.orm.support中的类
 
AliasTable() - 类 的构造器com.ursful.framework.orm.support.AliasTable
 
AliasTable(Class<?>) - 类 的构造器com.ursful.framework.orm.support.AliasTable
 
AliasTable(IQuery) - 类 的构造器com.ursful.framework.orm.support.AliasTable
 
AliasTable(String) - 类 的构造器com.ursful.framework.orm.support.AliasTable
 
all() - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
ALL - 类 中的静态变量com.ursful.framework.orm.support.Column
 
all() - 类 中的方法com.ursful.framework.orm.support.Column
 
allExclude(String...) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
allLambdaExclude(LambdaQuery<T, R>...) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
and(Expression...) - 类 中的方法com.ursful.framework.orm.support.Condition
 
and(Condition) - 类 中的方法com.ursful.framework.orm.support.Condition
 
and(SQLPair) - 类 中的方法com.ursful.framework.orm.support.Condition
 
andOr(Expression...) - 类 中的方法com.ursful.framework.orm.support.Condition
 
andValue(Object) - 类 中的方法com.ursful.framework.orm.support.Expression
 
as(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
asc() - 类 中的方法com.ursful.framework.orm.support.Column
 
asc(Column) - 类 中的方法com.ursful.framework.orm.support.MultiOrder
 
asc(String) - 类 中的方法com.ursful.framework.orm.support.MultiOrder
 
asc(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.support.MultiOrder
 
ASC - 类 中的静态变量com.ursful.framework.orm.support.Order
 
asc(Column) - 类 中的静态方法com.ursful.framework.orm.support.Order
 
asNames(String...) - 类 中的方法com.ursful.framework.orm.support.Columns
 
avg() - 类 中的方法com.ursful.framework.orm.support.Column
 
AVG - 类 中的静态变量com.ursful.framework.orm.support.Function
 

B

BaseQueryImpl - com.ursful.framework.orm.query中的类
 
BaseQueryImpl() - 类 的构造器com.ursful.framework.orm.query.BaseQueryImpl
 
BaseServiceImpl<T> - com.ursful.framework.orm中的类
 
BaseServiceImpl() - 类 的构造器com.ursful.framework.orm.BaseServiceImpl
 
BaseServiceImpl(DataSourceManager) - 类 的构造器com.ursful.framework.orm.BaseServiceImpl
 
batchSaves(List<S>, int) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
batchSaves(List<S>, int, boolean) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
batchSaves(List<S>, int, boolean, boolean) - 接口 中的方法com.ursful.framework.orm.ISQLService
批量保存
batchSaves(List<S>, boolean) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
batchSaves(List<S>, int) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
batchSaves(List<S>, int, boolean) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
batchSaves(List<S>, boolean) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
batchSaves(List<S>, int, boolean, boolean) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
batchUpdates(List, String[], int) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
batchUpdates(List, String[], int, boolean) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
batchUpdates(List, String[], int, boolean, boolean) - 接口 中的方法com.ursful.framework.orm.ISQLService
批量更新,根据sql更新,若更新列为null,则将被更新
batchUpdates(List, String[], boolean) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
batchUpdates(List, int) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
batchUpdates(List, int, boolean) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
batchUpdates(List, int, boolean, boolean) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
batchUpdates(List, boolean) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
batchUpdates(List, String[], int, boolean, boolean) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
batchUpdates(List, String[], boolean) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
batchUpdates(List, int) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
batchUpdates(List, int, boolean) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
batchUpdates(List, int, boolean, boolean) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
batchUpdates(List, boolean) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
batchUpdates(List, String[], int) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
batchUpdates(List, String[], int, boolean) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
beforeTriggerChangedListener(ORMType, T, T, Connection) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
beforeTriggerChangedListener(ORMType, T, T, boolean, String[], Connection) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
between(Object, Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
between(String, Object, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
between(LambdaQuery<T, R>, Object, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 

C

c(IQuery) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
c(Column) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
c(String) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
c(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
c(String, String) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
c(LambdaQuery<T, R>, String) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
c(String, String, String) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
c(String, LambdaQuery<T, R>, String) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
c(Column) - 类 中的方法com.ursful.framework.orm.support.Columns
 
cache(PreChangeCache) - 类 中的静态方法com.ursful.framework.orm.support.ChangeHolder
 
CaseColumn - com.ursful.framework.orm.support中的类
 
CaseColumn() - 类 的构造器com.ursful.framework.orm.support.CaseColumn
 
change(T, T) - 接口 中的方法com.ursful.framework.orm.listener.IChangeListener
 
change(ORMType, ORMOption, T, T) - 接口 中的方法com.ursful.framework.orm.listener.IChangeListener
 
change() - 类 中的静态方法com.ursful.framework.orm.support.ChangeHolder
 
changed(ORMType, ORMOption) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
changed(T, T) - 接口 中的方法com.ursful.framework.orm.listener.IChangedListener
 
changed(ORMType, ORMOption, T, T) - 接口 中的方法com.ursful.framework.orm.listener.IChangedListener
 
changed(ORMType, ORMOption) - 接口 中的方法com.ursful.framework.orm.listener.IServiceChangedListener
 
changed() - 类 中的方法com.ursful.framework.orm.support.PreChangeCache
 
changeDataSource(String) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
changeDataSource(String) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
ChangeHolder - com.ursful.framework.orm.support中的类
 
ChangeHolder() - 类 的构造器com.ursful.framework.orm.support.ChangeHolder
 
clearFixedReturnColumns() - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
clearFixedReturnColumns() - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
clearFixedReturnColumns() - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
clearFixedReturnColumns() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
clearPatternDataSource() - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
clearReturnColumns() - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
clearReturnColumns() - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
clearReturnColumns() - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
clearReturnColumns() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
close(Class, Class, ResultSet, Statement, Connection) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
closeConnection(ResultSet, Statement, Connection) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
Column - com.ursful.framework.orm.support中的类
 
Column(IQuery) - 类 的构造器com.ursful.framework.orm.support.Column
 
Column() - 类 的构造器com.ursful.framework.orm.support.Column
 
Column(String) - 类 的构造器com.ursful.framework.orm.support.Column
 
Column(LambdaQuery<T, R>) - 类 的构造器com.ursful.framework.orm.support.Column
 
Column(String, String) - 类 的构造器com.ursful.framework.orm.support.Column
 
Column(String, LambdaQuery<T, R>) - 类 的构造器com.ursful.framework.orm.support.Column
 
Column(String, String, String) - 类 的构造器com.ursful.framework.orm.support.Column
 
Column(String, LambdaQuery<T, R>, String) - 类 的构造器com.ursful.framework.orm.support.Column
 
Column(String, String, String, String) - 类 的构造器com.ursful.framework.orm.support.Column
 
Column(String, String, LambdaQuery<T, R>, String) - 类 的构造器com.ursful.framework.orm.support.Column
 
ColumnClass - com.ursful.framework.orm.support中的类
 
ColumnClass() - 类 的构造器com.ursful.framework.orm.support.ColumnClass
 
ColumnClass(String, String, String) - 类 的构造器com.ursful.framework.orm.support.ColumnClass
 
columnComment(RdColumn) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
ColumnInfo - com.ursful.framework.orm.support中的类
 
ColumnInfo() - 类 的构造器com.ursful.framework.orm.support.ColumnInfo
 
columns() - 接口 中的方法com.ursful.framework.orm.ISQLScript
 
columns(Class<?>) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
columns(Connection, String) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
columns(Connection, RdTable) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
columns(Connection, RdTable) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
columns(Connection, String) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
columns(Connection, RdTable) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
columns(Connection, String) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
columns(Connection, RdTable) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
columns(Connection, String) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
columns(Connection, RdTable) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
columns(Connection, String) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
columns(Class<?>) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
columns() - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
Columns - com.ursful.framework.orm.support中的类
 
Columns() - 类 的构造器com.ursful.framework.orm.support.Columns
 
Columns(String) - 类 的构造器com.ursful.framework.orm.support.Columns
 
Columns(String, String...) - 类 的构造器com.ursful.framework.orm.support.Columns
 
columns(Connection, RdTable) - 接口 中的方法com.ursful.framework.orm.support.Options
 
columns(Connection, String) - 接口 中的方法com.ursful.framework.orm.support.Options
 
columnString(TableColumn, int, boolean) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
columnString(ColumnInfo, int, RdColumn, boolean) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
columnString(TableColumn, int, boolean) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
columnString(ColumnInfo, int, RdColumn, boolean) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
columnString(ColumnInfo, int, RdColumn, boolean) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
columnString(TableColumn, int, boolean) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
columnString(ColumnInfo, int, RdColumn, boolean) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
columnString(TableColumn, int, boolean) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
columnString(ColumnInfo, int, RdColumn, boolean) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
columnString(TableColumn, int, boolean) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
columnStringChangeNull(ColumnInfo, int, boolean) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
columnStringChangeNull(TableColumn, int, boolean) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
columnStringChangeNull(ColumnInfo, int, boolean) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
ColumnType - com.ursful.framework.orm.support中的枚举
 
com.ursful.framework.orm - 程序包 com.ursful.framework.orm
 
com.ursful.framework.orm.annotation - 程序包 com.ursful.framework.orm.annotation
 
com.ursful.framework.orm.exception - 程序包 com.ursful.framework.orm.exception
 
com.ursful.framework.orm.handler - 程序包 com.ursful.framework.orm.handler
 
com.ursful.framework.orm.helper - 程序包 com.ursful.framework.orm.helper
 
com.ursful.framework.orm.listener - 程序包 com.ursful.framework.orm.listener
 
com.ursful.framework.orm.object - 程序包 com.ursful.framework.orm.object
 
com.ursful.framework.orm.option - 程序包 com.ursful.framework.orm.option
 
com.ursful.framework.orm.query - 程序包 com.ursful.framework.orm.query
 
com.ursful.framework.orm.support - 程序包 com.ursful.framework.orm.support
 
com.ursful.framework.orm.transaction - 程序包 com.ursful.framework.orm.transaction
 
com.ursful.framework.orm.utils - 程序包 com.ursful.framework.orm.utils
 
Commit - com.ursful.framework.orm.support中的类
 
Commit(Object) - 类 的构造器com.ursful.framework.orm.support.Commit
 
Condition - com.ursful.framework.orm.support中的类
 
Condition() - 类 的构造器com.ursful.framework.orm.support.Condition
 
ConditionObject - com.ursful.framework.orm.support中的类
 
ConditionObject() - 类 的构造器com.ursful.framework.orm.support.ConditionObject
 
ConditionObject(Object, ConditionType) - 类 的构造器com.ursful.framework.orm.support.ConditionObject
 
conditions - 类 中的变量com.ursful.framework.orm.query.QueryImpl
 
ConditionType - com.ursful.framework.orm.support中的枚举
 
containsAlias(String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
containsAlias(String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
convertSQL(String) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
copyAllListeners(IBaseService) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
copyAllListeners(IBaseService) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
copyPropertiesWhenUpdateNull(Object, Object, String...) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
count(Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
count(Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
count() - 类 中的方法com.ursful.framework.orm.support.Column
 
COUNT - 类 中的静态变量com.ursful.framework.orm.support.Function
 
create() - 类 中的静态方法com.ursful.framework.orm.support.Condition
 
create(AliasTable) - 类 中的静态方法com.ursful.framework.orm.support.Join
 
create(AliasTable, JoinType) - 类 中的静态方法com.ursful.framework.orm.support.Join
 
create() - 类 中的静态方法com.ursful.framework.orm.support.MultiOrder
 
create(String...) - 类 中的静态方法com.ursful.framework.orm.support.Names
 
create(Column, String) - 类 中的静态方法com.ursful.framework.orm.support.Order
 
create(String) - 类 中的静态方法com.ursful.framework.orm.support.SQLPair
 
create(String, Pair) - 类 中的静态方法com.ursful.framework.orm.support.SQLPair
 
create(String, List<Pair>) - 类 中的静态方法com.ursful.framework.orm.support.SQLPair
 
createMultiQuery() - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
createMultiQuery() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
createOracleLob(Connection, String) - 类 中的静态方法com.ursful.framework.orm.option.OracleOptions
 
createOrUpdate() - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
createOrUpdate() - 接口 中的方法com.ursful.framework.orm.IBaseService
 
createOrUpdate(Class<?>) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
createOrUpdate(Table, List<TableColumn>) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
createOrUpdate(Class<?>) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
createOrUpdate(Table, List<TableColumn>) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
createOrUpdateSqls(Connection, RdTable, List<ColumnInfo>, boolean, List<TableColumn>) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
createOrUpdateSqls(Connection, Table, List<TableColumn>, List<TableColumn>, boolean) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
createOrUpdateSqls(Connection, RdTable, List<ColumnInfo>, boolean, List<TableColumn>) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
createOrUpdateSqls(Connection, Table, List<TableColumn>, List<TableColumn>, boolean) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
createOrUpdateSqls(Connection, RdTable, List<ColumnInfo>, boolean, List<TableColumn>) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
createOrUpdateSqls(Connection, Table, List<TableColumn>, List<TableColumn>, boolean) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
createOrUpdateSqls(Connection, RdTable, List<ColumnInfo>, boolean, List<TableColumn>) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
createOrUpdateSqls(Connection, Table, List<TableColumn>, List<TableColumn>, boolean) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
createOrUpdateSqls(Connection, RdTable, List<ColumnInfo>, boolean, List<TableColumn>) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
createOrUpdateSqls(Connection, Table, List<TableColumn>, List<TableColumn>, boolean) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
createOrUpdateSqls(Connection, RdTable, List<ColumnInfo>, boolean, List<TableColumn>) - 接口 中的方法com.ursful.framework.orm.support.Options
 
createOrUpdateSqls(Connection, Table, List<TableColumn>, List<TableColumn>, boolean) - 接口 中的方法com.ursful.framework.orm.support.Options
 
createPrimaryKeyValue(Options, SQLHelper, List<String>, List<String>, ColumnInfo, Object, Object) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
createQuery(String...) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
createQuery(Class<?>, String...) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
createQuery(LambdaQuery<T, R>...) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
createQuery(Class<?>, LambdaQuery<T, R>...) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
createQuery(Class<?>, Column...) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
createQuery(Class<?>, Column...) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
createQuery(Class<?>, Columns...) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
createQuery(Column...) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
createQuery(LambdaQuery<T, R>...) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
createQuery(Class<?>, LambdaQuery<T, R>...) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
createQuery(Class<?>, String...) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
createQuery(Class<?>, Column...) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
createQuery(String...) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
createQuery(Column...) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
createQuery(Class<?>, Column...) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
createQuery(Column...) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
createQuery(Class<?>, Columns...) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
cs(String...) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
cs(Column) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
currentDatabaseName() - 接口 中的方法com.ursful.framework.orm.ISQLService
 
currentDatabaseName() - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
currentDatabaseType() - 接口 中的方法com.ursful.framework.orm.ISQLService
 
currentDatabaseType() - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
currentDataSource() - 类 中的方法com.ursful.framework.orm.DynamicDataSource
 

D

databaseType() - 类 中的方法com.ursful.framework.orm.option.DMOptions
 
databaseType() - 类 中的方法com.ursful.framework.orm.option.H2Options
 
databaseType() - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
databaseType() - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
databaseType() - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
databaseType() - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
databaseType() - 接口 中的方法com.ursful.framework.orm.support.Options
 
DatabaseTypeHolder - com.ursful.framework.orm.support中的类
 
DatabaseTypeHolder() - 类 的构造器com.ursful.framework.orm.support.DatabaseTypeHolder
 
dataPermission() - 接口 中的方法com.ursful.framework.orm.IQuery
 
dataPermission - 类 中的变量com.ursful.framework.orm.query.QueryImpl
 
dataPermission() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
DataSourceManager - com.ursful.framework.orm中的类
 
DataSourceManager() - 类 的构造器com.ursful.framework.orm.DataSourceManager
 
DataSourceManager(DataSource) - 类 的构造器com.ursful.framework.orm.DataSourceManager
 
dataSourceManager - 类 中的变量com.ursful.framework.orm.SQLServiceImpl
 
DataType - com.ursful.framework.orm.support中的枚举
 
DebugHolder - com.ursful.framework.orm.support中的类
 
DebugHolder() - 类 的构造器com.ursful.framework.orm.support.DebugHolder
 
decode(Class, ColumnInfo, Object, ResultSet) - 类 中的方法com.ursful.framework.orm.handler.DefaultResultSetHandler
 
decode(Class, ColumnInfo, Object, ResultSet) - 接口 中的方法com.ursful.framework.orm.handler.IResultSetHandler
 
DEFAULT_SENSITIVE - 类 中的静态变量com.ursful.framework.orm.support.Table
 
DefaultIDGenerator - com.ursful.framework.orm.support中的类
 
DefaultIDGenerator() - 类 的构造器com.ursful.framework.orm.support.DefaultIDGenerator
 
DefaultResultSetHandler - com.ursful.framework.orm.handler中的类
 
DefaultResultSetHandler() - 类 的构造器com.ursful.framework.orm.handler.DefaultResultSetHandler
 
delete(Object) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
delete(Object) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
按对象的id删除
delete(Class, Object) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
delete(Object) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
delete(T) - 接口 中的方法com.ursful.framework.orm.listener.IDefaultListener
 
delete(T) - 接口 中的方法com.ursful.framework.orm.listener.IORMListener
 
deleteBy(Class, Options, Expression[]) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
deleteBy(Class, Options, Condition) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
deletes(Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
deletes(Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
deletes(Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
deletes(Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
deletesWithoutListener(Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
deletesWithoutListener(Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
deletesWithoutListener(Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
deletesWithoutListener(Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
deleteWithoutListener(Object) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
deleteWithoutListener(Object) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
deregister(IRealConnection) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
desc() - 类 中的方法com.ursful.framework.orm.support.Column
 
desc(Column) - 类 中的方法com.ursful.framework.orm.support.MultiOrder
 
desc(String) - 类 中的方法com.ursful.framework.orm.support.MultiOrder
 
desc(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.support.MultiOrder
 
DESC - 类 中的静态变量com.ursful.framework.orm.support.Order
 
desc(Column) - 类 中的静态方法com.ursful.framework.orm.support.Order
 
determineCurrentLookupKey() - 类 中的方法com.ursful.framework.orm.DynamicDataSource
 
displayName(String) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
displayNameOrAsName(String, String) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
distinct() - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
distinct() - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
distinct() - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
distinct() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
distinct - 类 中的变量com.ursful.framework.orm.query.QueryImpl
 
DMOptions - com.ursful.framework.orm.option中的类
 
DMOptions() - 类 的构造器com.ursful.framework.orm.option.DMOptions
 
doBegin(Object, TransactionDefinition) - 类 中的方法com.ursful.framework.orm.transaction.MultiTransactionManager
 
doBegin(Object, TransactionDefinition) - 类 中的方法com.ursful.framework.orm.transaction.TransactionManager
 
doCommit(DefaultTransactionStatus) - 类 中的方法com.ursful.framework.orm.transaction.MultiTransactionManager
 
doCommit(DefaultTransactionStatus) - 类 中的方法com.ursful.framework.orm.transaction.TransactionManager
 
doQuery() - 接口 中的方法com.ursful.framework.orm.IQuery
 
doQuery(IQuery) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
doQuery(IQuery, Pageable) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
doQuery(Class<?>, String[], Condition, MultiOrder, Integer, Integer) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
doQuery(IQuery, Pageable) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
doQuery(Class<?>, String[], Condition, MultiOrder, Integer, Integer) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
doQuery(IQuery, Pageable) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
doQuery(Class<?>, String[], Condition, MultiOrder, Integer, Integer) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
doQuery() - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
doQuery() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
doQuery(IQuery) - 接口 中的方法com.ursful.framework.orm.support.Options
 
doQuery(IQuery, Pageable) - 接口 中的方法com.ursful.framework.orm.support.Options
 
doQuery(Class<?>, String[], Condition, MultiOrder, Integer, Integer) - 接口 中的方法com.ursful.framework.orm.support.Options
 
doQueryCount() - 接口 中的方法com.ursful.framework.orm.IQuery
 
doQueryCount(IQuery) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
doQueryCount() - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
doQueryCount() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
doQueryCount(IQuery) - 接口 中的方法com.ursful.framework.orm.support.Options
 
doRollback(DefaultTransactionStatus) - 类 中的方法com.ursful.framework.orm.transaction.MultiTransactionManager
 
doRollback(DefaultTransactionStatus) - 类 中的方法com.ursful.framework.orm.transaction.TransactionManager
 
drop(Table) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
drop(Table) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
dropTable(Table) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
dropTable(Table) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
dropTable(Table) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
dropTable(Table) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
dropTable(Table) - 接口 中的方法com.ursful.framework.orm.support.Options
 
DynamicDataSource - com.ursful.framework.orm中的类
 
DynamicDataSource() - 类 的构造器com.ursful.framework.orm.DynamicDataSource
 

E

elseEnd(Object) - 类 中的方法com.ursful.framework.orm.support.CaseColumn
 
enableCurrentThreadDebug(boolean) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
enableDebug(boolean) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
enableLessDatePlus235959() - 接口 中的方法com.ursful.framework.orm.IQuery
 
enableLessDatePlus235959() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
enableLessEqualDatePlus235959() - 接口 中的方法com.ursful.framework.orm.IQuery
 
enableLessEqualDatePlus235959() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
enableLessOrLessEqualDatePlus235959() - 接口 中的方法com.ursful.framework.orm.IQuery
 
enableLessOrLessEqualDatePlus235959() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
enableLowerCaseSql(boolean) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
enableTrim(boolean) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
endWith(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
endWith(String, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
endWith(LambdaQuery<T, R>, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
equal(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
equal(String, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
equal(LambdaQuery<T, R>, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
equals(Object) - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
equals(Object) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
execute(String, Object...) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
execute(String, Object...) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
execute(Runnable) - 类 中的方法com.ursful.framework.orm.support.Commit
 
execute(Runnable, ICommitHandler) - 类 中的方法com.ursful.framework.orm.support.Commit
 
executeBatch(String, Object[]...) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
executeBatch(String, boolean, boolean, Object[]...) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
executeBatch(String, Object[]...) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
executeBatch(String, boolean, boolean, Object[]...) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
exists(Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
exists(Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
exists(Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
exists(Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
exists(IMultiQuery) - 类 中的方法com.ursful.framework.orm.support.Column
 
Expression - com.ursful.framework.orm.support中的类
 
Expression(ExpressionType, IMultiQuery) - 类 的构造器com.ursful.framework.orm.support.Expression
 
Expression(Column, Column) - 类 的构造器com.ursful.framework.orm.support.Expression
 
Expression(Column, ExpressionType) - 类 的构造器com.ursful.framework.orm.support.Expression
 
Expression(Column, Object, ExpressionType) - 类 的构造器com.ursful.framework.orm.support.Expression
 
Expression(String, Object, ExpressionType) - 类 的构造器com.ursful.framework.orm.support.Expression
 
Expression(LambdaQuery<T, R>, Object, ExpressionType) - 类 的构造器com.ursful.framework.orm.support.Expression
 
Expression(String, String, Object, ExpressionType) - 类 的构造器com.ursful.framework.orm.support.Expression
 
Expression(String, LambdaQuery<T, R>, Object, ExpressionType) - 类 的构造器com.ursful.framework.orm.support.Expression
 
Expression(String, ExpressionType) - 类 的构造器com.ursful.framework.orm.support.Expression
 
Expression(LambdaQuery<T, R>, ExpressionType) - 类 的构造器com.ursful.framework.orm.support.Expression
 
Expression(String, Object) - 类 的构造器com.ursful.framework.orm.support.Expression
 
Expression(LambdaQuery<T, R>, Object) - 类 的构造器com.ursful.framework.orm.support.Expression
 
EXPRESSION_ALL - 类 中的静态变量com.ursful.framework.orm.support.Expression
已过时。
EXPRESSION_AVG - 类 中的静态变量com.ursful.framework.orm.support.Expression
已过时。
EXPRESSION_COUNT - 类 中的静态变量com.ursful.framework.orm.support.Expression
已过时。
EXPRESSION_MAX - 类 中的静态变量com.ursful.framework.orm.support.Expression
已过时。
EXPRESSION_MIN - 类 中的静态变量com.ursful.framework.orm.support.Expression
已过时。
EXPRESSION_SUM - 类 中的静态变量com.ursful.framework.orm.support.Expression
已过时。
ExpressionType - com.ursful.framework.orm.support中的枚举
 

F

field(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
fieldName(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
fieldNames(String...) - 类 中的方法com.ursful.framework.orm.support.Columns
 
format(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
formatValues(Object...) - 类 中的方法com.ursful.framework.orm.support.Column
 
function(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
Function - com.ursful.framework.orm.support中的类
 
Function() - 类 的构造器com.ursful.framework.orm.support.Function
 

G

generatorMap - 类 中的静态变量com.ursful.framework.orm.helper.SQLHelperCreator
 
get(Object) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
get(Object, String...) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
允许获取 id,匹配,唯一等值 有id根据id获取,其他根据列 等值获取
get(Class, Object) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
只允许ID
get(Object) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
get() - 类 中的静态方法com.ursful.framework.orm.support.ChangeHolder
 
get() - 类 中的静态方法com.ursful.framework.orm.support.DatabaseTypeHolder
 
get() - 类 中的静态方法com.ursful.framework.orm.support.DebugHolder
 
getAlias() - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
getAlias() - 类 中的方法com.ursful.framework.orm.support.Column
 
getAlias() - 类 中的方法com.ursful.framework.orm.support.Join
 
getAliasList() - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
getAliasList() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
getAliasTable() - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
getAliasTable() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
getAndValue() - 类 中的方法com.ursful.framework.orm.support.Expression
 
getAsName() - 类 中的方法com.ursful.framework.orm.support.Column
 
getCaseSensitive(String, int) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
getCaseSensitive(String, int) - 类 中的方法com.ursful.framework.orm.option.DMOptions
 
getCaseSensitive(String, int) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
getCaseSensitive(String, int) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
getCaseSensitive(String, int) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
getCaseSensitive(String, int) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
getCaseSensitive(String, int) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
getCaseSensitive(String, int) - 接口 中的方法com.ursful.framework.orm.support.Options
 
getChangedListener() - 类 中的方法com.ursful.framework.orm.support.PreChangeCache
 
getChangedListeners() - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
getChangedListeners() - 接口 中的方法com.ursful.framework.orm.IBaseService
 
getChangeListeners() - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
getChangeListeners() - 接口 中的方法com.ursful.framework.orm.IBaseService
 
getClassName(TableColumn) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
getClassName(TableColumn) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
getClassName(TableColumn) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
getClassName(TableColumn) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
getClassName(TableColumn) - 接口 中的方法com.ursful.framework.orm.support.Options
 
getClazz() - 类 中的方法com.ursful.framework.orm.support.QueryInfo
 
getCoding(Pair) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
getCollate() - 类 中的方法com.ursful.framework.orm.support.Table
 
getColumn(LambdaQuery<T, R>) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
getColumn() - 类 中的方法com.ursful.framework.orm.support.ColumnClass
 
getColumn() - 类 中的方法com.ursful.framework.orm.support.Order
 
getColumn() - 类 中的方法com.ursful.framework.orm.support.Pair
 
getColumn() - 类 中的方法com.ursful.framework.orm.support.QueryInfo
 
getColumn() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
getColumnClass() - 类 中的方法com.ursful.framework.orm.support.ColumnClass
 
getColumnClass() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
getColumnColumnInfo(Class<?>) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getColumnField(Class<?>) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getColumnInfo(LambdaQuery<T, R>) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
getColumnInfo() - 接口 中的方法com.ursful.framework.orm.support.LambdaQuery
 
getColumnInfo(Class<?>) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getColumnInfoId() - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
getColumnList() - 类 中的方法com.ursful.framework.orm.support.Columns
 
getColumnName() - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
getColumnName() - 接口 中的方法com.ursful.framework.orm.support.LambdaQuery
 
getColumns(LambdaQuery<T, R>...) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
getColumns() - 类 中的方法com.ursful.framework.orm.support.QueryInfo
 
getColumns(Class<?>) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getColumnsInfoWhenEmptyValueInNullColumns() - 类 中的方法com.ursful.framework.orm.support.ORMOption
 
getColumnsWhenEmptyValueInNullColumns() - 类 中的方法com.ursful.framework.orm.support.ORMOption
 
getColumnType(ColumnInfo, RdColumn) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
getColumnType(ColumnInfo, RdColumn) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
getColumnType(TableColumn) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
getColumnType(ColumnInfo, RdColumn) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
getColumnType(TableColumn) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
getColumnType(ColumnInfo, RdColumn) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
getColumnType(TableColumn) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
getColumnType(ColumnInfo, RdColumn) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
getColumnType(TableColumn) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
getColumnType() - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
getColumnType(TableColumn) - 接口 中的方法com.ursful.framework.orm.support.Options
 
getColumnType() - 类 中的方法com.ursful.framework.orm.support.Pair
 
getColumnType() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
getColumnType(Class<?>) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getColumnWithOperator(Column) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
getColumnWithOperator(OperatorType, String, String) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
getColumnWithOperator(OperatorType, String, String) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
getColumnWithOperator(OperatorType, String, String) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
getColumnWithOperator(OperatorType, String, String) - 接口 中的方法com.ursful.framework.orm.support.Options
 
getColumnWithOperatorAndFunction(Column) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
getColumnWithOperatorAndFunction(String, boolean, OperatorType, String, String) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
getColumnWithOperatorAndFunction(String, boolean, OperatorType, String, String) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
getColumnWithOperatorAndFunction(String, boolean, OperatorType, String, String) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
getColumnWithOperatorAndFunction(String, boolean, OperatorType, String, String) - 接口 中的方法com.ursful.framework.orm.support.Options
 
getComment() - 类 中的方法com.ursful.framework.orm.support.Table
 
getComment() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
getConditions() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getConditions(Object, List<Condition>, List<Pair>) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
getConditions(Class, Expression[], List<Pair>) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
getConditions() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
getConditions() - 类 中的方法com.ursful.framework.orm.support.CaseColumn
 
getConditions() - 类 中的方法com.ursful.framework.orm.support.Condition
 
getConditions() - 类 中的方法com.ursful.framework.orm.support.Join
 
getConditions(Class, Expression[], List<Pair>) - 接口 中的方法com.ursful.framework.orm.support.Options
 
getConditions(Object, List<Condition>, List<Pair>) - 接口 中的方法com.ursful.framework.orm.support.Options
 
getConnection(Class, Class) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
getConnection() - 接口 中的方法com.ursful.framework.orm.ISQLService
 
getConnection() - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
getConnection(Connection) - 接口 中的方法com.ursful.framework.orm.support.IRealConnection
 
getConnection() - 类 中的方法com.ursful.framework.orm.support.SimpleDataSource
 
getConnection(String, String) - 类 中的方法com.ursful.framework.orm.support.SimpleDataSource
 
getCount() - 异常错误 中的方法com.ursful.framework.orm.exception.ORMBatchException
 
getCurrent() - 类 中的方法com.ursful.framework.orm.support.ORMOption
 
getCurrent() - 类 中的方法com.ursful.framework.orm.support.PreChangeCache
 
getDatabaseDateTime() - 接口 中的方法com.ursful.framework.orm.ISQLService
 
getDatabaseDateTime() - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
getDatabaseNanoTime() - 接口 中的方法com.ursful.framework.orm.ISQLService
 
getDatabaseNanoTime() - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
getDataSource() - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
getDataSource(Class, Class) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
getDataSource() - 类 中的静态方法com.ursful.framework.orm.DynamicDataSource
 
getDataSource() - 接口 中的方法com.ursful.framework.orm.ISQLService
 
getDataSource() - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
getDataSourceManager() - 接口 中的方法com.ursful.framework.orm.ISQLService
 
getDataSourceManager() - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
getDataType(String) - 枚举 中的静态方法com.ursful.framework.orm.support.DataType
 
getDebug() - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getDeclaredExtendFields(Class<?>) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getDeclaredFields(Class<?>) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getDefaultListeners() - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
getDefaultListeners() - 接口 中的方法com.ursful.framework.orm.IBaseService
 
getDefaultValue() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
getElseValue() - 类 中的方法com.ursful.framework.orm.support.CaseColumn
 
getEngine() - 类 中的方法com.ursful.framework.orm.support.Table
 
getError() - 异常错误 中的方法com.ursful.framework.orm.exception.ORMException
 
getExtendFields(Class<?>) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getField() - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
getFieldByColumn(Class<?>, String) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getFieldColumn(Class<?>) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getFieldColumnInfo(Class<?>) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getFieldName() - 类 中的方法com.ursful.framework.orm.support.Column
 
getFields(Class<?>) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getFieldValue(Object, Field) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getFieldValue(Object, ColumnInfo) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getFinalReturnColumns() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getFinalReturnColumns() - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
getFinalReturnColumns() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
getFixedReturnColumns() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getFixedReturnColumns() - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
getFixedReturnColumns() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
getForeignSQL(RdTable, RdColumn, RdForeignKey) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
getFormat() - 类 中的方法com.ursful.framework.orm.support.Column
 
getFunction() - 类 中的方法com.ursful.framework.orm.support.Column
 
getGroupCountSelectColumns() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getGroupCountSelectColumns() - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
getGroupCountSelectColumns() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
getGroups() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getGroups(List<Column>) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
getGroups() - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
getGroups() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
getHavings() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getHavings() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
getId() - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
getIdColumn() - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
getIdField() - 类 中的方法com.ursful.framework.orm.helper.SQLHelper
 
getIdValue() - 类 中的方法com.ursful.framework.orm.helper.SQLHelper
 
getIndex() - 异常错误 中的方法com.ursful.framework.orm.exception.ORMBatchException
 
getJoins() - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
getJoins() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
getKey() - 类 中的方法com.ursful.framework.orm.support.KV
 
getLeft() - 类 中的方法com.ursful.framework.orm.support.Expression
 
getLength() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
getListeners() - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
getListeners() - 接口 中的方法com.ursful.framework.orm.IBaseService
 
getLoginTimeout() - 类 中的方法com.ursful.framework.orm.support.SimpleDataSource
 
getLogWriter() - 类 中的方法com.ursful.framework.orm.support.SimpleDataSource
 
getMetadata() - 类 中的方法com.ursful.framework.orm.support.Pair
 
getName() - 枚举 中的方法com.ursful.framework.orm.exception.ORMError
 
getName() - 类 中的方法com.ursful.framework.orm.support.Column
 
getName() - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
getName() - 类 中的方法com.ursful.framework.orm.support.Pair
 
getName() - 类 中的方法com.ursful.framework.orm.support.Table
 
getObject() - 类 中的方法com.ursful.framework.orm.support.ConditionObject
 
getOffset() - 类 中的方法com.ursful.framework.orm.support.Pageable
 
getOperator() - 枚举 中的方法com.ursful.framework.orm.support.OperatorType
 
getOperatorInFunction() - 类 中的方法com.ursful.framework.orm.support.Column
 
getOptions(String) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
getOptions(Class, Class) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
getOptions() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getOptions() - 接口 中的方法com.ursful.framework.orm.ISQLService
 
getOptions() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
getOptions() - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
getOrder() - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
getOrder() - 类 中的方法com.ursful.framework.orm.support.Order
 
getOrder() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
getOrders() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getOrders(List<Order>, Class<?>) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
getOrders(List<Order>, Map<String, Class>) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
getOrders() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
getOrders() - 类 中的方法com.ursful.framework.orm.support.MultiOrder
 
getOriginal() - 类 中的方法com.ursful.framework.orm.support.ORMOption
 
getOriginal() - 类 中的方法com.ursful.framework.orm.support.PreChangeCache
 
getOrmOption() - 类 中的方法com.ursful.framework.orm.support.PreChangeCache
 
getOrmType() - 类 中的方法com.ursful.framework.orm.support.PreChangeCache
 
getPage() - 类 中的方法com.ursful.framework.orm.support.Pageable
 
getPageable() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getPageable() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
getPair() - 类 中的方法com.ursful.framework.orm.helper.SQLHelper
 
getPairs() - 类 中的方法com.ursful.framework.orm.support.SQLPair
 
getParameters() - 类 中的方法com.ursful.framework.orm.helper.SQLHelper
 
getParentLogger() - 类 中的方法com.ursful.framework.orm.support.SimpleDataSource
 
getPrecision() - 类 中的方法com.ursful.framework.orm.support.ColumnClass
 
getPrecision() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
getPrimaryKey() - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
getProductName(DataSource) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
getProductName(Class, Class) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
getProductName(DataSource, Connection) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
getQuery() - 类 中的方法com.ursful.framework.orm.support.Column
 
getQueryConvert() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getQueryConvert() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
getQueryListeners() - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
getQueryListeners() - 接口 中的方法com.ursful.framework.orm.IBaseService
 
getRawDataSource(DataSource) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
getRdTable(Class) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getRealConnection() - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
getReplace(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
getResultSetHandler() - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
getReturnClass() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getReturnClass() - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
getReturnClass() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
getReturnColumns() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getReturnColumns() - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
getReturnColumns() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
getRows() - 类 中的方法com.ursful.framework.orm.support.Pageable
 
getRunningMode() - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getScale() - 类 中的方法com.ursful.framework.orm.support.ColumnClass
 
getScale() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
getSensitive() - 类 中的方法com.ursful.framework.orm.support.Table
 
getSequence() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
getSize() - 类 中的方法com.ursful.framework.orm.support.Pageable
 
getSql() - 类 中的方法com.ursful.framework.orm.helper.SQLHelper
 
getSql() - 类 中的方法com.ursful.framework.orm.support.QueryInfo
 
getSql() - 类 中的方法com.ursful.framework.orm.support.SQLPair
 
getTable() - 接口 中的方法com.ursful.framework.orm.IQuery
 
getTable() - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
getTable() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
getTable() - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
getTable() - 类 中的方法com.ursful.framework.orm.support.ColumnClass
 
getTable() - 类 中的方法com.ursful.framework.orm.support.Join
 
getTable() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
getTableName(Class<?>) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
getTableName(RdTable) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
getTableName(Class<?>) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
getTableName(RdTable) - 接口 中的方法com.ursful.framework.orm.support.Options
 
getTableName(Class) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
getTotal() - 类 中的方法com.ursful.framework.orm.support.Pageable
 
getType() - 类 中的方法com.ursful.framework.orm.support.Column
 
getType() - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
getType() - 类 中的方法com.ursful.framework.orm.support.ConditionObject
 
getType() - 类 中的方法com.ursful.framework.orm.support.Expression
 
getType(String) - 枚举 中的静态方法com.ursful.framework.orm.support.ExpressionType
 
getType() - 类 中的方法com.ursful.framework.orm.support.Join
 
getType() - 类 中的方法com.ursful.framework.orm.support.Pair
 
getType() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
getTypes() - 枚举 中的方法com.ursful.framework.orm.support.DataType
 
getUniqueSQL(RdTable, RdColumn, RdUniqueKey) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
getUpdateNullColumns() - 类 中的方法com.ursful.framework.orm.support.ORMOption
 
getValue() - 类 中的方法com.ursful.framework.orm.support.Column
 
getValue() - 类 中的方法com.ursful.framework.orm.support.Expression
 
getValue() - 类 中的方法com.ursful.framework.orm.support.KV
 
getValue() - 类 中的方法com.ursful.framework.orm.support.Pair
 
getValueHandle(Object, ColumnInfo, Object) - 接口 中的方法com.ursful.framework.orm.handler.IColumnConvert
 
getValues() - 类 中的方法com.ursful.framework.orm.support.QueryInfo
 
group(String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
group(LambdaQuery<T, R>) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
group(Column...) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
group(Columns...) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
group(String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
group(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
group(Column...) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
group(Columns...) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
groupCountSelect(IQuery) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
groupCountSelectColumn(String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
groupCountSelectColumn(LambdaQuery<T, R>) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
groupCountSelectColumn(Column...) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
groupCountSelectColumn(String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
groupCountSelectColumn(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
groupCountSelectColumn(Column...) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
groups(IQuery, String) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 

H

H2Options - com.ursful.framework.orm.option中的类
 
H2Options() - 类 的构造器com.ursful.framework.orm.option.H2Options
 
handle(Object, ColumnInfo, Object, ResultSet) - 类 中的方法com.ursful.framework.orm.handler.DefaultResultSetHandler
 
handle(Object, ColumnInfo, Object, ResultSet) - 接口 中的方法com.ursful.framework.orm.handler.IResultSetHandler
 
handle(Class, IQuery) - 接口 中的方法com.ursful.framework.orm.listener.IQueryListener
 
handle(Exception) - 接口 中的方法com.ursful.framework.orm.support.ICommitHandler
 
hashCode() - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
hashCode() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
having(String, Object, ExpressionType) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
having(LambdaQuery<T, R>, Object, ExpressionType) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
having(Condition) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
having(Column, Object, ExpressionType) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
having(Column, Column) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
having(Condition) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
having(Expression) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
having(String, Object, ExpressionType) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
having(LambdaQuery<T, R>, Object, ExpressionType) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
having(Condition) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
having(Column, Object, ExpressionType) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
having(Column, Column) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
having(Condition) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
having(Expression) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
havings(IQuery, List<Pair>, String) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
havings - 类 中的变量com.ursful.framework.orm.query.QueryImpl
 

I

IBaseQuery - com.ursful.framework.orm中的接口
 
IBaseService<T> - com.ursful.framework.orm中的接口
 
IChangedListener<T> - com.ursful.framework.orm.listener中的接口
 
IChangeListener<T> - com.ursful.framework.orm.listener中的接口
 
IColumnConvert - com.ursful.framework.orm.handler中的接口
 
ICommitHandler - com.ursful.framework.orm.support中的接口
 
id() - 接口 中的方法com.ursful.framework.orm.IQuery
 
id() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
IDefaultListener<T> - com.ursful.framework.orm.listener中的接口
 
IDGenerator - com.ursful.framework.orm.support中的接口
 
IMultiQuery - com.ursful.framework.orm中的接口
 
in(Collection) - 类 中的方法com.ursful.framework.orm.support.Column
 
in(String, Collection) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
in(LambdaQuery<T, R>, Collection) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
insert(Object, Options) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
insert(T) - 接口 中的方法com.ursful.framework.orm.listener.IDefaultListener
 
insert(T) - 接口 中的方法com.ursful.framework.orm.listener.IORMListener
 
inserts(List<S>, Options) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
IObjectService - com.ursful.framework.orm.object中的接口
 
IORMListener<T> - com.ursful.framework.orm.listener中的接口
 
IQuery - com.ursful.framework.orm中的接口
 
IQueryConvert - com.ursful.framework.orm.handler中的接口
 
IQueryListener<T> - com.ursful.framework.orm.listener中的接口
 
IRealConnection - com.ursful.framework.orm.support中的接口
 
IResultSetHandler - com.ursful.framework.orm.handler中的接口
 
isAutoIncrement() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
isDistinct() - 接口 中的方法com.ursful.framework.orm.IQuery
 
isDistinct() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
isDistinct() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
isDropped() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
isEmpty() - 类 中的方法com.ursful.framework.orm.support.Column
 
isEmpty(String) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
isEmpty(LambdaQuery<T, R>) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
isEmpty(Object) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
IServiceChangedListener<T> - com.ursful.framework.orm.listener中的接口
 
isLessDatePlus235959() - 接口 中的方法com.ursful.framework.orm.IQuery
 
isLessDatePlus235959() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
isLessEqualDatePlus235959() - 接口 中的方法com.ursful.framework.orm.IQuery
 
isLessEqualDatePlus235959() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
isLowerCaseSql() - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
isNotEmpty() - 类 中的方法com.ursful.framework.orm.support.Column
 
isNotEmpty(String) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
isNotEmpty(LambdaQuery<T, R>) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
isNotNull() - 类 中的方法com.ursful.framework.orm.support.Column
 
isNotNull(String) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
isNotNull(LambdaQuery<T, R>) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
isNull() - 类 中的方法com.ursful.framework.orm.support.Column
 
isNull(String) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
isNull(LambdaQuery<T, R>) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
isNullable() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
isPrimaryKey() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
ISQLScript - com.ursful.framework.orm中的接口
 
ISQLService - com.ursful.framework.orm中的接口
 
isTheSameClass(Class<?>, Class<?>) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
isTrim() - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
isUpdateNull() - 类 中的方法com.ursful.framework.orm.support.ORMOption
 
isUpperOrLowerCase(String) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
isWrapperFor(Class<?>) - 类 中的方法com.ursful.framework.orm.support.SimpleDataSource
 

J

join(IQuery) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
join(Class<?>) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
join(IQuery, String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
join(Class<?>, String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
join(Join) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
join(AliasTable, Column, Column) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
join(AliasTable, JoinType, Column, Column) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
join(IQuery) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
join(IQuery, String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
join(Class<?>, String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
join(Class<?>) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
join(Join) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
join(AliasTable, Column, Column) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
join(AliasTable, JoinType, Column, Column) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
Join - com.ursful.framework.orm.support中的类
 
Join(AliasTable) - 类 的构造器com.ursful.framework.orm.support.Join
 
Join(AliasTable, JoinType) - 类 的构造器com.ursful.framework.orm.support.Join
 
join(String[], String) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
join(List<String>, String) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
joins(IMultiQuery, List<Pair>) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
JoinType - com.ursful.framework.orm.support中的枚举
 

K

keyword() - 类 中的方法com.ursful.framework.orm.option.DMOptions
 
keyword() - 类 中的方法com.ursful.framework.orm.option.H2Options
 
keyword() - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
keyword() - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
keyword() - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
keyword() - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
keyword() - 接口 中的方法com.ursful.framework.orm.support.Options
 
KV - com.ursful.framework.orm.support中的类
 
KV() - 类 的构造器com.ursful.framework.orm.support.KV
 
KV(String, Object) - 类 的构造器com.ursful.framework.orm.support.KV
 

L

lambdaCreate(LambdaQuery<T, R>...) - 类 中的静态方法com.ursful.framework.orm.support.Names
 
lambdaCs(LambdaQuery<T, R>...) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
LambdaQuery<T,R> - com.ursful.framework.orm.support中的接口
 
lambdaQueryNames(LambdaQuery<T, R>...) - 类 中的方法com.ursful.framework.orm.support.Columns
 
less(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
less(String, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
less(LambdaQuery<T, R>, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
lessDatePlus - 类 中的变量com.ursful.framework.orm.query.QueryImpl
 
lessEqual(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
lessEqual(String, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
lessEqual(LambdaQuery<T, R>, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
lessEqualDatePlus - 类 中的变量com.ursful.framework.orm.query.QueryImpl
 
like(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
like(String, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
like(LambdaQuery<T, R>, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
list() - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
list(int, int) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
list(Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
list(Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
list(Condition, MultiOrder) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
list(Condition, MultiOrder, Integer) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
list(Names, Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
list(Names, Condition, MultiOrder) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
list(Names, Condition, MultiOrder, Integer) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
list() - 接口 中的方法com.ursful.framework.orm.IBaseService
 
list(int, int) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
list(Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
list(Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
list(Condition, MultiOrder) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
list(Condition, MultiOrder, Integer) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
list(Names, Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
list(Names, Condition, MultiOrder) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
list(Names, Condition, MultiOrder, Integer) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
listNames(String...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
listNames(String...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
LOWER_CASE_SENSITIVE - 类 中的静态变量com.ursful.framework.orm.support.Table
 

M

max() - 类 中的方法com.ursful.framework.orm.support.Column
 
MAX - 类 中的静态变量com.ursful.framework.orm.support.Function
 
min() - 类 中的方法com.ursful.framework.orm.support.Column
 
MIN - 类 中的静态变量com.ursful.framework.orm.support.Function
 
more(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
more(String, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
more(LambdaQuery<T, R>, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
moreEqual(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
moreEqual(String, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
moreEqual(LambdaQuery<T, R>, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
MultiOrder - com.ursful.framework.orm.support中的类
 
MultiOrder() - 类 的构造器com.ursful.framework.orm.support.MultiOrder
 
MultiOrder(Column, String) - 类 的构造器com.ursful.framework.orm.support.MultiOrder
 
MultiQueryImpl - com.ursful.framework.orm.query中的类
 
MultiQueryImpl() - 类 的构造器com.ursful.framework.orm.query.MultiQueryImpl
 
MultiQueryImpl(IMultiQuery) - 类 的构造器com.ursful.framework.orm.query.MultiQueryImpl
 
MultiTransactionManager - com.ursful.framework.orm.transaction中的类
 
MultiTransactionManager() - 类 的构造器com.ursful.framework.orm.transaction.MultiTransactionManager
 
MySQLOptions - com.ursful.framework.orm.option中的类
 
MySQLOptions() - 类 的构造器com.ursful.framework.orm.option.MySQLOptions
 

N

name(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
name(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.support.Column
 
name(String) - 类 中的方法com.ursful.framework.orm.support.Names
 
name(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.support.Names
 
names(String...) - 类 中的方法com.ursful.framework.orm.support.Columns
 
Names - com.ursful.framework.orm.support中的类
 
Names(String...) - 类 的构造器com.ursful.framework.orm.support.Names
 
names() - 类 中的方法com.ursful.framework.orm.support.Names
 
nanoTimeSQL() - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
nanoTimeSQL() - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
nanoTimeSQL() - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
nanoTimeSQL() - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
nanoTimeSQL() - 接口 中的方法com.ursful.framework.orm.support.Options
 
newBaseQuery() - 接口 中的静态方法com.ursful.framework.orm.IBaseQuery
 
newClass(Class, ResultSet, IResultSetHandler) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
newClass(Class, ResultSet, IQueryConvert, IResultSetHandler) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
newList(T...) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
newMultiQuery() - 接口 中的静态方法com.ursful.framework.orm.IMultiQuery
 
next(Object, Class<?>, Object) - 类 中的方法com.ursful.framework.orm.support.DefaultIDGenerator
 
next(Object, Class<?>, Object) - 接口 中的方法com.ursful.framework.orm.support.IDGenerator
 
notEndWith(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
notEndWith(String, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
notEndWith(LambdaQuery<T, R>, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
notEqual(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
notEqual(String, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
notEqual(LambdaQuery<T, R>, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
notExists(IMultiQuery) - 类 中的方法com.ursful.framework.orm.support.Column
 
notIn(Collection) - 类 中的方法com.ursful.framework.orm.support.Column
 
notIn(String, Collection) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
notIn(LambdaQuery<T, R>, Collection) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
notLike(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
notLike(String, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
notLike(LambdaQuery<T, R>, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
notStartWith(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
notStartWith(String, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
notStartWith(LambdaQuery<T, R>, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 

O

ObjectServiceImpl - com.ursful.framework.orm.object中的类
 
ObjectServiceImpl() - 类 的构造器com.ursful.framework.orm.object.ObjectServiceImpl
 
offset - 类 中的变量com.ursful.framework.orm.support.Pageable
 
on(Column, Object, ExpressionType) - 类 中的方法com.ursful.framework.orm.support.Join
 
on(String, Object, ExpressionType) - 类 中的方法com.ursful.framework.orm.support.Join
 
on(LambdaQuery<T, R>, Object, ExpressionType) - 类 中的方法com.ursful.framework.orm.support.Join
 
on(String, Column) - 类 中的方法com.ursful.framework.orm.support.Join
 
on(LambdaQuery<T, R>, Column) - 类 中的方法com.ursful.framework.orm.support.Join
 
on(Column, Column) - 类 中的方法com.ursful.framework.orm.support.Join
 
on(Condition) - 类 中的方法com.ursful.framework.orm.support.Join
 
operator(OperatorType) - 类 中的方法com.ursful.framework.orm.support.Column
 
operatorInFunction(Boolean) - 类 中的方法com.ursful.framework.orm.support.Column
 
OperatorType - com.ursful.framework.orm.support中的枚举
 
options - 类 中的变量com.ursful.framework.orm.query.QueryImpl
 
Options - com.ursful.framework.orm.support中的接口
 
or(Expression...) - 类 中的方法com.ursful.framework.orm.support.Condition
 
or(Condition) - 类 中的方法com.ursful.framework.orm.support.Condition
 
or(SQLPair) - 类 中的方法com.ursful.framework.orm.support.Condition
 
OracleOptions - com.ursful.framework.orm.option中的类
 
OracleOptions() - 类 的构造器com.ursful.framework.orm.option.OracleOptions
 
oracleStr2Clob(String, Clob) - 类 中的静态方法com.ursful.framework.orm.option.OracleOptions
 
orAnd(Expression...) - 类 中的方法com.ursful.framework.orm.support.Condition
 
order(Order) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
order(Order) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
order(Order) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
order(Order) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
Order - com.ursful.framework.orm.support中的类
 
Order(Column, String) - 类 的构造器com.ursful.framework.orm.support.Order
 
Order(String, String) - 类 的构造器com.ursful.framework.orm.support.Order
 
Order(LambdaQuery<T, R>, String) - 类 的构造器com.ursful.framework.orm.support.Order
 
orderAsc(String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
orderAsc(LambdaQuery<T, R>) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
orderAsc(Column) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
orderAsc(String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
orderAsc(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
orderAsc(Column) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
orderDesc(String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
orderDesc(LambdaQuery<T, R>) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
orderDesc(Column) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
orderDesc(String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
orderDesc(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
orderDesc(Column) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
orders(List<Order>) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
orders(List<Order>) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
orders(IQuery, String, Map<String, String>) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
orders(List<Order>) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
orders(List<Order>) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
orders - 类 中的变量com.ursful.framework.orm.query.QueryImpl
 
ORMBatchException - com.ursful.framework.orm.exception中的异常错误
项目名称: object-sql 描述: Table 创建时间:2020/3/13 10:02 公司信息:objectsql
ORMBatchException(Exception) - 异常错误 的构造器com.ursful.framework.orm.exception.ORMBatchException
 
ORMBatchException(Exception, Integer, Integer) - 异常错误 的构造器com.ursful.framework.orm.exception.ORMBatchException
 
ORMError - com.ursful.framework.orm.exception中的枚举
项目名称: object-sql 描述: Error 创建时间:2020/3/19 13:42 公司信息:objectsql
ORMException - com.ursful.framework.orm.exception中的异常错误
项目名称: object-sql 描述: Table 创建时间:2020/3/13 10:02 公司信息:objectsql
ORMException(ORMError, String...) - 异常错误 的构造器com.ursful.framework.orm.exception.ORMException
 
ORMOption - com.ursful.framework.orm.support中的类
 
ORMOption() - 类 的构造器com.ursful.framework.orm.support.ORMOption
 
ORMOption(boolean, String[], Object, Object) - 类 的构造器com.ursful.framework.orm.support.ORMOption
 
ORMType - com.ursful.framework.orm.support中的枚举
 
ORMUtils - com.ursful.framework.orm.utils中的类
 
ORMUtils() - 类 的构造器com.ursful.framework.orm.utils.ORMUtils
 
orOr(Expression...) - 类 中的方法com.ursful.framework.orm.support.Condition
 

P

page - 类 中的变量com.ursful.framework.orm.support.Pageable
 
Pageable<S> - com.ursful.framework.orm.support中的类
 
Pageable() - 类 的构造器com.ursful.framework.orm.support.Pageable
 
Pageable(Integer, Integer) - 类 的构造器com.ursful.framework.orm.support.Pageable
 
pair - 类 中的变量com.ursful.framework.orm.helper.SQLHelper
 
Pair - com.ursful.framework.orm.support中的类
 
Pair(ColumnInfo, Object) - 类 的构造器com.ursful.framework.orm.support.Pair
 
Pair(String, Object) - 类 的构造器com.ursful.framework.orm.support.Pair
 
Pair(Object) - 类 的构造器com.ursful.framework.orm.support.Pair
 
Pair(Object, ColumnType) - 类 的构造器com.ursful.framework.orm.support.Pair
 
parentQuery() - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
parentQuery() - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
parseCaseColumnValue(Object) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
parseColumn(Column) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
parseColumn(Options, Column) - 类 中的静态方法com.ursful.framework.orm.option.AbstractOptions
 
parseColumn(Column) - 接口 中的方法com.ursful.framework.orm.support.Options
 
parseConditions(Condition) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
parseExpression(Class, Map<String, Object>, Expression) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
parseExpression(Object, Expression) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
parseExpression(Class, Map<String, Object>, Expression) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
parseExpression(Object, Expression) - 接口 中的方法com.ursful.framework.orm.support.Options
 
parseMap(ResultSetMetaData, int, Object, ResultSet) - 类 中的方法com.ursful.framework.orm.handler.DefaultResultSetHandler
 
parseMap(ResultSetMetaData, int, Object, ResultSet) - 接口 中的方法com.ursful.framework.orm.handler.IResultSetHandler
 
plusDate235959(Date) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
PostgreSQLOptions - com.ursful.framework.orm.option中的类
 
PostgreSQLOptions() - 类 的构造器com.ursful.framework.orm.option.PostgreSQLOptions
 
PreChangeCache - com.ursful.framework.orm.support中的类
 
PreChangeCache() - 类 的构造器com.ursful.framework.orm.support.PreChangeCache
 
PreChangeCache(IServiceChangedListener, ORMType, ORMOption) - 类 的构造器com.ursful.framework.orm.support.PreChangeCache
 
preSetParameter(PreparedStatement, Connection, String, int, Pair) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
preSetParameter(PreparedStatement, Connection, String, int, Pair) - 类 中的方法com.ursful.framework.orm.option.DMOptions
 
preSetParameter(PreparedStatement, Connection, String, int, Pair) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
preSetParameter(PreparedStatement, Connection, String, int, Pair) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
preSetParameter(PreparedStatement, Connection, String, int, Pair) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
preSetParameter(PreparedStatement, Connection, String, int, Pair) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
process(ResultSet) - 接口 中的方法com.ursful.framework.orm.handler.ResultSetFunction
 

Q

query(IQuery) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
query(IQuery, int) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
query(IQuery, int, int) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
query(Options, Class<?>, Expression[]) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
query(IQuery) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
query(IQuery, int) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
query(IQuery, int, int) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
query(String, Object[], ResultSetFunction) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
query(String, Object[], ResultSetFunction) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
queryCount(IQuery) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
queryCount(Options, Class<?>, Condition) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
queryCount(IQuery) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
queryCount(String, Object...) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
queryCount(String, Object...) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
queryCountExpress(Options, Class<?>, Expression...) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
QueryImpl - com.ursful.framework.orm.query中的类
 
QueryImpl() - 类 的构造器com.ursful.framework.orm.query.QueryImpl
 
QueryInfo - com.ursful.framework.orm.support中的类
 
QueryInfo() - 类 的构造器com.ursful.framework.orm.support.QueryInfo
 
queryMap(String, Object...) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
queryMap(String, Object...) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
queryMapList(String, Object...) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
queryMapList(String, Object...) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
queryObject(Class<T>, String, Object...) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
queryObject(Class<T>, String, Object...) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
queryObjectList(Class<T>, String, Object...) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
queryObjectList(Class<T>, String, Object...) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
queryPage(IQuery, Pageable) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
queryPage(IQuery, Pageable) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
queryResult(String, Object...) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
queryResult(String, Object...) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
QueryUtils - com.ursful.framework.orm.query中的类
 
QueryUtils() - 类 的构造器com.ursful.framework.orm.query.QueryUtils
 
queryValueHandle(Object, ColumnInfo, Object) - 接口 中的方法com.ursful.framework.orm.handler.IQueryConvert
 
queryValueHandle(Object, Class) - 接口 中的方法com.ursful.framework.orm.handler.IQueryConvert
 
queryValueHandleMap(Map<String, Object>, Object, Class) - 接口 中的方法com.ursful.framework.orm.handler.IQueryConvert
 

R

RdColumn - com.ursful.framework.orm.annotation中的注释类型
 
RdConvert - com.ursful.framework.orm.annotation中的注释类型
 
RdFieldName - com.ursful.framework.orm.annotation中的注释类型
 
RdForeignKey - com.ursful.framework.orm.annotation中的注释类型
 
RdId - com.ursful.framework.orm.annotation中的注释类型
 
RdMultiColumn - com.ursful.framework.orm.annotation中的注释类型
 
RdObject - com.ursful.framework.orm.annotation中的注释类型
 
RdRelated - com.ursful.framework.orm.annotation中的注释类型
 
RdSort - com.ursful.framework.orm.annotation中的注释类型
 
RdSortOption - com.ursful.framework.orm.annotation中的注释类型
 
RdTable - com.ursful.framework.orm.annotation中的注释类型
 
RdUniqueKey - com.ursful.framework.orm.annotation中的注释类型
 
register(IRealConnection) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
register(Class, DataSource) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
register(String, DataSource) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
registerOptions(Options) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
remove() - 类 中的静态方法com.ursful.framework.orm.support.ChangeHolder
 
remove() - 类 中的静态方法com.ursful.framework.orm.support.DatabaseTypeHolder
 
remove() - 类 中的静态方法com.ursful.framework.orm.support.DebugHolder
 
removeChangedListener(IChangedListener) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
removeChangedListener(IChangedListener) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
removeChangeListener(IChangeListener) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
removeChangeListener(IChangeListener) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
removeDefaultListener(IDefaultListener) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
removeDefaultListener(IDefaultListener) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
removeORMListener(IORMListener) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
removeORMListener(IORMListener) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
removeQueryListener(IQueryListener) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
removeQueryListener(IQueryListener) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
RESTRICT_CASE_SENSITIVE - 类 中的静态变量com.ursful.framework.orm.support.Table
 
ResultSetFunction - com.ursful.framework.orm.handler中的接口
 
resultSetHandler - 类 中的变量com.ursful.framework.orm.SQLServiceImpl
 
rows - 类 中的变量com.ursful.framework.orm.support.Pageable
 

S

save(T) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
save(T) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
saveWithoutListener(T) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
saveWithoutListener(T) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
ScriptType - com.ursful.framework.orm.support中的枚举
 
selectColumns(IQuery, String, Map<String, String>, List<Pair>) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
selectCount() - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
serialVersionUID - 接口 中的静态变量com.ursful.framework.orm.support.LambdaQuery
 
serviceClass - 类 中的变量com.ursful.framework.orm.SQLServiceImpl
 
set(String) - 类 中的静态方法com.ursful.framework.orm.support.ChangeHolder
 
set(String) - 类 中的静态方法com.ursful.framework.orm.support.DatabaseTypeHolder
 
set(String) - 类 中的静态方法com.ursful.framework.orm.support.DebugHolder
 
setAlias(String) - 类 中的方法com.ursful.framework.orm.support.AliasTable
 
setAlias(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
setAndValue(Object) - 类 中的方法com.ursful.framework.orm.support.Expression
 
setAsName(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
setAutoIncrement(boolean) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setBeanFactory(BeanFactory) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
setChangedListener(IServiceChangedListener) - 类 中的方法com.ursful.framework.orm.support.PreChangeCache
 
setChangedListeners(List<IChangedListener>) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
setChangedListeners(List<IChangedListener>) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
setChangeListeners(List<IChangeListener>) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
setChangeListeners(List<IChangeListener>) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
setClazz(Class<?>) - 类 中的方法com.ursful.framework.orm.support.QueryInfo
 
setCollate(String) - 类 中的方法com.ursful.framework.orm.support.Table
 
setColumn(String) - 类 中的方法com.ursful.framework.orm.support.ColumnClass
 
setColumn(Column) - 类 中的方法com.ursful.framework.orm.support.Order
 
setColumn(String) - 类 中的方法com.ursful.framework.orm.support.Pair
 
setColumn(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.support.Pair
 
setColumn(Column) - 类 中的方法com.ursful.framework.orm.support.QueryInfo
 
setColumn(String) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setColumnAlias(Column, String) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
setColumnClass(String) - 类 中的方法com.ursful.framework.orm.support.ColumnClass
 
setColumnClass(String) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setColumnName(String) - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
setColumns(List<Column>) - 类 中的方法com.ursful.framework.orm.support.QueryInfo
 
setColumnsAlias(List<Column>, String) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
setColumnType(ColumnType) - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
setColumnType(ColumnType) - 类 中的方法com.ursful.framework.orm.support.Pair
 
setColumnType(ColumnType) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setComment(String) - 类 中的方法com.ursful.framework.orm.support.Table
 
setComment(String) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setConditionAlias(Condition, String) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
setConditions(Map<Condition, Object>) - 类 中的方法com.ursful.framework.orm.support.CaseColumn
 
setConditions(List<ConditionObject>) - 类 中的方法com.ursful.framework.orm.support.Condition
 
setConditions(List<Condition>) - 类 中的方法com.ursful.framework.orm.support.Join
 
setConditionsAlias(List<Condition>, String) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
setCount(Integer) - 异常错误 中的方法com.ursful.framework.orm.exception.ORMBatchException
 
setCurrent(Object) - 类 中的方法com.ursful.framework.orm.support.ORMOption
 
setDataPermission(boolean) - 接口 中的方法com.ursful.framework.orm.IQuery
 
setDataPermission(boolean) - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
setDataSource(DataSource) - 类 中的方法com.ursful.framework.orm.DataSourceManager
 
setDataSource(String) - 类 中的静态方法com.ursful.framework.orm.DynamicDataSource
 
setDataSourceManager(DataSourceManager) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
setDataSourceManager(DataSourceManager) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
setDataSourceManager(DataSourceManager) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
setDefaultListeners(List<IDefaultListener>) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
setDefaultListeners(List<IDefaultListener>) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
setDefaultValue(String) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setDropped(boolean) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setElseValue(Object) - 类 中的方法com.ursful.framework.orm.support.CaseColumn
 
setEngine(String) - 类 中的方法com.ursful.framework.orm.support.Table
 
setExpressionAlias(Expression, String) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
setExpressionsAlias(Expression[], String) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
setField(Field) - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
setFieldName(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
setFieldNullValue(Object, Field) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
setFieldValue(Object, ColumnInfo, Object) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
setFieldValue(Object, Field, Object) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
setFormat(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
setFunction(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
setId(Object, Object) - 类 中的方法com.ursful.framework.orm.helper.SQLHelper
 
setId(String) - 接口 中的方法com.ursful.framework.orm.IQuery
 
setId(String) - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
setIdField(Field) - 类 中的方法com.ursful.framework.orm.helper.SQLHelper
 
setIdValue(Object) - 类 中的方法com.ursful.framework.orm.helper.SQLHelper
 
setIndex(Integer) - 异常错误 中的方法com.ursful.framework.orm.exception.ORMBatchException
 
setIsPrimaryKey(boolean) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setKey(String) - 类 中的方法com.ursful.framework.orm.support.KV
 
setLeft(Column) - 类 中的方法com.ursful.framework.orm.support.Expression
set
setLength(Long) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setListeners(List<IORMListener>) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
setListeners(List<IORMListener>) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
setLoginTimeout(int) - 类 中的方法com.ursful.framework.orm.support.SimpleDataSource
 
setLogWriter(PrintWriter) - 类 中的方法com.ursful.framework.orm.support.SimpleDataSource
 
setMetadata(Map<String, Object>) - 类 中的方法com.ursful.framework.orm.support.Pair
 
setMultiOrderAlias(MultiOrder, String) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
setName(String) - 类 中的方法com.ursful.framework.orm.support.Column
 
setName(String) - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
setName(String) - 类 中的方法com.ursful.framework.orm.support.Pair
 
setName(String) - 类 中的方法com.ursful.framework.orm.support.Table
 
setNullable(boolean) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setObject(Object) - 类 中的方法com.ursful.framework.orm.support.ConditionObject
 
setOffset(Integer) - 类 中的方法com.ursful.framework.orm.support.Pageable
 
setOperatorInFunction(Boolean) - 类 中的方法com.ursful.framework.orm.support.Column
 
setOptions(Options) - 接口 中的方法com.ursful.framework.orm.IQuery
 
setOptions(Options) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
setOptions(Options) - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
setOrder(int) - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
setOrder(String) - 类 中的方法com.ursful.framework.orm.support.Order
 
setOrder(Integer) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setOrders(List<Order>) - 类 中的方法com.ursful.framework.orm.support.MultiOrder
 
setOrdersAlias(List<Order>, String) - 类 中的静态方法com.ursful.framework.orm.query.QueryUtils
 
setOriginal(Object) - 类 中的方法com.ursful.framework.orm.support.ORMOption
 
setOrmOption(ORMOption) - 类 中的方法com.ursful.framework.orm.support.PreChangeCache
 
setOrmType(ORMType) - 类 中的方法com.ursful.framework.orm.support.PreChangeCache
 
setPage(Integer) - 类 中的方法com.ursful.framework.orm.support.Pageable
 
setPageable(Pageable) - 接口 中的方法com.ursful.framework.orm.IQuery
 
setPageable(Pageable) - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
setPair(Pair) - 类 中的方法com.ursful.framework.orm.helper.SQLHelper
 
setPairs(List<Pair>) - 类 中的方法com.ursful.framework.orm.support.SQLPair
 
setParameter(Options, PreparedStatement, List<Pair>, Connection) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
setParameter(PreparedStatement, Connection, String, int, Pair) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
setParameter(PreparedStatement, Connection, String, int, Pair) - 接口 中的方法com.ursful.framework.orm.support.Options
 
setParameters(List<Pair>) - 类 中的方法com.ursful.framework.orm.helper.SQLHelper
 
setPrecision(Integer) - 类 中的方法com.ursful.framework.orm.support.ColumnClass
 
setPrecision(Integer) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setPrimaryKey(Boolean) - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
setQuery(IQuery) - 类 中的方法com.ursful.framework.orm.support.Column
 
setQueryConvert(IQueryConvert) - 接口 中的方法com.ursful.framework.orm.IQuery
 
setQueryConvert(IQueryConvert) - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
setQueryListeners(List<IQueryListener>) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
setQueryListeners(List<IQueryListener>) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
setResultSetHandler(IResultSetHandler) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
setRows(List<? extends Object>) - 类 中的方法com.ursful.framework.orm.support.Pageable
 
setRunningMode(int) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
setScale(Integer) - 类 中的方法com.ursful.framework.orm.support.ColumnClass
 
setScale(Integer) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setSensitive(int) - 类 中的方法com.ursful.framework.orm.support.Table
 
setSequence(String) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setSize(Integer) - 类 中的方法com.ursful.framework.orm.support.Pageable
 
setSql(String) - 类 中的方法com.ursful.framework.orm.helper.SQLHelper
 
setSql(String) - 类 中的方法com.ursful.framework.orm.support.QueryInfo
 
setSql(String) - 类 中的方法com.ursful.framework.orm.support.SQLPair
 
setTable(String) - 类 中的方法com.ursful.framework.orm.support.ColumnClass
 
setTable(String) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setTextTransformType(TextTransformType) - 接口 中的方法com.ursful.framework.orm.IQuery
 
setTextTransformType(TextTransformType) - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
setTotal(Integer) - 类 中的方法com.ursful.framework.orm.support.Pageable
 
setType(OperatorType) - 类 中的方法com.ursful.framework.orm.support.Column
 
setType(String) - 类 中的方法com.ursful.framework.orm.support.ColumnInfo
 
setType(ConditionType) - 类 中的方法com.ursful.framework.orm.support.ConditionObject
 
setType(ExpressionType) - 类 中的方法com.ursful.framework.orm.support.Expression
 
setType(JoinType) - 类 中的方法com.ursful.framework.orm.support.Join
 
setType(String) - 类 中的方法com.ursful.framework.orm.support.Pair
 
setType(String) - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
setTypes(String[]) - 枚举 中的方法com.ursful.framework.orm.support.DataType
 
setUpdateNull(boolean) - 类 中的方法com.ursful.framework.orm.support.ORMOption
 
setUpdateNullColumns(String[]) - 类 中的方法com.ursful.framework.orm.support.ORMOption
 
setValue(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
setValue(Object) - 类 中的方法com.ursful.framework.orm.support.Expression
 
setValue(Object) - 类 中的方法com.ursful.framework.orm.support.KV
 
setValue(Object) - 类 中的方法com.ursful.framework.orm.support.Pair
 
setValueHandle(Object, ColumnInfo, Object) - 接口 中的方法com.ursful.framework.orm.handler.IColumnConvert
 
setValues(List<Pair>) - 类 中的方法com.ursful.framework.orm.support.QueryInfo
 
SimpleDataSource - com.ursful.framework.orm.support中的类
 
SimpleDataSource() - 类 的构造器com.ursful.framework.orm.support.SimpleDataSource
 
SimpleDataSource(String, String, String, String) - 类 的构造器com.ursful.framework.orm.support.SimpleDataSource
 
size - 类 中的变量com.ursful.framework.orm.support.Pageable
 
SQLHelper - com.ursful.framework.orm.helper中的类
 
SQLHelper() - 类 的构造器com.ursful.framework.orm.helper.SQLHelper
 
SQLHelperCreator - com.ursful.framework.orm.helper中的类
数据库表工具类 Created by huangyonghua on 2016/2/16.
SQLHelperCreator() - 类 的构造器com.ursful.framework.orm.helper.SQLHelperCreator
 
SQLPair - com.ursful.framework.orm.support中的类
 
SQLPair() - 类 的构造器com.ursful.framework.orm.support.SQLPair
 
SQLPair(String) - 类 的构造器com.ursful.framework.orm.support.SQLPair
 
SQLPair(String, Pair) - 类 的构造器com.ursful.framework.orm.support.SQLPair
 
SQLPair(String, List<Pair>) - 类 的构造器com.ursful.framework.orm.support.SQLPair
 
SQLServerOptions - com.ursful.framework.orm.option中的类
 
SQLServerOptions() - 类 的构造器com.ursful.framework.orm.option.SQLServerOptions
 
SQLServiceImpl - com.ursful.framework.orm中的类
 
SQLServiceImpl() - 类 的构造器com.ursful.framework.orm.SQLServiceImpl
 
SQLServiceImpl(DataSourceManager) - 类 的构造器com.ursful.framework.orm.SQLServiceImpl
 
startWith(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
startWith(String, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
startWith(LambdaQuery<T, R>, Object) - 类 中的静态方法com.ursful.framework.orm.support.Expression
 
sum() - 类 中的方法com.ursful.framework.orm.support.Column
 
SUM - 类 中的静态变量com.ursful.framework.orm.support.Function
 

T

table(Class<?>) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
table(IQuery) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
table(Class<?>) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
table(String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
table(String, String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
table(IQuery, String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
table(Class<?>, String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
table() - 接口 中的方法com.ursful.framework.orm.ISQLScript
 
table(Class<?>) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
table(String) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
table(Connection, RdTable) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
table(Connection, Table) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
table(Connection, RdTable) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
table(Connection, Table) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
table(Connection, RdTable) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
table(Connection, Table) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
table(Connection, RdTable) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
table(Connection, Table) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
table(Connection, RdTable) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
table(Connection, Table) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
table(Class<?>) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
table(IQuery, String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
table(IQuery) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
table(Class<?>) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
table(String, String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
table(String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
table(Class<?>, String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
table(Class<?>) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
table(String) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
table(Connection, RdTable) - 接口 中的方法com.ursful.framework.orm.support.Options
 
table(Connection, Table) - 接口 中的方法com.ursful.framework.orm.support.Options
 
Table - com.ursful.framework.orm.support中的类
 
Table() - 类 的构造器com.ursful.framework.orm.support.Table
 
Table(String) - 类 的构造器com.ursful.framework.orm.support.Table
 
Table(String, String) - 类 的构造器com.ursful.framework.orm.support.Table
 
TableColumn - com.ursful.framework.orm.support中的类
 
TableColumn() - 类 的构造器com.ursful.framework.orm.support.TableColumn
 
TableColumn(String, String) - 类 的构造器com.ursful.framework.orm.support.TableColumn
 
tableColumns(String) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
tableColumns(Connection, String) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
tableColumns(String) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
tableColumns(Connection, String) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
tableColumnsClass(String) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
tableColumnsClass(Connection, String) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
tableColumnsClass(String) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
tableColumnsClass(Connection, String) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
tableExists(String) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
tableExists(Connection, RdTable) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
tableExists(Connection, String) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
tableExists(Connection, String) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
tableExists(Connection, String) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
tableExists(Connection, String) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
tableExists(Connection, String) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
tableExists(String) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
tableExists(Connection, String) - 接口 中的方法com.ursful.framework.orm.support.Options
 
tableExists(Connection, RdTable) - 接口 中的方法com.ursful.framework.orm.support.Options
 
tableName() - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
tableName() - 接口 中的方法com.ursful.framework.orm.IBaseService
 
tables() - 接口 中的方法com.ursful.framework.orm.ISQLService
 
tables(String) - 接口 中的方法com.ursful.framework.orm.ISQLService
 
tables(IQuery, List<Pair>, String) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
tables(Connection, String) - 类 中的方法com.ursful.framework.orm.option.H2Options
 
tables(Connection, String) - 类 中的方法com.ursful.framework.orm.option.MySQLOptions
 
tables(Connection, String) - 类 中的方法com.ursful.framework.orm.option.OracleOptions
 
tables(Connection, String) - 类 中的方法com.ursful.framework.orm.option.PostgreSQLOptions
 
tables(Connection, String) - 类 中的方法com.ursful.framework.orm.option.SQLServerOptions
 
tables() - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
tables(String) - 类 中的方法com.ursful.framework.orm.SQLServiceImpl
 
tables(Connection, String) - 接口 中的方法com.ursful.framework.orm.support.Options
 
textTransformType() - 接口 中的方法com.ursful.framework.orm.IQuery
 
textTransformType - 类 中的变量com.ursful.framework.orm.query.QueryImpl
 
textTransformType() - 类 中的方法com.ursful.framework.orm.query.QueryImpl
 
TextTransformType - com.ursful.framework.orm.support中的枚举
 
thisClass - 类 中的变量com.ursful.framework.orm.SQLServiceImpl
 
toString() - 类 中的方法com.ursful.framework.orm.helper.SQLHelper
 
toString() - 类 中的方法com.ursful.framework.orm.support.Pair
 
toString() - 类 中的方法com.ursful.framework.orm.support.QueryInfo
 
toString() - 类 中的方法com.ursful.framework.orm.support.Table
 
toString() - 类 中的方法com.ursful.framework.orm.support.TableColumn
 
total - 类 中的变量com.ursful.framework.orm.support.Pageable
 
TransactionManager - com.ursful.framework.orm.transaction中的类
 
TransactionManager(DataSource) - 类 的构造器com.ursful.framework.orm.transaction.TransactionManager
 
TransactionManager() - 类 的构造器com.ursful.framework.orm.transaction.TransactionManager
 
triggerChangedListenerImmediately(ORMType, T, T) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
triggerChangedListenerImmediately(ORMType, T, T, boolean, String[]) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
triggerChangedListenerImmediately(ORMType, T, T) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
triggerChangedListenerImmediately(ORMType, T, T, boolean, String[]) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
triggerChangedListenerWhenTransactionFinish(IServiceChangedListener, ORMType, T, T) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
triggerChangedListenerWhenTransactionFinish(IServiceChangedListener, ORMType, T, T, boolean, String[]) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
triggerChangedListenerWhenTransactionFinish(IServiceChangedListener, ORMType, T, T) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
triggerChangedListenerWhenTransactionFinish(IServiceChangedListener, ORMType, T, T, boolean, String[]) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
triggerChangeListener(ORMType, T, T) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
triggerChangeListener(ORMType, T, T, boolean, String[]) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
triggerChangeListener(ORMType, T, T) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
triggerChangeListener(ORMType, T, T, boolean, String[]) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
triggerDefaultListener(ORMType, T) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
triggerDefaultListener(ORMType, T) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
triggerORMListener(ORMType, T) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
triggerORMListener(ORMType, T, boolean, String[]) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
triggerORMListener(ORMType, T) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
triggerORMListener(ORMType, T, boolean, String[]) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
type() - 接口 中的方法com.ursful.framework.orm.ISQLScript
 

U

unwrap(Class<T>) - 类 中的方法com.ursful.framework.orm.support.SimpleDataSource
 
update(T) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
update(T, boolean) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
update(Options, Object, Expression[], boolean, String[]) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
更新 只能使用id,否则初学者不填id 全部更新了。
update(T) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
update(T, boolean) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
update(T) - 接口 中的方法com.ursful.framework.orm.listener.IDefaultListener
 
update(T) - 接口 中的方法com.ursful.framework.orm.listener.IORMListener
 
update(T, boolean, String[]) - 接口 中的方法com.ursful.framework.orm.listener.IORMListener
 
updateExpress(Class<?>, Options, Expression[], Expression[]) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
updateLambdaNull(T, LambdaQuery<P, R>...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updateLambdaNull(T, LambdaQuery<P, R>...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updateLambdaNullWithoutListener(T, LambdaQuery<P, R>...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updateLambdaNullWithoutListener(T, LambdaQuery<P, R>...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updateNull(T, String...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updateNull(T, String...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updateNullWithoutListener(T, String...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updateNullWithoutListener(T, String...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updates(T, Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updates(T, Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updates(List<S>, List<String>) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
updates(T, Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updates(T, Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesLambdaNull(T, LambdaQuery<P, R>[], Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesLambdaNull(T, LambdaQuery<P, R>[], Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesLambdaNull(T, LambdaQuery<P, R>[], Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesLambdaNull(T, LambdaQuery<P, R>[], Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesLambdaNullWithoutListener(T, LambdaQuery<P, R>[], Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesLambdaNullWithoutListener(T, LambdaQuery<P, R>[], Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesLambdaNullWithoutListener(T, LambdaQuery<P, R>[], Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesLambdaNullWithoutListener(T, LambdaQuery<P, R>[], Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesNull(T, Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesNull(T, String[], Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesNull(T, Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesNull(T, String[], Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesNull(T, Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesNull(T, String[], Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesNull(T, Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesNull(T, String[], Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesNullWithoutListener(T, Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesNullWithoutListener(T, String[], Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesNullWithoutListener(T, Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesNullWithoutListener(T, String[], Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesNullWithoutListener(T, Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesNullWithoutListener(T, String[], Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesNullWithoutListener(T, Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesNullWithoutListener(T, String[], Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesWithoutListener(T, Expression...) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesWithoutListener(T, Condition) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesWithoutListener(Expression[], Expression[]) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updatesWithoutListener(T, Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesWithoutListener(T, Condition) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updatesWithoutListener(Expression[], Expression[]) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updateTerms(Options, Object, Condition, boolean, String[]) - 类 中的静态方法com.ursful.framework.orm.helper.SQLHelperCreator
 
updateWithoutListener(T) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updateWithoutListener(T, boolean) - 类 中的方法com.ursful.framework.orm.BaseServiceImpl
 
updateWithoutListener(T) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
updateWithoutListener(T, boolean) - 接口 中的方法com.ursful.framework.orm.IBaseService
 
UPPER_CASE_SENSITIVE - 类 中的静态变量com.ursful.framework.orm.support.Table
 
useDefault() - 接口 中的方法com.ursful.framework.orm.listener.IChangedListener
 
useDefault() - 接口 中的方法com.ursful.framework.orm.listener.IChangeListener
 

V

value(Object) - 类 中的方法com.ursful.framework.orm.support.Column
 
valueOf(String) - 枚举 中的静态方法com.ursful.framework.orm.exception.ORMError
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ursful.framework.orm.support.ColumnType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ursful.framework.orm.support.ConditionType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ursful.framework.orm.support.DataType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ursful.framework.orm.support.ExpressionType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ursful.framework.orm.support.JoinType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ursful.framework.orm.support.OperatorType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ursful.framework.orm.support.ORMType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ursful.framework.orm.support.ScriptType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ursful.framework.orm.support.TextTransformType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.ursful.framework.orm.exception.ORMError
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ursful.framework.orm.support.ColumnType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ursful.framework.orm.support.ConditionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ursful.framework.orm.support.DataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ursful.framework.orm.support.ExpressionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ursful.framework.orm.support.JoinType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ursful.framework.orm.support.OperatorType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ursful.framework.orm.support.ORMType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ursful.framework.orm.support.ScriptType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ursful.framework.orm.support.TextTransformType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

whenEmpty(Object, String) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
whenThen(Expression, Object) - 类 中的方法com.ursful.framework.orm.support.CaseColumn
 
whenThen(Condition, Object) - 类 中的方法com.ursful.framework.orm.support.CaseColumn
 
whenTrue(boolean, String) - 类 中的静态方法com.ursful.framework.orm.utils.ORMUtils
 
where(String, ExpressionType) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
where(LambdaQuery<T, R>, ExpressionType) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
where(String, Object, ExpressionType) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
where(LambdaQuery<T, R>, Object, ExpressionType) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
where(Condition) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
where(Expression...) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
where(Column, Object, ExpressionType) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
where(Column, Column) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
where(Condition) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
where(Expression...) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
where(LambdaQuery<T, R>, ExpressionType) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
where(String, ExpressionType) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
where(String, Object, ExpressionType) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
where(LambdaQuery<T, R>, Object, ExpressionType) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
where(Condition) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
where(Expression...) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
where(Column, Object, ExpressionType) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
where(Column, Column) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
where(Condition) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
where(Expression...) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereBetween(String, Object, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereBetween(LambdaQuery<T, R>, Object, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereBetween(Column, Object, Object) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereBetween(String, Object, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereBetween(LambdaQuery<T, R>, Object, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereBetween(Column, Object, Object) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereEndWith(String, String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereEndWith(LambdaQuery<T, R>, String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereEndWith(Column, String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereEndWith(String, String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereEndWith(LambdaQuery<T, R>, String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereEndWith(Column, String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereEqual(String, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereEqual(LambdaQuery<T, R>, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereEqual(Column, Object) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereEqual(LambdaQuery<T, R>, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereEqual(String, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereEqual(Column, Object) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereExists(IMultiQuery) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereExists(IMultiQuery) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereIn(String, Collection) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereIn(LambdaQuery<T, R>, Collection) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereIn(Column, Collection) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereIn(String, Collection) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereIn(LambdaQuery<T, R>, Collection) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereIn(Column, Collection) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereInQuery(Column, IMultiQuery) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereInQuery(Column, IMultiQuery) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereInValues(String, Object...) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereInValues(LambdaQuery<T, R>, Object...) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereInValues(Column, Object...) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereInValues(String, Object...) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereInValues(LambdaQuery<T, R>, Object...) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereInValues(Column, Object...) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereIsEmpty(String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereIsEmpty(LambdaQuery<T, R>) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereIsEmpty(Column) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereIsEmpty(String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereIsEmpty(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereIsEmpty(Column) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereIsNotEmpty(String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereIsNotEmpty(LambdaQuery<T, R>) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereIsNotEmpty(Column) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereIsNotEmpty(String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereIsNotEmpty(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereIsNotEmpty(Column) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereIsNotNull(String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereIsNotNull(LambdaQuery<T, R>) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereIsNotNull(Column) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereIsNotNull(String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereIsNotNull(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereIsNotNull(Column) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereIsNull(String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereIsNull(LambdaQuery<T, R>) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereIsNull(Column) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereIsNull(String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereIsNull(LambdaQuery<T, R>) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereIsNull(Column) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereLess(String, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereLess(LambdaQuery<T, R>, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereLess(Column, Object) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereLess(String, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereLess(LambdaQuery<T, R>, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereLess(Column, Object) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereLessEqual(String, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereLessEqual(LambdaQuery<T, R>, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereLessEqual(Column, Object) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereLessEqual(String, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereLessEqual(LambdaQuery<T, R>, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereLessEqual(Column, Object) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereLike(String, String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereLike(LambdaQuery<T, R>, String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereLike(Column, String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereLike(String, String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereLike(LambdaQuery<T, R>, String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereLike(Column, String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereMore(String, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereMore(LambdaQuery<T, R>, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereMore(Column, Object) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereMore(String, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereMore(LambdaQuery<T, R>, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereMore(Column, Object) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereMoreEqual(String, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereMoreEqual(LambdaQuery<T, R>, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereMoreEqual(Column, Object) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereMoreEqual(String, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereMoreEqual(LambdaQuery<T, R>, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereMoreEqual(Column, Object) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereNotEndWith(String, String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereNotEndWith(LambdaQuery<T, R>, String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereNotEndWith(Column, String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereNotEndWith(String, String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereNotEndWith(LambdaQuery<T, R>, String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereNotEndWith(Column, String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereNotEqual(String, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereNotEqual(LambdaQuery<T, R>, Object) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereNotEqual(Column, Object) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereNotEqual(LambdaQuery<T, R>, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereNotEqual(String, Object) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereNotEqual(Column, Object) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereNotExists(IMultiQuery) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereNotExists(IMultiQuery) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereNotIn(String, Collection) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereNotIn(LambdaQuery<T, R>, Collection) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereNotIn(Column, Collection) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereNotIn(String, Collection) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereNotIn(LambdaQuery<T, R>, Collection) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereNotIn(Column, Collection) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereNotInQuery(Column, IMultiQuery) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereNotInQuery(Column, IMultiQuery) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereNotInValues(String, Object...) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereNotInValues(LambdaQuery<T, R>, Object...) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereNotInValues(Column, Object...) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereNotInValues(String, Object...) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereNotInValues(LambdaQuery<T, R>, Object...) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereNotInValues(Column, Object...) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereNotLike(String, String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereNotLike(LambdaQuery<T, R>, String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereNotLike(Column, String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereNotLike(String, String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereNotLike(LambdaQuery<T, R>, String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereNotLike(Column, String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
whereNotStartWith(String, String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereNotStartWith(LambdaQuery<T, R>, String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereNotStartWith(Column, String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereNotStartWith(String, String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereNotStartWith(LambdaQuery<T, R>, String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereNotStartWith(Column, String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
wheres(IQuery, List<Pair>, String) - 类 中的方法com.ursful.framework.orm.option.AbstractOptions
 
whereStartWith(String, String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereStartWith(LambdaQuery<T, R>, String) - 接口 中的方法com.ursful.framework.orm.IBaseQuery
 
whereStartWith(Column, String) - 接口 中的方法com.ursful.framework.orm.IMultiQuery
 
whereStartWith(String, String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereStartWith(LambdaQuery<T, R>, String) - 类 中的方法com.ursful.framework.orm.query.BaseQueryImpl
 
whereStartWith(Column, String) - 类 中的方法com.ursful.framework.orm.query.MultiQueryImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2023. All rights reserved.