跳过导航链接
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractTableGenerator - com.jn.sqlhelper.common.ddl.dump中的类
 
AbstractTableGenerator(DatabaseDescription) - 类 的构造器com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
AbstractTableGenerator(DatabaseMetaData) - 类 的构造器com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
AbstractTransactionDefinitionAnnotationParser<A extends Annotation> - com.jn.sqlhelper.common.transaction.definition.parser中的类
 
AbstractTransactionDefinitionAnnotationParser() - 类 的构造器com.jn.sqlhelper.common.transaction.definition.parser.AbstractTransactionDefinitionAnnotationParser
 
addColumn(IndexColumn) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
addColumn(Column) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
addFKColumn(ImportedColumn) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
addIndex(Index) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
addPKColumn(PrimaryKeyColumn) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
addThrowable(Throwable) - 类 中的方法com.jn.sqlhelper.common.batch.BatchResult
 
allProceduresAreCallable() - 类 中的方法com.jn.sqlhelper.common.ddl.model.DatabaseDescription
Retrieves whether the current user can call all the procedures returned by the method getProcedures.
AnsiSqlKeywords - com.jn.sqlhelper.common.utils中的类
Maintains the set of ANSI SQL keywords
AnsiSqlKeywords() - 类 的构造器com.jn.sqlhelper.common.utils.AnsiSqlKeywords
 
apply(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.BooleanFlagConverter
 
apply(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.FkInitiallyRuleConverter
 
apply(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.FkMutatedRuleConverter
 
apply(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.IndexTypeConverter
 
apply(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.JdbcTypeConverter
 
apply(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.SortTypeConverter
 
apply(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.TableTypeConverter
 
apply(String) - 类 中的方法com.jn.sqlhelper.common.symbolmapper.CamelToUnderlineSymbolMapper
 
apply(String) - 类 中的方法com.jn.sqlhelper.common.symbolmapper.NoopSymbolMapper
 
apply(String) - 类 中的方法com.jn.sqlhelper.common.symbolmapper.UnderlineToCamelSymbolMapper
 
ArrayRowMapper - com.jn.sqlhelper.common.resultset中的类
 
ArrayRowMapper() - 类 的构造器com.jn.sqlhelper.common.resultset.ArrayRowMapper
 

B

BatchMode - com.jn.sqlhelper.common.batch中的枚举
 
BatchResult<E> - com.jn.sqlhelper.common.batch中的类
 
BatchResult() - 类 的构造器com.jn.sqlhelper.common.batch.BatchResult
 
BatchSqlBatchUpdater<E,STATEMENT extends BatchStatement> - com.jn.sqlhelper.common.batch.jdbc中的类
 
BatchSqlBatchUpdater() - 类 的构造器com.jn.sqlhelper.common.batch.jdbc.BatchSqlBatchUpdater
 
BatchStatement - com.jn.sqlhelper.common.batch中的接口
 
batchUpdate(STATEMENT, List<E>) - 接口 中的方法com.jn.sqlhelper.common.batch.BatchUpdater
 
batchUpdate(STATEMENT, List<E>) - 类 中的方法com.jn.sqlhelper.common.batch.jdbc.BatchSqlBatchUpdater
 
batchUpdate(STATEMENT, List<E>) - 类 中的方法com.jn.sqlhelper.common.batch.jdbc.JdbcBatchUpdater
 
batchUpdate(STATEMENT, List<E>) - 类 中的方法com.jn.sqlhelper.common.batch.jdbc.SimpleBatchUpdater
 
BatchUpdater<E,STATEMENT extends BatchStatement> - com.jn.sqlhelper.common.batch中的接口
 
BeanRowMapper<T> - com.jn.sqlhelper.common.resultset中的类
 
BeanRowMapper(Class<T>) - 类 的构造器com.jn.sqlhelper.common.resultset.BeanRowMapper
 
BeanRowMapper(Class<T>, boolean) - 类 的构造器com.jn.sqlhelper.common.resultset.BeanRowMapper
 
bind(Transaction) - 类 中的静态方法com.jn.sqlhelper.common.transaction.utils.TransactionThreadContext
 
bindResource(Object, TransactionalResource) - 类 中的方法com.jn.sqlhelper.common.transaction.Transaction
 
bindTransactionResource(Object, TransactionalResource) - 类 中的静态方法com.jn.sqlhelper.common.transaction.utils.TransactionThreadContext
 
BooleanFlag - com.jn.sqlhelper.common.ddl.model.internal中的枚举
 
BooleanFlagConverter - com.jn.sqlhelper.common.ddl.model.internal中的类
 
BooleanFlagConverter() - 类 的构造器com.jn.sqlhelper.common.ddl.model.internal.BooleanFlagConverter
 
buildAlterAddPrimaryKeyClause(Table) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
buildClausesAfterAllColumns(Table, Holder<Boolean>, Holder<Boolean>) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
buildCreateIndexDDLClause(Table, Index) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
buildCreateTableClause(Table) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
buildDefineColumnClause(Table, Column) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
buildRules(Class[], Class[]) - 类 中的静态方法com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition
 
buildTableDDL(Table) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 

C

CachedEntityBeanClassParser - com.jn.sqlhelper.common.resultset中的类
 
CamelToUnderlineSymbolMapper - com.jn.sqlhelper.common.symbolmapper中的类
{prefix}segment0{underline}segment1{underline}segment2{suffix}
CamelToUnderlineSymbolMapper() - 类 的构造器com.jn.sqlhelper.common.symbolmapper.CamelToUnderlineSymbolMapper
 
CamelToUnderlineSymbolMapper(boolean) - 类 的构造器com.jn.sqlhelper.common.symbolmapper.CamelToUnderlineSymbolMapper
 
CamelToUnderlineSymbolMapper(String, boolean) - 类 的构造器com.jn.sqlhelper.common.symbolmapper.CamelToUnderlineSymbolMapper
 
CamelToUnderlineSymbolMapper(boolean, String) - 类 的构造器com.jn.sqlhelper.common.symbolmapper.CamelToUnderlineSymbolMapper
 
CamelToUnderlineSymbolMapper(boolean, String, String) - 类 的构造器com.jn.sqlhelper.common.symbolmapper.CamelToUnderlineSymbolMapper
 
clearResources() - 类 中的方法com.jn.sqlhelper.common.transaction.Transaction
 
clone() - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
clone() - 类 中的方法com.jn.sqlhelper.common.connection.NamedConnectionConfiguration
 
close() - 类 中的方法com.jn.sqlhelper.common.transaction.jdbc.ConnectionTransactionalResource
 
close() - 接口 中的方法com.jn.sqlhelper.common.transaction.TransactionalResource
 
Column - com.jn.sqlhelper.common.annotation中的注释类型
代表数据库的列
Column - com.jn.sqlhelper.common.ddl.model中的类
 
Column() - 类 的构造器com.jn.sqlhelper.common.ddl.model.Column
 
columnNoNulls - 类 中的静态变量com.jn.sqlhelper.common.resultset.ResultSetDescription
The constant indicating that a column does not allow NULL values.
columnNullableUnknown - 类 中的静态变量com.jn.sqlhelper.common.resultset.ResultSetDescription
The constant indicating that the nullability of a column's values is unknown.
com.jn.sqlhelper.common.annotation - 程序包 com.jn.sqlhelper.common.annotation
 
com.jn.sqlhelper.common.batch - 程序包 com.jn.sqlhelper.common.batch
 
com.jn.sqlhelper.common.batch.jdbc - 程序包 com.jn.sqlhelper.common.batch.jdbc
 
com.jn.sqlhelper.common.connection - 程序包 com.jn.sqlhelper.common.connection
 
com.jn.sqlhelper.common.datasource - 程序包 com.jn.sqlhelper.common.datasource
 
com.jn.sqlhelper.common.ddl - 程序包 com.jn.sqlhelper.common.ddl
 
com.jn.sqlhelper.common.ddl.dump - 程序包 com.jn.sqlhelper.common.ddl.dump
 
com.jn.sqlhelper.common.ddl.model - 程序包 com.jn.sqlhelper.common.ddl.model
 
com.jn.sqlhelper.common.ddl.model.internal - 程序包 com.jn.sqlhelper.common.ddl.model.internal
 
com.jn.sqlhelper.common.er - 程序包 com.jn.sqlhelper.common.er
 
com.jn.sqlhelper.common.exception - 程序包 com.jn.sqlhelper.common.exception
 
com.jn.sqlhelper.common.formatter - 程序包 com.jn.sqlhelper.common.formatter
 
com.jn.sqlhelper.common.resultset - 程序包 com.jn.sqlhelper.common.resultset
 
com.jn.sqlhelper.common.statement - 程序包 com.jn.sqlhelper.common.statement
 
com.jn.sqlhelper.common.symbolmapper - 程序包 com.jn.sqlhelper.common.symbolmapper
 
com.jn.sqlhelper.common.transaction - 程序包 com.jn.sqlhelper.common.transaction
 
com.jn.sqlhelper.common.transaction.definition - 程序包 com.jn.sqlhelper.common.transaction.definition
 
com.jn.sqlhelper.common.transaction.definition.parser - 程序包 com.jn.sqlhelper.common.transaction.definition.parser
 
com.jn.sqlhelper.common.transaction.jdbc - 程序包 com.jn.sqlhelper.common.transaction.jdbc
 
com.jn.sqlhelper.common.transaction.utils - 程序包 com.jn.sqlhelper.common.transaction.utils
 
com.jn.sqlhelper.common.utils - 程序包 com.jn.sqlhelper.common.utils
 
commit(Transaction) - 类 中的方法com.jn.sqlhelper.common.transaction.DefaultTransactionManager
 
commit(boolean) - 类 中的方法com.jn.sqlhelper.common.transaction.jdbc.ConnectionTransactionalResource
 
commit(boolean) - 接口 中的方法com.jn.sqlhelper.common.transaction.TransactionalResource
 
commit(Transaction) - 接口 中的方法com.jn.sqlhelper.common.transaction.TransactionManager
 
ConnectionConfiguration - com.jn.sqlhelper.common.connection中的类
 
ConnectionConfiguration() - 类 的构造器com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
ConnectionConfiguration(String, String, String, String, Properties) - 类 的构造器com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
ConnectionFactory - com.jn.sqlhelper.common.connection中的类
 
ConnectionFactory(String, String, String, String, Properties) - 类 的构造器com.jn.sqlhelper.common.connection.ConnectionFactory
 
ConnectionFactory(ConnectionConfiguration) - 类 的构造器com.jn.sqlhelper.common.connection.ConnectionFactory
 
ConnectionProxy - com.jn.sqlhelper.common.connection中的接口
 
Connections - com.jn.sqlhelper.common.utils中的类
 
Connections() - 类 的构造器com.jn.sqlhelper.common.utils.Connections
 
ConnectionTransactionalResource - com.jn.sqlhelper.common.transaction.jdbc中的类
 
ConnectionTransactionalResource(Connection) - 类 的构造器com.jn.sqlhelper.common.transaction.jdbc.ConnectionTransactionalResource
 
createColumnMap(int) - 类 中的方法com.jn.sqlhelper.common.resultset.MapRowMapper
 
createTransaction(TransactionDefinition) - 类 中的方法com.jn.sqlhelper.common.transaction.DefaultTransactionManager
 
createTransaction(TransactionDefinition) - 接口 中的方法com.jn.sqlhelper.common.transaction.TransactionManager
 

D

databaseDesc - 类 中的变量com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
DatabaseDescription - com.jn.sqlhelper.common.ddl.model中的类
 
DatabaseDescription(DatabaseMetaData) - 类 的构造器com.jn.sqlhelper.common.ddl.model.DatabaseDescription
 
DatabaseLoader - com.jn.sqlhelper.common.ddl.dump中的类
 
DatabaseLoader() - 类 的构造器com.jn.sqlhelper.common.ddl.dump.DatabaseLoader
 
DEFAULT - 类 中的静态变量com.jn.sqlhelper.common.symbolmapper.NoopSymbolMapper
 
DefaultEntityTableMappingParser - com.jn.sqlhelper.common.er中的类
 
DefaultEntityTableMappingParser() - 类 的构造器com.jn.sqlhelper.common.er.DefaultEntityTableMappingParser
 
DefaultTransactionDefinition - com.jn.sqlhelper.common.transaction.definition中的类
 
DefaultTransactionDefinition() - 类 的构造器com.jn.sqlhelper.common.transaction.definition.DefaultTransactionDefinition
 
DefaultTransactionManager - com.jn.sqlhelper.common.transaction中的类
 
DefaultTransactionManager() - 类 的构造器com.jn.sqlhelper.common.transaction.DefaultTransactionManager
 
DRIVER - 类 中的静态变量com.jn.sqlhelper.common.connection.ConnectionConfiguration
 

E

EntityBeanClassParser - com.jn.sqlhelper.common.resultset中的类
 
EntityBeanClassParser() - 类 的构造器com.jn.sqlhelper.common.resultset.EntityBeanClassParser
 
EntityFieldInfo - com.jn.sqlhelper.common.resultset中的类
 
EntityFieldInfo() - 类 的构造器com.jn.sqlhelper.common.resultset.EntityFieldInfo
 
EntityTableMapping - com.jn.sqlhelper.common.er中的类
代表了实体类和表的映射关系
EntityTableMapping() - 类 的构造器com.jn.sqlhelper.common.er.EntityTableMapping
 
EntityTableParser - com.jn.sqlhelper.common.er中的接口
 
EntityTableRegistry - com.jn.sqlhelper.common.er中的类
 
EntityTableRegistry() - 类 的构造器com.jn.sqlhelper.common.er.EntityTableRegistry
 
equals(Object) - 类 中的方法com.jn.sqlhelper.common.connection.NamedConnectionConfiguration
 
equals(Object) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
equals(Object) - 类 中的方法com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition.RollbackRuleAttribute
 
extract(ResultSet) - 接口 中的方法com.jn.sqlhelper.common.resultset.ResultSetExtractor
 
extract(ResultSet) - 类 中的方法com.jn.sqlhelper.common.resultset.RowMapperResultSetExtractor
 
extract(ResultSet) - 类 中的方法com.jn.sqlhelper.common.resultset.SelectCountResultSetExtractor
 
extract(ResultSet) - 类 中的方法com.jn.sqlhelper.common.resultset.SingleRecordRowMapperResultSetExtractor
 
extract(ResultSet) - 类 中的方法com.jn.sqlhelper.common.resultset.UpdatedRowsResultSetExtractor
 

F

findPlaceholderParameterCount(String) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
findTableIndexes(DatabaseDescription, String, String, String) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.DatabaseLoader
 
FkInitiallyRule - com.jn.sqlhelper.common.ddl.model.internal中的枚举
 
FkInitiallyRuleConverter - com.jn.sqlhelper.common.ddl.model.internal中的类
 
FkInitiallyRuleConverter() - 类 的构造器com.jn.sqlhelper.common.ddl.model.internal.FkInitiallyRuleConverter
 
FkMutatedRule - com.jn.sqlhelper.common.ddl.model.internal中的枚举
 
FkMutatedRuleConverter - com.jn.sqlhelper.common.ddl.model.internal中的类
 
FkMutatedRuleConverter() - 类 的构造器com.jn.sqlhelper.common.ddl.model.internal.FkMutatedRuleConverter
 
format(String, Object...) - 类 中的方法com.jn.sqlhelper.common.formatter.SqlDdlFormatter
 
format(String) - 类 中的方法com.jn.sqlhelper.common.formatter.SqlDdlFormatter
 
format(String, Object...) - 类 中的方法com.jn.sqlhelper.common.formatter.SqlDmlFormatter
 
format(String) - 类 中的方法com.jn.sqlhelper.common.formatter.SqlDmlFormatter
 

G

generate(Table) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
generate(Table) - 接口 中的方法com.jn.sqlhelper.common.ddl.dump.TableGenerator
 
generateAnyTableDDL(Table) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
get(BatchMode) - 接口 中的方法com.jn.sqlhelper.common.batch.SqlBatchUpdaterFactory
 
get(Method) - 类 中的方法com.jn.sqlhelper.common.transaction.TransactionDefinitionRegistry
 
get() - 类 中的静态方法com.jn.sqlhelper.common.transaction.utils.TransactionThreadContext
 
getAnnotation() - 类 中的方法com.jn.sqlhelper.common.transaction.definition.parser.TransactionalAnnotationParser
 
getAnnotation() - 接口 中的方法com.jn.sqlhelper.common.transaction.definition.parser.TransactionDefinitionAnnotationParser
 
getAscOrDesc() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getBatchMode() - 接口 中的方法com.jn.sqlhelper.common.batch.BatchStatement
 
getBufferLength() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getCardinality() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getCatalog() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getCatalog() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
getCatalog() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getCatalog() - 类 中的方法com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
getCatalog() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getCatalog(Connection) - 类 中的静态方法com.jn.sqlhelper.common.utils.Connections
 
getCatalogName(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Gets the designated column's table's catalog name.
getCatalogSeparator() - 类 中的方法com.jn.sqlhelper.common.ddl.model.DatabaseDescription
Retrieves the String that this database uses as the separator between a catalog and table name.
getCharOctetLength() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getCode() - 枚举 中的方法com.jn.sqlhelper.common.ddl.model.internal.FkInitiallyRule
 
getCode() - 枚举 中的方法com.jn.sqlhelper.common.ddl.model.internal.FkMutatedRule
 
getCode() - 枚举 中的方法com.jn.sqlhelper.common.ddl.model.internal.TableType
 
getCode() - 枚举 中的方法com.jn.sqlhelper.common.transaction.utils.Isolation
 
getColumn(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getColumnClassName(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnCount() - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
 
getColumnDisplaySize(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Indicates the designated column's normal maximum width in characters.
getColumnKey(String) - 类 中的方法com.jn.sqlhelper.common.resultset.MapRowMapper
Determine the key to use for the given column in the column Map.
getColumnLabel(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Gets the designated column's suggested title for use in printouts and displays.
getColumnMappings() - 类 中的方法com.jn.sqlhelper.common.er.EntityTableMapping
 
getColumnName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getColumnName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
getColumnName(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Get the designated column's name.
getColumnNames() - 类 中的方法com.jn.sqlhelper.common.resultset.EntityFieldInfo
 
getColumnNames() - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
 
getColumns() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
getColumns() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getColumnType(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Retrieves the designated column's SQL type.
getColumnTypeName(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Retrieves the designated column's database-specific type name.
getColumnValue(ResultSet, int) - 类 中的方法com.jn.sqlhelper.common.resultset.MapRowMapper
Retrieve a JDBC object value for the specified column.
getCompatDatabases(String) - 类 中的方法com.jn.sqlhelper.common.ddl.SQLSyntaxCompatTable
 
getConnection() - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionFactory
 
getConnection() - 类 中的方法com.jn.sqlhelper.common.datasource.SimpleDataSource
 
getConnection(String, String) - 类 中的方法com.jn.sqlhelper.common.datasource.SimpleDataSource
 
getConnection() - 类 中的方法com.jn.sqlhelper.common.transaction.jdbc.ConnectionTransactionalResource
 
getConnectionConfiguration() - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionFactory
 
getConverter() - 类 中的方法com.jn.sqlhelper.common.resultset.EntityFieldInfo
 
getConverterService() - 类 中的方法com.jn.sqlhelper.common.resultset.BeanRowMapper
 
getDatabaseProductName(DataSource) - 类 中的静态方法com.jn.sqlhelper.common.utils.Connections
 
getDbMetaData() - 类 中的方法com.jn.sqlhelper.common.ddl.model.DatabaseDescription
 
getDecimalDigits() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getDefaultValue() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getDeferrability() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getDelegate() - 枚举 中的方法com.jn.sqlhelper.common.transaction.utils.Isolation
 
getDeleteRule() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getDepth(Throwable) - 类 中的方法com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition.RollbackRuleAttribute
Return the depth of the superclass matching.
getDisplayText() - 枚举 中的方法com.jn.sqlhelper.common.transaction.utils.Isolation
 
getDriver() - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
getDriverProps() - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
getEntityClass() - 类 中的方法com.jn.sqlhelper.common.er.EntityTableMapping
 
getEntityTableMapping(Class) - 类 中的方法com.jn.sqlhelper.common.er.EntityTableRegistry
 
getExceptionName() - 类 中的方法com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition.RollbackRuleAttribute
Return the pattern for the exception name.
getFilterCondition() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getFkColumnMap() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getFkColumnName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getFkName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getFkTableCatalog() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getFkTableName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getFkTableSchema() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getId() - 类 中的方法com.jn.sqlhelper.common.connection.NamedConnectionConfiguration
 
getIndex(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getIndexMap() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getIndexName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getIndexQualifier() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getInstance() - 类 中的静态方法com.jn.sqlhelper.common.ddl.SQLSyntaxCompatTable
 
getInstance() - 类 中的静态方法com.jn.sqlhelper.common.resultset.CachedEntityBeanClassParser
 
getIsAutoincrement() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getIsGeneratedColumn() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getIsNullable() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getIsolation() - 类 中的方法com.jn.sqlhelper.common.transaction.definition.DefaultTransactionDefinition
 
getIsolationLevel() - 类 中的方法com.jn.sqlhelper.common.transaction.definition.DefaultTransactionDefinition
 
getIsolationLevel() - 接口 中的方法com.jn.sqlhelper.common.transaction.TransactionDefinition
 
getJdbcType() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getKeySeq() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getKeySeq() - 类 中的方法com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
getKeywords() - 枚举 中的方法com.jn.sqlhelper.common.ddl.model.internal.FkMutatedRule
 
getLoginTimeout() - 类 中的方法com.jn.sqlhelper.common.datasource.SimpleDataSource
 
getLogWriter() - 类 中的方法com.jn.sqlhelper.common.datasource.SimpleDataSource
 
getName() - 类 中的方法com.jn.sqlhelper.common.connection.NamedConnectionConfiguration
 
getName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
getName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
getName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getName() - 类 中的方法com.jn.sqlhelper.common.transaction.definition.DefaultTransactionDefinition
 
getName() - 接口 中的方法com.jn.sqlhelper.common.transaction.definition.parser.NamedTransactionDefinitionParser
 
getName() - 类 中的方法com.jn.sqlhelper.common.transaction.jdbc.ConnectionTransactionalResource
 
getName() - 枚举 中的方法com.jn.sqlhelper.common.transaction.utils.Isolation
 
getNullable() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getNumPrecRadix() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getOrdinalPosition() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getOrdinalPosition() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getPages() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getParameters() - 类 中的方法com.jn.sqlhelper.common.batch.BatchResult
 
getParentLogger() - 类 中的方法com.jn.sqlhelper.common.datasource.SimpleDataSource
 
getPassword() - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
getPkColumnName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getPkColumns() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getPkName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getPkTableCatalog() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getPkTableName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getPkTableSchema() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getPrecision(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Get the designated column's specified column size.
getRefGeneration() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getRemarks() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getRemarks() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getResources() - 类 中的方法com.jn.sqlhelper.common.transaction.Transaction
 
getResultSetValue(ResultSet, int, Class<?>) - 类 中的静态方法com.jn.sqlhelper.common.resultset.ResultSets
Retrieve a JDBC column value from a ResultSet, using the specified value type.
getResultSetValue(ResultSet, int) - 类 中的静态方法com.jn.sqlhelper.common.resultset.ResultSets
Retrieve a JDBC column value from a ResultSet, using the most appropriate value type.
getRollbackRules() - 类 中的方法com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition
Return the list of RollbackRuleAttribute objects (never null).
getRowsAffected() - 类 中的方法com.jn.sqlhelper.common.batch.BatchResult
 
getScale(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Gets the designated column's number of digits to right of the decimal point. 0 is returned for data types where the scale is not applicable.
getSchema() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getSchema() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
getSchema() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getSchema() - 类 中的方法com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
getSchema() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getSchema(Connection) - 类 中的静态方法com.jn.sqlhelper.common.utils.Connections
 
getSchemaName(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Get the designated column's table's schema.
getScopeCatalog() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getScopeSchema() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getScopeTable() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getSelfReferencingColumnName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getSize() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getSortType() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getSourceDataType() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getSql() - 类 中的方法com.jn.sqlhelper.common.batch.BatchResult
 
getSql() - 接口 中的方法com.jn.sqlhelper.common.batch.BatchStatement
 
getSql() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getSqlDataType() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getSqlDatetimeSub() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getStatement() - 类 中的方法com.jn.sqlhelper.common.batch.BatchResult
 
getTable() - 类 中的方法com.jn.sqlhelper.common.er.EntityTableMapping
 
getTableFQN(String, String, String) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
getTableFQN(String, String, String) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
getTableFQN(String, String, String, boolean) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
getTableFQN(String, String, String, String, boolean) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
getTableFQN(DatabaseMetaData, String, String, String) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
getTableFQN(DatabaseDescription, String, String, String) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
getTableName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getTableName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
getTableName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getTableName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
getTableName(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Gets the designated column's table name.
getTableType() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getTenantColumn() - 类 中的方法com.jn.sqlhelper.common.er.EntityTableMapping
 
getTenantField() - 类 中的方法com.jn.sqlhelper.common.er.EntityTableMapping
 
getThrowables() - 类 中的方法com.jn.sqlhelper.common.batch.BatchResult
 
getTransactionDefinition() - 类 中的方法com.jn.sqlhelper.common.transaction.Transaction
 
getTransactionIsolation(String) - 类 中的静态方法com.jn.sqlhelper.common.transaction.utils.Transactions
 
getTransactionIsolation(String, Isolation) - 类 中的静态方法com.jn.sqlhelper.common.transaction.utils.Transactions
 
getTransactionIsolationLevel(String) - 类 中的静态方法com.jn.sqlhelper.common.transaction.utils.Transactions
 
getTransactionManager() - 类 中的方法com.jn.sqlhelper.common.transaction.Transaction
 
getType() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
getTypeCatalog() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getTypeName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
getTypeName() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getTypeSchema() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
getUpdateRule() - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
getUrl() - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
getUser() - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionConfiguration
 

H

hashCode() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
hashCode() - 类 中的方法com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition.RollbackRuleAttribute
 
hasPrimaryKeys() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
hasResource(Object) - 类 中的方法com.jn.sqlhelper.common.transaction.Transaction
 
hasTenantColumn() - 类 中的方法com.jn.sqlhelper.common.er.EntityTableMapping
 
hasThrowable() - 类 中的方法com.jn.sqlhelper.common.batch.BatchResult
 

I

ImportedColumn - com.jn.sqlhelper.common.ddl.model中的类
 
ImportedColumn() - 类 的构造器com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
Index - com.jn.sqlhelper.common.ddl.model中的类
 
Index() - 类 的构造器com.jn.sqlhelper.common.ddl.model.Index
 
Index(String, String) - 类 的构造器com.jn.sqlhelper.common.ddl.model.Index
 
Index(String, String, String, String) - 类 的构造器com.jn.sqlhelper.common.ddl.model.Index
 
IndexColumn - com.jn.sqlhelper.common.ddl.model中的类
 
IndexColumn() - 类 的构造器com.jn.sqlhelper.common.ddl.model.IndexColumn
 
IndexType - com.jn.sqlhelper.common.ddl.model.internal中的枚举
 
IndexTypeConverter - com.jn.sqlhelper.common.ddl.model.internal中的类
 
IndexTypeConverter() - 类 的构造器com.jn.sqlhelper.common.ddl.model.internal.IndexTypeConverter
 
INSTANCE - 类 中的静态变量com.jn.sqlhelper.common.ddl.model.internal.JdbcTypeConverter
 
INSTANCE - 类 中的静态变量com.jn.sqlhelper.common.formatter.SqlDdlFormatter
Singleton access
INSTANCE - 类 中的静态变量com.jn.sqlhelper.common.resultset.SelectCountResultSetExtractor
 
INSTANCE - 类 中的静态变量com.jn.sqlhelper.common.resultset.UpdatedRowsResultSetExtractor
 
INSTANCE - 类 中的静态变量com.jn.sqlhelper.common.utils.AnsiSqlKeywords
Singleton access
internalParse(AnnotatedElement, A) - 类 中的方法com.jn.sqlhelper.common.transaction.definition.parser.AbstractTransactionDefinitionAnnotationParser
 
internalParse(AnnotatedElement, Transactional) - 类 中的方法com.jn.sqlhelper.common.transaction.definition.parser.TransactionalAnnotationParser
 
intTypes - 类 中的静态变量com.jn.sqlhelper.common.resultset.ResultSets
 
invoke(Logger, TransactionManager, TransactionDefinition, MethodInvocation) - 类 中的静态方法com.jn.sqlhelper.common.transaction.utils.TransactionAops
 
isAutoIncrement(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Indicates whether the designated column is automatically numbered.
isCaseSensitive(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Indicates whether a column's case matters.
isCatalogAtStart() - 类 中的方法com.jn.sqlhelper.common.ddl.model.DatabaseDescription
Retrieves whether a catalog appears at the start of a fully qualified table name.
isClosed() - 类 中的方法com.jn.sqlhelper.common.transaction.jdbc.ConnectionTransactionalResource
 
isClosed() - 接口 中的方法com.jn.sqlhelper.common.transaction.TransactionalResource
 
isCompatible(String, String) - 类 中的方法com.jn.sqlhelper.common.ddl.SQLSyntaxCompatTable
 
isConvertible(Class, Class) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.BooleanFlagConverter
 
isConvertible(Class, Class) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.FkInitiallyRuleConverter
 
isConvertible(Class, Class) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.FkMutatedRuleConverter
 
isConvertible(Class, Class) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.IndexTypeConverter
 
isConvertible(Class, Class) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.JdbcTypeConverter
 
isConvertible(Class, Class) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.SortTypeConverter
 
isConvertible(Class, Class) - 类 中的方法com.jn.sqlhelper.common.ddl.model.internal.TableTypeConverter
 
isCreateStatement(String) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
isCurrency(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Indicates whether the designated column is a cash value.
isDefinitelyWritable(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Indicates whether a write on the designated column will definitely succeed.
isDeleteStatement(String) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
isDropTableStatement(String) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
isIgnoreUnrecognizableColumn() - 类 中的方法com.jn.sqlhelper.common.resultset.BeanRowMapper
 
isInsertStatement(String) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
isNonUnique() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
isNullable(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Indicates the nullability of values in the designated column.
Isolation - com.jn.sqlhelper.common.transaction.utils中的枚举
 
isQuote(String) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
isReadOnly(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Indicates whether the designated column is definitely not writable.
isReadonly() - 类 中的方法com.jn.sqlhelper.common.transaction.definition.DefaultTransactionDefinition
 
isReadonly() - 接口 中的方法com.jn.sqlhelper.common.transaction.TransactionDefinition
 
isRollbackOnly() - 类 中的方法com.jn.sqlhelper.common.transaction.Transaction
 
isSearchable(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Indicates whether the designated column can be used in a where clause.
isSelectCountStatement(String) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
isSelectStatement(String) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
isSigned(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Indicates whether values in the designated column are signed numbers.
isSupportsBatchUpdates(Connection) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
isSupportsSetPrimaryKeyInTableDDL() - 类 中的方法com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
isSupportsSetPrimaryKeyUsingAlter() - 类 中的方法com.jn.sqlhelper.common.ddl.dump.AbstractTableGenerator
 
isUpdateStatement(String) - 类 中的静态方法com.jn.sqlhelper.common.utils.SQLs
 
isValidIsolation(Isolation) - 类 中的静态方法com.jn.sqlhelper.common.transaction.utils.Transactions
 
isWrapperFor(Class<?>) - 类 中的方法com.jn.sqlhelper.common.datasource.SimpleDataSource
 
isWritable(int) - 类 中的方法com.jn.sqlhelper.common.resultset.ResultSetDescription
Indicates whether it is possible for a write on the designated column to succeed.

J

JdbcBatchUpdater<E,STATEMENT extends BatchStatement> - com.jn.sqlhelper.common.batch.jdbc中的类
 
JdbcBatchUpdater() - 类 的构造器com.jn.sqlhelper.common.batch.jdbc.JdbcBatchUpdater
 
JdbcType - com.jn.sqlhelper.common.ddl.model.internal中的枚举
 
JdbcTypeConverter - com.jn.sqlhelper.common.ddl.model.internal中的类
 
JdbcTypeConverter() - 类 的构造器com.jn.sqlhelper.common.ddl.model.internal.JdbcTypeConverter
 

L

ListPreparedStatementSetter - com.jn.sqlhelper.common.statement中的类
 
ListPreparedStatementSetter() - 类 的构造器com.jn.sqlhelper.common.statement.ListPreparedStatementSetter
 
loadConfig(InputStream) - 类 中的静态方法com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
loadTable(DatabaseDescription, String, String, String) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.DatabaseLoader
 
loadTable(DatabaseDescription, String, String, String, boolean, boolean, boolean, boolean) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.DatabaseLoader
 
loadTables(DatabaseDescription, String, String, String) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.DatabaseLoader
 
loadTables(DatabaseDescription, String, String, String, boolean, boolean, boolean, boolean) - 类 中的方法com.jn.sqlhelper.common.ddl.dump.DatabaseLoader
 

M

mapping(ResultSet, int, ResultSetDescription) - 类 中的方法com.jn.sqlhelper.common.resultset.ArrayRowMapper
 
mapping(ResultSet, int, ResultSetDescription) - 类 中的方法com.jn.sqlhelper.common.resultset.BeanRowMapper
 
mapping(ResultSet, int, ResultSetDescription) - 类 中的方法com.jn.sqlhelper.common.resultset.MapRowMapper
 
mapping(ResultSet, int, ResultSetDescription) - 接口 中的方法com.jn.sqlhelper.common.resultset.RowMapper
 
mapping(ResultSet, int, ResultSetDescription) - 类 中的方法com.jn.sqlhelper.common.resultset.TupleRowMapper
 
MapRowMapper - com.jn.sqlhelper.common.resultset中的类
 
MapRowMapper() - 类 的构造器com.jn.sqlhelper.common.resultset.MapRowMapper
 
MYSQL - 类 中的静态变量com.jn.sqlhelper.common.ddl.SQLSyntaxCompatTable
 

N

NamedConnectionConfiguration - com.jn.sqlhelper.common.connection中的类
 
NamedConnectionConfiguration() - 类 的构造器com.jn.sqlhelper.common.connection.NamedConnectionConfiguration
 
NamedConnectionConfiguration(ConnectionConfiguration) - 类 的构造器com.jn.sqlhelper.common.connection.NamedConnectionConfiguration
 
NamedTransactionDefinitionParser<I> - com.jn.sqlhelper.common.transaction.definition.parser中的接口
 
NoopSymbolMapper - com.jn.sqlhelper.common.symbolmapper中的类
 
NoopSymbolMapper() - 类 的构造器com.jn.sqlhelper.common.symbolmapper.NoopSymbolMapper
 
NoRollbackRuleAttribute(Class<?>) - 类 的构造器com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition.NoRollbackRuleAttribute
Create a new instance of the NoRollbackRuleAttribute class for the supplied Throwable class.
NoRollbackRuleAttribute(String) - 类 的构造器com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition.NoRollbackRuleAttribute
Create a new instance of the NoRollbackRuleAttribute class for the supplied exceptionName.

O

of(String) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.BooleanFlag
 
of(FieldInfo) - 类 中的静态方法com.jn.sqlhelper.common.resultset.EntityFieldInfo
 
ofCode(int) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.FkInitiallyRule
 
ofCode(int) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.FkMutatedRule
 
ofCode(int) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.IndexType
 
ofCode(int) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.JdbcType
 
ofCode(String) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.SortType
 
ofCode(String) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.TableType
 
ORACLE - 类 中的静态变量com.jn.sqlhelper.common.ddl.SQLSyntaxCompatTable
 

P

parse(InputStream) - 类 中的方法com.jn.sqlhelper.common.connection.PropertiesNamedConnectionConfigurationParser
 
parse(Class<?>) - 类 中的方法com.jn.sqlhelper.common.er.DefaultEntityTableMappingParser
 
parse(Class<?>) - 接口 中的方法com.jn.sqlhelper.common.er.EntityTableParser
 
parse(Class) - 类 中的方法com.jn.sqlhelper.common.resultset.CachedEntityBeanClassParser
 
parse(AnnotatedElement) - 类 中的方法com.jn.sqlhelper.common.transaction.definition.parser.AbstractTransactionDefinitionAnnotationParser
 
parse(I) - 接口 中的方法com.jn.sqlhelper.common.transaction.definition.parser.NamedTransactionDefinitionParser
 
parse(I) - 接口 中的方法com.jn.sqlhelper.common.transaction.definition.parser.TransactionDefinitionParser
 
parseField(Class, Field) - 类 中的方法com.jn.sqlhelper.common.resultset.EntityBeanClassParser
 
PASSWORD - 类 中的静态变量com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
PK - com.jn.sqlhelper.common.annotation中的注释类型
 
POSTGRESQL - 类 中的静态变量com.jn.sqlhelper.common.ddl.SQLSyntaxCompatTable
 
PREFIX_COMMIT_RULE - 类 中的静态变量com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition
Prefix for commit-on-exception rules in description strings
PREFIX_ROLLBACK_RULE - 类 中的静态变量com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition
Prefix for rollback-on-exception rules in description strings
PreparedStatementSetter<P> - com.jn.sqlhelper.common.statement中的接口
 
PrimaryKeyColumn - com.jn.sqlhelper.common.ddl.model中的类
 
PrimaryKeyColumn() - 类 的构造器com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
PropertiesNamedConnectionConfigurationParser - com.jn.sqlhelper.common.connection中的类
 
PropertiesNamedConnectionConfigurationParser() - 类 的构造器com.jn.sqlhelper.common.connection.PropertiesNamedConnectionConfigurationParser
 
PropertiesNamedConnectionConfigurationSerializer - com.jn.sqlhelper.common.connection中的类
 
PropertiesNamedConnectionConfigurationSerializer() - 类 的构造器com.jn.sqlhelper.common.connection.PropertiesNamedConnectionConfigurationSerializer
 

R

register(String, String[]) - 类 中的方法com.jn.sqlhelper.common.ddl.SQLSyntaxCompatTable
 
register(String, String) - 类 中的方法com.jn.sqlhelper.common.ddl.SQLSyntaxCompatTable
 
register(TransactionDefinition) - 类 中的方法com.jn.sqlhelper.common.transaction.TransactionDefinitionRegistry
 
register(Method, TransactionDefinition) - 类 中的方法com.jn.sqlhelper.common.transaction.TransactionDefinitionRegistry
 
register(TransactionDefinitionParser) - 类 中的方法com.jn.sqlhelper.common.transaction.TransactionDefinitionRegistry
 
ResultSetDescription - com.jn.sqlhelper.common.resultset中的类
 
ResultSetDescription(ResultSetMetaData) - 类 的构造器com.jn.sqlhelper.common.resultset.ResultSetDescription
 
ResultSetExtractor<T> - com.jn.sqlhelper.common.resultset中的接口
 
ResultSets - com.jn.sqlhelper.common.resultset中的类
 
ResultSets() - 类 的构造器com.jn.sqlhelper.common.resultset.ResultSets
 
rollback(Transaction) - 类 中的方法com.jn.sqlhelper.common.transaction.DefaultTransactionManager
 
rollback() - 类 中的方法com.jn.sqlhelper.common.transaction.jdbc.ConnectionTransactionalResource
 
rollback() - 接口 中的方法com.jn.sqlhelper.common.transaction.TransactionalResource
 
rollback(Transaction) - 接口 中的方法com.jn.sqlhelper.common.transaction.TransactionManager
 
ROLLBACK_ON_RUNTIME_EXCEPTIONS - 类 中的静态变量com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition.RollbackRuleAttribute
rollbackOn(Throwable) - 类 中的方法com.jn.sqlhelper.common.transaction.definition.DefaultTransactionDefinition
 
rollbackOn(Throwable) - 类 中的方法com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition
Winning rule is the shallowest rule (that is, the closest in the inheritance hierarchy to the exception).
rollbackOn(Throwable) - 接口 中的方法com.jn.sqlhelper.common.transaction.TransactionDefinition
 
RollbackRuleAttribute(Class<?>) - 类 的构造器com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition.RollbackRuleAttribute
Create a new instance of the RollbackRuleAttribute class.
RollbackRuleAttribute(String) - 类 的构造器com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition.RollbackRuleAttribute
Create a new instance of the RollbackRuleAttribute class for the given exceptionName.
RowMapper<T> - com.jn.sqlhelper.common.resultset中的接口
 
RowMapperResultSetExtractor<T> - com.jn.sqlhelper.common.resultset中的类
 
RowMapperResultSetExtractor(RowMapper<T>) - 类 的构造器com.jn.sqlhelper.common.resultset.RowMapperResultSetExtractor
 
RowMapperResultSetExtractor(RowMapper<T>, int) - 类 的构造器com.jn.sqlhelper.common.resultset.RowMapperResultSetExtractor
 
RowMapperResultSetExtractor(RowMapper<T>, int, int) - 类 的构造器com.jn.sqlhelper.common.resultset.RowMapperResultSetExtractor
 
RuleBasedTransactionDefinition - com.jn.sqlhelper.common.transaction.definition中的类
TransactionAttribute implementation that works out whether a given exception should cause transaction rollback by applying a number of rollback rules, both positive and negative.
RuleBasedTransactionDefinition() - 类 的构造器com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition
Create a new RuleBasedTransactionAttribute, with default settings.
RuleBasedTransactionDefinition(List<RuleBasedTransactionDefinition.RollbackRuleAttribute>) - 类 的构造器com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition
Create a new DefaultTransactionAttribute with the given propagation behavior.
RuleBasedTransactionDefinition.NoRollbackRuleAttribute - com.jn.sqlhelper.common.transaction.definition中的类
Tag subclass of RuleBasedTransactionDefinition.RollbackRuleAttribute that has the opposite behavior to the RollbackRuleAttribute superclass.
RuleBasedTransactionDefinition.RollbackRuleAttribute - com.jn.sqlhelper.common.transaction.definition中的类
Rule determining whether or not a given exception (and any subclasses) should cause a rollback.

S

SelectCountResultSetExtractor - com.jn.sqlhelper.common.resultset中的类
 
SelectCountResultSetExtractor() - 类 的构造器com.jn.sqlhelper.common.resultset.SelectCountResultSetExtractor
 
serialize(NamedConnectionConfiguration) - 类 中的方法com.jn.sqlhelper.common.connection.PropertiesNamedConnectionConfigurationSerializer
 
setAscOrDesc(SortType) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setBatchMode(BatchMode) - 接口 中的方法com.jn.sqlhelper.common.batch.BatchStatement
 
setBufferLength(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setCardinality(Long) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setCatalog(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setCatalog(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
setCatalog(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setCatalog(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
setCatalog(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
setCharOctetLength(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setColumnMappings(Map<String, String>) - 类 中的方法com.jn.sqlhelper.common.er.EntityTableMapping
 
setColumnName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setColumnName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
setColumnName(String) - 类 中的方法com.jn.sqlhelper.common.resultset.EntityFieldInfo
 
setColumnNames(Collection<String>) - 类 中的方法com.jn.sqlhelper.common.resultset.EntityFieldInfo
 
setConnection(Connection) - 类 中的方法com.jn.sqlhelper.common.transaction.jdbc.ConnectionTransactionalResource
 
setConnectionConfiguration(T) - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionFactory
 
setConverter(Converter) - 类 中的方法com.jn.sqlhelper.common.resultset.EntityFieldInfo
 
setConverterService(ConverterService) - 类 中的方法com.jn.sqlhelper.common.resultset.BeanRowMapper
 
setDecimalDigits(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setDefaultValue(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setDeferrability(FkInitiallyRule) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setDefinition(TransactionDefinition) - 类 中的方法com.jn.sqlhelper.common.transaction.Transaction
 
setDelegate(EnumDelegate) - 枚举 中的方法com.jn.sqlhelper.common.transaction.utils.Isolation
 
setDeleteRule(FkMutatedRule) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setDriver(String) - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
setDriverProps(Properties) - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
setEncoding(String) - 类 中的方法com.jn.sqlhelper.common.connection.PropertiesNamedConnectionConfigurationParser
 
setEntityClass(Class) - 类 中的方法com.jn.sqlhelper.common.er.EntityTableMapping
 
setField(Field) - 类 中的方法com.jn.sqlhelper.common.resultset.EntityFieldInfo
 
setFilterCondition(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setFkColumnName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setFkName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setFkTableCatalog(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setFkTableName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setFkTableSchema(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setId(String) - 类 中的方法com.jn.sqlhelper.common.connection.NamedConnectionConfiguration
 
setIgnoreUnrecognizableColumn(boolean) - 类 中的方法com.jn.sqlhelper.common.resultset.BeanRowMapper
 
setIndexName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setIndexQualifier(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setIsAutoincrement(BooleanFlag) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setIsGeneratedColumn(BooleanFlag) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setIsNullable(BooleanFlag) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setIsolation(Isolation) - 类 中的方法com.jn.sqlhelper.common.transaction.definition.DefaultTransactionDefinition
 
setJdbcType(JdbcType) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setKeySeq(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setKeySeq(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
setKeywords(String) - 枚举 中的方法com.jn.sqlhelper.common.ddl.model.internal.FkMutatedRule
 
setLoginTimeout(int) - 类 中的方法com.jn.sqlhelper.common.datasource.SimpleDataSource
 
setLogWriter(PrintWriter) - 类 中的方法com.jn.sqlhelper.common.datasource.SimpleDataSource
 
setName(String) - 类 中的方法com.jn.sqlhelper.common.connection.NamedConnectionConfiguration
 
setName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
setName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
setName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
setName(String) - 类 中的方法com.jn.sqlhelper.common.transaction.definition.DefaultTransactionDefinition
 
setName(String) - 接口 中的方法com.jn.sqlhelper.common.transaction.definition.parser.NamedTransactionDefinitionParser
 
setName(String) - 类 中的方法com.jn.sqlhelper.common.transaction.jdbc.ConnectionTransactionalResource
 
setNonUnique(boolean) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setNullable(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setNumPrecRadix(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setOrdinalPosition(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setOrdinalPosition(int) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setOrdinalPosition(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setPages(Long) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setParameters(List<E>) - 类 中的方法com.jn.sqlhelper.common.batch.BatchResult
 
setParameters(PreparedStatement, int, List) - 类 中的方法com.jn.sqlhelper.common.statement.ListPreparedStatementSetter
 
setParameters(PreparedStatement, int, P) - 接口 中的方法com.jn.sqlhelper.common.statement.PreparedStatementSetter
 
setPassword(String) - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
setPkColumnName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setPkName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setPkTableCatalog(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setPkTableName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setPkTableSchema(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setReadonly(boolean) - 类 中的方法com.jn.sqlhelper.common.transaction.definition.DefaultTransactionDefinition
 
setRefGeneration(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
setRemarks(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setRemarks(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
setRollbackOnly() - 类 中的方法com.jn.sqlhelper.common.transaction.Transaction
 
setRollbackRules(List<RuleBasedTransactionDefinition.RollbackRuleAttribute>) - 类 中的方法com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition
Set the list of RollbackRuleAttribute objects (and/or NoRollbackRuleAttribute objects) to apply.
setRowMapper(RowMapper<T>) - 类 中的方法com.jn.sqlhelper.common.resultset.SingleRecordRowMapperResultSetExtractor
 
setRowsAffected(int) - 类 中的方法com.jn.sqlhelper.common.batch.BatchResult
 
setSchema(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setSchema(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
setSchema(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setSchema(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
setSchema(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
setScopeCatalog(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setScopeSchema(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setScopeTable(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setSelfReferencingColumnName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
setSize(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setSortType(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setSourceDataType(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setSql(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
setSqlDataType(JdbcType) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setSqlDatetimeSub(Integer) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setSqlSymbolMapper(SqlSymbolMapper) - 类 中的方法com.jn.sqlhelper.common.resultset.BeanRowMapper
 
setStatement(BatchStatement) - 类 中的方法com.jn.sqlhelper.common.batch.BatchResult
 
setTable(String) - 类 中的方法com.jn.sqlhelper.common.er.EntityTableMapping
 
setTableName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setTableName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
setTableName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setTableName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.PrimaryKeyColumn
 
setTableType(TableType) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
setTenantField(String) - 类 中的方法com.jn.sqlhelper.common.er.EntityTableMapping
 
setThrowables(List<Throwable>) - 类 中的方法com.jn.sqlhelper.common.batch.BatchResult
 
setTransactionManager(TransactionManager) - 类 中的方法com.jn.sqlhelper.common.transaction.Transaction
 
setType(IndexType) - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
setTypeCatalog(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
setTypeName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
setTypeName(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
setTypeSchema(String) - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
setUpdateRule(FkMutatedRule) - 类 中的方法com.jn.sqlhelper.common.ddl.model.ImportedColumn
 
setUrl(String) - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
setUser(String) - 类 中的方法com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
SimpleBatchUpdater<E,STATEMENT extends BatchStatement> - com.jn.sqlhelper.common.batch.jdbc中的类
 
SimpleBatchUpdater() - 类 的构造器com.jn.sqlhelper.common.batch.jdbc.SimpleBatchUpdater
 
SimpleDataSource - com.jn.sqlhelper.common.datasource中的类
 
SimpleDataSource() - 类 的构造器com.jn.sqlhelper.common.datasource.SimpleDataSource
 
SingleRecordRowMapperResultSetExtractor<T> - com.jn.sqlhelper.common.resultset中的类
 
SingleRecordRowMapperResultSetExtractor(RowMapper<T>) - 类 的构造器com.jn.sqlhelper.common.resultset.SingleRecordRowMapperResultSetExtractor
 
SortType - com.jn.sqlhelper.common.ddl.model.internal中的枚举
 
SortTypeConverter - com.jn.sqlhelper.common.ddl.model.internal中的类
 
SortTypeConverter() - 类 的构造器com.jn.sqlhelper.common.ddl.model.internal.SortTypeConverter
 
split(String, String) - 类 中的静态方法com.jn.sqlhelper.common.symbolmapper.UnderlineToCamelSymbolMapper
 
sql2003() - 类 中的方法com.jn.sqlhelper.common.utils.AnsiSqlKeywords
Retrieve all keywords defined by ANSI SQL:2003
SQL_FILE_SUFFIX - 类 中的静态变量com.jn.sqlhelper.common.utils.SQLs
 
SqlBatchUpdaterFactory - com.jn.sqlhelper.common.batch中的接口
 
SqlDdlFormatter - com.jn.sqlhelper.common.formatter中的类
Performs formatting of DDL SQL statements.
SqlDdlFormatter() - 类 的构造器com.jn.sqlhelper.common.formatter.SqlDdlFormatter
 
SqlDmlFormatter - com.jn.sqlhelper.common.formatter中的类
Performs formatting of basic SQL statements (DML + query).
SqlDmlFormatter() - 类 的构造器com.jn.sqlhelper.common.formatter.SqlDmlFormatter
 
SQLs - com.jn.sqlhelper.common.utils中的类
 
SQLs() - 类 的构造器com.jn.sqlhelper.common.utils.SQLs
 
SQLSERVER - 类 中的静态变量com.jn.sqlhelper.common.ddl.SQLSyntaxCompatTable
 
SqlSymbolMapper - com.jn.sqlhelper.common.symbolmapper中的接口
map an name to sql column
SQLSyntaxCompatTable - com.jn.sqlhelper.common.ddl中的类
很多数据库的语法都是差不多一样的,有的是基于一下知名数据库改造的,有的是开发时就考虑到兼容某些数据库的语法的
supportsBatchUpdates() - 类 中的方法com.jn.sqlhelper.common.ddl.model.DatabaseDescription
Retrieves whether this database supports batch updates.
supportsCatalogsInIndexDefinitions() - 类 中的方法com.jn.sqlhelper.common.ddl.model.DatabaseDescription
Retrieves whether a catalog name can be used in an index definition statement.
supportsCatalogsInTableDefinitions() - 类 中的方法com.jn.sqlhelper.common.ddl.model.DatabaseDescription
Retrieves whether a catalog name can be used in a table definition statement.
supportsMixedCaseIdentifiers() - 类 中的方法com.jn.sqlhelper.common.ddl.model.DatabaseDescription
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMixedCaseQuotedIdentifiers() - 类 中的方法com.jn.sqlhelper.common.ddl.model.DatabaseDescription
Retrieves whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsSchemasInIndexDefinitions() - 类 中的方法com.jn.sqlhelper.common.ddl.model.DatabaseDescription
Retrieves whether a schema name can be used in an index definition statement.
supportsSchemasInTableDefinitions() - 类 中的方法com.jn.sqlhelper.common.ddl.model.DatabaseDescription
Retrieves whether a schema name can be used in a table definition statement.

T

Table - com.jn.sqlhelper.common.annotation中的注释类型
标识某个类对应的数据库表
Table - com.jn.sqlhelper.common.ddl.model中的类
 
Table() - 类 的构造器com.jn.sqlhelper.common.ddl.model.Table
 
TableGenerator - com.jn.sqlhelper.common.ddl.dump中的接口
 
TableNonExistsException - com.jn.sqlhelper.common.exception中的异常错误
 
TableNonExistsException() - 异常错误 的构造器com.jn.sqlhelper.common.exception.TableNonExistsException
 
TableNonExistsException(String) - 异常错误 的构造器com.jn.sqlhelper.common.exception.TableNonExistsException
 
TableNonExistsException(String, Throwable) - 异常错误 的构造器com.jn.sqlhelper.common.exception.TableNonExistsException
 
TableNonExistsException(Throwable) - 异常错误 的构造器com.jn.sqlhelper.common.exception.TableNonExistsException
 
TableType - com.jn.sqlhelper.common.ddl.model.internal中的枚举
 
TableTypeConverter - com.jn.sqlhelper.common.ddl.model.internal中的类
 
TableTypeConverter() - 类 的构造器com.jn.sqlhelper.common.ddl.model.internal.TableTypeConverter
 
Tenant - com.jn.sqlhelper.common.annotation中的注释类型
只是一个标识
toString() - 类 中的方法com.jn.sqlhelper.common.connection.NamedConnectionConfiguration
 
toString() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Column
 
toString() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Index
 
toString() - 类 中的方法com.jn.sqlhelper.common.ddl.model.IndexColumn
 
toString() - 类 中的方法com.jn.sqlhelper.common.ddl.model.Table
 
toString() - 类 中的方法com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition.NoRollbackRuleAttribute
 
toString() - 类 中的方法com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition.RollbackRuleAttribute
 
toString() - 类 中的方法com.jn.sqlhelper.common.transaction.definition.RuleBasedTransactionDefinition
 
toString() - 类 中的方法com.jn.sqlhelper.common.transaction.jdbc.ConnectionTransactionalResource
 
toString() - 类 中的方法com.jn.sqlhelper.common.transaction.Transaction
 
Transaction - com.jn.sqlhelper.common.transaction中的类
1.
Transaction(TransactionManager, TransactionDefinition) - 类 的构造器com.jn.sqlhelper.common.transaction.Transaction
 
Transactional - com.jn.sqlhelper.common.annotation中的注释类型
 
TransactionalAnnotationParser - com.jn.sqlhelper.common.transaction.definition.parser中的类
 
TransactionalAnnotationParser() - 类 的构造器com.jn.sqlhelper.common.transaction.definition.parser.TransactionalAnnotationParser
 
TransactionalResource - com.jn.sqlhelper.common.transaction中的接口
JDBC Connection, MyBatis SqlSession, Hibernate Session 等等
TransactionAops - com.jn.sqlhelper.common.transaction.utils中的类
 
TransactionAops() - 类 的构造器com.jn.sqlhelper.common.transaction.utils.TransactionAops
 
TransactionDefinition - com.jn.sqlhelper.common.transaction中的接口
 
TransactionDefinitionAnnotationParser<A extends Annotation> - com.jn.sqlhelper.common.transaction.definition.parser中的接口
 
TransactionDefinitionParser<I> - com.jn.sqlhelper.common.transaction.definition.parser中的接口
 
TransactionDefinitionRegistry - com.jn.sqlhelper.common.transaction中的类
 
TransactionDefinitionRegistry() - 类 的构造器com.jn.sqlhelper.common.transaction.TransactionDefinitionRegistry
 
TransactionManager - com.jn.sqlhelper.common.transaction中的接口
 
Transactions - com.jn.sqlhelper.common.transaction.utils中的类
 
TransactionThreadContext - com.jn.sqlhelper.common.transaction.utils中的类
 
TupleRowMapper - com.jn.sqlhelper.common.resultset中的类
 
TupleRowMapper() - 类 的构造器com.jn.sqlhelper.common.resultset.TupleRowMapper
 

U

unbind() - 类 中的静态方法com.jn.sqlhelper.common.transaction.utils.TransactionThreadContext
 
unbindResource(Object) - 类 中的方法com.jn.sqlhelper.common.transaction.Transaction
 
unbindTransactionResource(Object) - 类 中的静态方法com.jn.sqlhelper.common.transaction.utils.TransactionThreadContext
 
UnderlineToCamelSymbolMapper - com.jn.sqlhelper.common.symbolmapper中的类
 
UnderlineToCamelSymbolMapper() - 类 的构造器com.jn.sqlhelper.common.symbolmapper.UnderlineToCamelSymbolMapper
 
unwrap(Class<T>) - 类 中的方法com.jn.sqlhelper.common.datasource.SimpleDataSource
 
UpdatedRowsResultSetExtractor - com.jn.sqlhelper.common.resultset中的类
 
UpdatedRowsResultSetExtractor() - 类 的构造器com.jn.sqlhelper.common.resultset.UpdatedRowsResultSetExtractor
 
URL - 类 中的静态变量com.jn.sqlhelper.common.connection.ConnectionConfiguration
 
USER - 类 中的静态变量com.jn.sqlhelper.common.connection.ConnectionConfiguration
 

V

valueOf(String) - 枚举 中的静态方法com.jn.sqlhelper.common.batch.BatchMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.BooleanFlag
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.FkInitiallyRule
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.FkMutatedRule
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.IndexType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.JdbcType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.SortType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.TableType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jn.sqlhelper.common.transaction.utils.Isolation
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.jn.sqlhelper.common.batch.BatchMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.BooleanFlag
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.FkInitiallyRule
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.FkMutatedRule
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.IndexType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.JdbcType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.SortType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jn.sqlhelper.common.ddl.model.internal.TableType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jn.sqlhelper.common.transaction.utils.Isolation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WHITESPACE - 类 中的静态变量com.jn.sqlhelper.common.utils.SQLs
 
A B C D E F G H I J L M N O P R S T U V W 
跳过导航链接

Copyright © 2021. All rights reserved.