UrlResource
or ClassPathResource
.Resource
implementations,
pre-implementing typical behavior.ClassReader
.ClassReader
.MultiValueMap
to the current values.URLClassLoader
URLs for jar file references and add them to the
given set of resources in the form of pointers to the root of the jar file content.ClassLoader.getResource
(also suitable for use with Class.getResource
by prepending a
slash ('/') to the return value).String
to the given String
array,
returning a new array consisting of the input array contents plus
the given String
.
- AnnotatedTypeMetadata - Interface in sf.spring.core.type
-
- ANNOTATION_DEFINE_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- AnnotationDef - Class in sf.accelerator.asm.commons
-
- AnnotationDef(String) - Constructor for class sf.accelerator.asm.commons.AnnotationDef
-
- AnnotationMetadata - Interface in sf.spring.core.type
-
Interface that defines abstract access to the annotations of a specific
class, in a form that does not require that class to be loaded yet.
- annotations - Variable in class sf.accelerator.asm.commons.AnnotationDef
-
- annotationType() - Method in class sf.database.dbinfo.ForeignKey
-
- AnnotationVisitor - Class in sf.spring.asm
-
A visitor to visit a Java annotation.
- AnnotationVisitor(int) - Constructor for class sf.spring.asm.AnnotationVisitor
-
Constructs a new
AnnotationVisitor
.
- AnnotationVisitor(int, AnnotationVisitor) - Constructor for class sf.spring.asm.AnnotationVisitor
-
Constructs a new
AnnotationVisitor
.
- AntPathMatcher - Class in sf.spring.util
-
PathMatcher
implementation for Ant-style path patterns.
- AntPathMatcher() - Constructor for class sf.spring.util.AntPathMatcher
-
Create a new instance with the
AntPathMatcher.DEFAULT_PATH_SEPARATOR
.
- AntPathMatcher(String) - Constructor for class sf.spring.util.AntPathMatcher
-
A convenient, alternative constructor to use with a custom path separator.
- AntPathMatcher.AntPathStringMatcher - Class in sf.spring.util
-
Tests whether or not a string matches against a pattern via a
Pattern
.
- AntPathMatcher.AntPatternComparator - Class in sf.spring.util
-
The default
Comparator
implementation returned by
AntPathMatcher.getPatternComparator(String)
.
- AntPathStringMatcher(String) - Constructor for class sf.spring.util.AntPathMatcher.AntPathStringMatcher
-
- AntPathStringMatcher(String, boolean) - Constructor for class sf.spring.util.AntPathMatcher.AntPathStringMatcher
-
- AntPatternComparator(String) - Constructor for class sf.spring.util.AntPathMatcher.AntPatternComparator
-
- api - Variable in class sf.spring.asm.AnnotationVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class sf.spring.asm.ClassVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class sf.spring.asm.FieldVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class sf.spring.asm.MethodVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class sf.spring.asm.ModuleVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class sf.spring.asm.RecordComponentVisitor
-
The ASM API version implemented by this visitor.
- applyRelativePath(String, String) - Static method in class sf.spring.util.StringUtils
-
Apply the given relative path to the given Java resource path,
assuming standard Java folder separation (i.e.
- applyUpdate() - Method in class sf.core.DBObject
-
- applyUpdate() - Method in interface sf.core.IDML
-
将UpdateValueMap中的值更新到实体字段中取(如果不相等)同时清除掉updateValueMap中的值
- ARETURN - Static variable in interface sf.spring.asm.Opcodes
-
- array(String, Class<? super A>) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- array(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- array(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
- ARRAY - Static variable in class sf.spring.asm.Type
-
The sort of array reference types.
- ARRAY_ELEMENT - Static variable in class sf.spring.asm.TypePath
-
A type path step that steps into the element type of an array type.
- ARRAY_SUFFIX - Static variable in class sf.spring.util.ClassUtils
-
Suffix for array class names:
"[]"
.
- arrayBaseOffset(Class<?>) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Reports the offset of the first element in the storage allocation of a
given array class.
- arrayIndexScale(Class<?>) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Reports the scale factor for addressing elements in the storage
allocation of a given array class.
- ARRAYLENGTH - Static variable in interface sf.spring.asm.Opcodes
-
- ArrayRowMapper - Class in sf.database.jdbc.rowmapper
-
结果集转为数组
- ArrayRowMapper() - Constructor for class sf.database.jdbc.rowmapper.ArrayRowMapper
-
- arrays - Variable in class sf.accelerator.asm.commons.AnnotationDef
-
- arrayToCommaDelimitedString(Object[]) - Static method in class sf.spring.util.StringUtils
-
Convert a
String
array into a comma delimited String
(i.e., CSV).
- arrayToDelimitedString(Object[], String) - Static method in class sf.spring.util.StringUtils
-
Convert a
String
array into a delimited String
(e.g.
- arrayToList(Object) - Static method in class sf.spring.util.CollectionUtils
-
Convert the supplied array into a List.
- ArrayType - Class in sf.database.jdbc.type
-
- ArrayType(String) - Constructor for class sf.database.jdbc.type.ArrayType
-
- ArrayType() - Constructor for class sf.database.jdbc.type.ArrayType
-
- ArrayUtils - Class in sf.tools
-
- ArrayUtils() - Constructor for class sf.tools.ArrayUtils
-
- as(String) - Method in class sf.jooq.tables.DynamicJooqTable
- as(Name) - Method in class sf.jooq.tables.DynamicJooqTable
- as(String) - Method in class sf.jooq.tables.JooqTable
- as(Name) - Method in class sf.jooq.tables.JooqTable
- asByteArray(File) - Static method in class sf.tools.IOUtils
-
Deprecated.
use
- asc - Variable in class sf.database.dbinfo.Index.IndexItem
-
- asCharArray(Reader) - Static method in class sf.tools.IOUtils
-
将Reader内容读取到内存中的charArray
- ASM10_EXPERIMENTAL - Static variable in interface sf.spring.asm.Opcodes
-
Experimental, use at your own risk.
- ASM4 - Static variable in interface sf.spring.asm.Opcodes
-
- ASM5 - Static variable in interface sf.spring.asm.Opcodes
-
- ASM6 - Static variable in interface sf.spring.asm.Opcodes
-
- ASM7 - Static variable in interface sf.spring.asm.Opcodes
-
- ASM8 - Static variable in interface sf.spring.asm.Opcodes
-
- ASM9 - Static variable in interface sf.spring.asm.Opcodes
-
- ASM_VERSION - Static variable in class sf.spring.asm.SpringAsmInfo
-
The ASM compatibility version for Spring's ASM visitor implementations:
currently
Opcodes.ASM10_EXPERIMENTAL
, as of Spring Framework 5.3.
- ASMUtils - Class in sf.tools
-
- ASMUtils() - Constructor for class sf.tools.ASMUtils
-
- asNull - Static variable in class sf.database.jdbc.type.Jdbcs
-
空值适配器
- Assert - Class in sf.spring.util
-
Assertion utility class that assists in validating arguments.
- Assert() - Constructor for class sf.spring.util.Assert
-
- asString(Reader) - Static method in class sf.tools.IOUtils
-
将Reader的内容读取为一个字符串
- asString(Reader, boolean) - Static method in class sf.tools.IOUtils
-
将Reader内容读取为字符串
- asString(File, String) - Static method in class sf.tools.IOUtils
-
- asString(URL, String) - Static method in class sf.tools.IOUtils
-
将指定位置的数据读出成为文本
- asString(InputStream) - Static method in class sf.tools.IOUtils
-
将输入流转化为String .(使用缺省的字符集)
- asString(InputStream, String, boolean) - Static method in class sf.tools.IOUtils
-
将输入流转化为String
- asStringLambda(URL, Charset, Function<String, Boolean>) - Static method in class sf.tools.IOUtils
-
- asStringLambda(BufferedReader, boolean, Function<String, Boolean>) - Static method in class sf.tools.IOUtils
-
- asStringLambda(InputStream, Charset, boolean, Function<String, Boolean>) - Static method in class sf.tools.IOUtils
-
- ASTORE - Static variable in interface sf.spring.asm.Opcodes
-
- ATHROW - Static variable in interface sf.spring.asm.Opcodes
-
- Attribute - Class in sf.spring.asm
-
A non standard class, field, method or Code attribute, as defined in the Java Virtual Machine
Specification (JVMS).
- Attribute(String) - Constructor for class sf.spring.asm.Attribute
-
Constructs a new empty attribute.
- AttributeConverterType<X,Y> - Class in sf.database.jdbc.type
-
此类是为了对接
AttributeConverter
接口
- AttributeConverterType() - Constructor for class sf.database.jdbc.type.AttributeConverterType
-
- AttributeConverterType(AttributeConverter<X, Y>, TypeHandler<Y>) - Constructor for class sf.database.jdbc.type.AttributeConverterType
-
- AttributeDef - Class in sf.accelerator.asm.commons
-
- AttributeDef(String) - Constructor for class sf.accelerator.asm.commons.AttributeDef
-
- AttributeDef(String, byte[]) - Constructor for class sf.accelerator.asm.commons.AttributeDef
-
- attrs - Variable in class sf.accelerator.asm.commons.AnnotationDef
-
- AutoConfiguredMapperScannerRegistrar() - Constructor for class org.smallframework.springboot.SmallOrmAutoConfiguration.AutoConfiguredMapperScannerRegistrar
-
- AutoSQL - Annotation Type in sf.database.mapper.annotation
-
根据方法名称自动生成sql,使用spring-data功能生成sql,里面的参数必须使用@Param注解.
- av - Variable in class sf.spring.asm.AnnotationVisitor
-
The annotation visitor to which this visitor must delegate method calls.
B
- b - Variable in class sf.spring.asm.ClassReader
-
Deprecated.
Use
ClassReader.readByte(int)
and the other read methods instead. This field will
eventually be deleted.
- BALOAD - Static variable in interface sf.spring.asm.Opcodes
-
- baseClass - Variable in class sf.ext.gen.GenConfig
-
- basedir - Variable in class org.smallframework.mavenplugin.goal.EnhanceASMMojo
-
基路径
- basedir - Variable in class org.smallframework.mavenplugin.goal.EnhanceJavassistMojo
-
基路径
- BASTORE - Static variable in interface sf.spring.asm.Opcodes
-
- batchCommonLog(LogContext, String, boolean, int, int, Object) - Static method in class sf.common.log.OrmLog
-
批量日志对象初始化,支持 List,Set,数组等参数
- batchCommonLog(LogContext, String, boolean, boolean, int, int, Object) - Static method in class sf.common.log.OrmLog
-
批量日志对象初始化,支持 List,Set,数组等参数
- batchDelete(Collection<? extends DBObject>) - Method in class sf.database.dao.DBClient
-
- batchDelete(Collection<? extends DBObject>) - Method in interface sf.database.dao.DBMethod
-
批量删除
- batchDelete(Connection, Collection<? extends DBObject>, int) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
Batch delete records using the columns names of the record in recordList.
- batchDelete(Connection, Collection<? extends DBObject>, int, boolean) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- batchDelete(Connection, Collection<? extends DBObject>, int) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
- batchDelete(Connection, Collection<? extends DBObject>, int, boolean) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
- batchInsert(Collection<? extends DBObject>) - Method in class sf.database.dao.DBClient
-
- batchInsert(Collection<? extends DBObject>, boolean) - Method in class sf.database.dao.DBClient
-
- batchInsert(Collection<? extends DBObject>) - Method in interface sf.database.dao.DBMethod
-
批量插入
- batchInsert(Collection<? extends DBObject>, boolean) - Method in interface sf.database.dao.DBMethod
-
批量插入
- batchInsert(Connection, Collection<? extends DBObject>, boolean, boolean, int) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
Batch save models using the "insert into ..." sql generated by the model in modelList.
- batchInsert(Connection, Collection<? extends DBObject>, boolean, boolean, int, boolean) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- batchInsert(Connection, Collection<? extends DBObject>, boolean, boolean, int) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
批量插入
- batchInsert(Connection, Collection<? extends DBObject>, boolean, boolean, int, boolean) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
批量插入
- batchInsertFast(Collection<? extends DBObject>) - Method in class sf.database.dao.DBClient
-
- batchInsertFast(Collection<? extends DBObject>, boolean) - Method in class sf.database.dao.DBClient
-
- batchInsertFast(Collection<? extends DBObject>) - Method in interface sf.database.dao.DBMethod
-
快速插入方法
- batchInsertFast(Collection<? extends DBObject>, boolean) - Method in interface sf.database.dao.DBMethod
-
快速插入方法
- BatchParam - Annotation Type in sf.database.mapper.annotation
-
是否是批量参数,可以是list,set
- batchSize - Variable in class sf.database.OrmConfig
-
批处理数量
- batchUpdate(Collection<? extends DBObject>) - Method in class sf.database.dao.DBClient
-
- batchUpdate(Collection<? extends DBObject>, boolean) - Method in class sf.database.dao.DBClient
-
- batchUpdate(Collection<? extends DBObject>) - Method in interface sf.database.dao.DBMethod
-
更新对象,如果有乐观锁,会根据乐观锁条件更新,并会更新数据库中的乐观锁条件.但不会更新对象的乐观锁字段的值.
- batchUpdate(Collection<? extends DBObject>, boolean) - Method in interface sf.database.dao.DBMethod
-
更新对象,如果有乐观锁,会根据乐观锁条件更新,并会更新数据库中的乐观锁条件.但不会更新对象的乐观锁字段的值.
- batchUpdate(Connection, Collection<? extends DBObject>, int) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
Batch update models using the attrs names of the model in
modelList.
- batchUpdate(Connection, Collection<? extends DBObject>, int, boolean) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- batchUpdate(Connection, Collection<? extends DBObject>, int) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
更新对象,如果有乐观锁,会根据乐观锁条件更新,并会更新数据库中的乐观锁条件.但不会更新对象的乐观锁字段的值.
- batchUpdate(Connection, Collection<? extends DBObject>, int, boolean) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
- bean2map(Object) - Static method in class sf.tools.ObjectMapUtils
-
把JavaBean转化为map
- bean2map(Object) - Static method in class sf.tools.reflect.FastBeanUtils
-
- BeanRowMapper<T> - Class in sf.database.jdbc.rowmapper
-
对象转换:
对于子对象,需要使用@Results注解,设置子对象的属性和列名的对应.
- BeanRowMapper(Class<T>) - Constructor for class sf.database.jdbc.rowmapper.BeanRowMapper
-
- BeanRowMapper(Class<T>, boolean, boolean) - Constructor for class sf.database.jdbc.rowmapper.BeanRowMapper
-
- BeanUtils - Class in sf.tools.reflect
-
- BeanUtils() - Constructor for class sf.tools.reflect.BeanUtils
-
- beanValueType - Variable in class org.smallframework.springboot.SmallOrmProperties
-
bean转换方式
- beanValueType - Variable in class sf.database.OrmConfig
-
bean转换方式
快速设置bean方法 使用unsafe实现
- BEFORE_FIRST - Static variable in class sf.database.jdbc.sql.RecordsHolder
-
- beforeAlterTable(String, TableMapping, Connection, List<String>) - Method in interface sf.database.support.MetadataEventListener
-
框架根据表对比结果,生成SQL语句后触发此事件,用户事件中可以获得所有的SQL语句。
- beforeGet(String) - Method in class sf.core.DBObject
-
- beforeSet(String) - Method in class sf.core.DBObject
-
- beforeTableRefresh(TableMapping, String) - Method in interface sf.database.support.MetadataEventListener
-
当开始变更一张表时执行
- begin() - Method in class sf.database.jpa.JpaEntityTransaction
-
- begin(TransactionContext) - Method in class sf.jooq.spring.SpringTransactionProvider
-
- beginTransaction() - Method in class org.smallframework.spring.DaoTemplate
-
- between(DBField, Object, Object) - Method in class sf.dsl.Example.GeneratedCriteria
-
- BigDecimalDECIMALType - Class in sf.database.jdbc.type
-
- BigDecimalDECIMALType() - Constructor for class sf.database.jdbc.type.BigDecimalDECIMALType
-
- BigDecimalNUMERICType - Class in sf.database.jdbc.type
-
- BigDecimalNUMERICType() - Constructor for class sf.database.jdbc.type.BigDecimalNUMERICType
-
- BigIntegerBIGINTType - Class in sf.database.jdbc.type
-
- BigIntegerBIGINTType() - Constructor for class sf.database.jdbc.type.BigIntegerBIGINTType
-
- BigIntegerNUMERICType - Class in sf.database.jdbc.type
-
- BigIntegerNUMERICType() - Constructor for class sf.database.jdbc.type.BigIntegerNUMERICType
-
- bindDsName - Variable in class sf.database.meta.dynamic.DynamicTableMapping
-
Always operate the table in the named datasource.
- bindRowid(String) - Method in class sf.core.DBObject
-
- bindRowid(String) - Method in interface sf.core.IEntity
-
指定rowid
- BIPUSH - Static variable in interface sf.spring.asm.Opcodes
-
- BlobByteObjectArrayType - Class in sf.database.jdbc.type
-
- BlobByteObjectArrayType() - Constructor for class sf.database.jdbc.type.BlobByteObjectArrayType
-
- BlobType - Class in sf.database.jdbc.type
-
sqlite 不支持blob类型
- BlobType() - Constructor for class sf.database.jdbc.type.BlobType
-
- bool(String) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
新创建
- bool(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- bool(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
- BOOLEAN - Static variable in class sf.spring.asm.Type
-
The sort of the
boolean
type.
- BOOLEAN_TYPE - Static variable in class sf.spring.asm.Type
-
The
boolean
type.
- BooleanBITType - Class in sf.database.jdbc.type
-
布尔适配器
- BooleanBITType() - Constructor for class sf.database.jdbc.type.BooleanBITType
-
- BooleanCharType - Class in sf.database.jdbc.type
-
- BooleanCharType() - Constructor for class sf.database.jdbc.type.BooleanCharType
-
- booleanNew(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
新创建
- BooleanType - Class in sf.database.jdbc.type
-
布尔适配器
- BooleanType() - Constructor for class sf.database.jdbc.type.BooleanType
-
- breakFolder(File) - Method in class sf.tools.IOUtils.FileFilterEx
-
是否跳出当前文件夹搜索 每次运行完成accept方法后,程序会执行此方法,如果返回true则将停止在此目录中的搜索。
- build() - Method in class sf.database.dbinfo.DBInfoBuilder
-
- build(DBDialect, Part, ColumnMapping, Object) - Method in class sf.database.mapper.handle.MethodHandleAutoSQL
-
Builds a JPA from the underlying
Part
.
- build() - Method in class sf.database.mapper.MapperJavaProxy
-
Builds the.
- buildColumnMetas(TableInfo) - Method in class sf.database.dbinfo.DBInfoBuilder
-
文档参考: http://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-
conversions.html
- builder - Variable in class sf.database.mapper.MapperJavaProxy
-
- buildInstance(Class<T>) - Method in class sf.database.mapper.DefaultMapperBuilder
-
Builds the instance.
- buildPrimaryKey(TableInfo) - Method in class sf.database.dbinfo.DBInfoBuilder
-
- buildTableNames(List<TableInfo>) - Method in class sf.database.dbinfo.DBInfoBuilder
-
- BYTE - Static variable in class sf.spring.asm.Type
-
The sort of the
byte
type.
- BYTE_TYPE - Static variable in class sf.spring.asm.Type
-
The
byte
type.
- ByteArrayBINARYType - Class in sf.database.jdbc.type
-
- ByteArrayBINARYType() - Constructor for class sf.database.jdbc.type.ByteArrayBINARYType
-
- ByteArrayLONGVARBINARYType - Class in sf.database.jdbc.type
-
- ByteArrayLONGVARBINARYType() - Constructor for class sf.database.jdbc.type.ByteArrayLONGVARBINARYType
-
- ByteArrayResource - Class in sf.spring.core.io
-
Resource
implementation for a given byte array.
- ByteArrayResource(byte[]) - Constructor for class sf.spring.core.io.ByteArrayResource
-
Create a new
ByteArrayResource
.
- ByteArrayResource(byte[], String) - Constructor for class sf.spring.core.io.ByteArrayResource
-
Create a new
ByteArrayResource
with a description.
- ByteArrayVARBINARYType - Class in sf.database.jdbc.type
-
- ByteArrayVARBINARYType() - Constructor for class sf.database.jdbc.type.ByteArrayVARBINARYType
-
- ByteObjectArrayBINARYType - Class in sf.database.jdbc.type
-
- ByteObjectArrayBINARYType() - Constructor for class sf.database.jdbc.type.ByteObjectArrayBINARYType
-
- ByteTINYINTType - Class in sf.database.jdbc.type
-
- ByteTINYINTType() - Constructor for class sf.database.jdbc.type.ByteTINYINTType
-
- ByteVector - Class in sf.spring.asm
-
A dynamically extensible vector of bytes.
- ByteVector() - Constructor for class sf.spring.asm.ByteVector
-
Constructs a new
ByteVector
with a default initial capacity.
- ByteVector(int) - Constructor for class sf.spring.asm.ByteVector
-
Constructs a new
ByteVector
with the given initial capacity.
C
- c(DBField) - Method in class sf.dynamicsql.SimpleTable
-
获取列,快速写法
- c(String) - Method in class sf.jooq.tables.DynamicJooqTable
-
- c(DBField) - Method in class sf.jooq.tables.JooqTable
-
获取列,快速写法
- cache - Variable in class sf.database.mapper.DefaultMapperBuilder
-
The cache.
- cacheable - Variable in class sf.database.meta.TableMapping
-
- cachedEscapeColumnName - Variable in class sf.database.meta.ColumnMapping
-
特殊字符的转换,
- CachingMetadataReaderFactory - Class in sf.spring.core.type.classreading
-
Caching implementation of the
MetadataReaderFactory
interface,
caching a MetadataReader
instance per Spring Resource
handle
(i.e.
- CachingMetadataReaderFactory() - Constructor for class sf.spring.core.type.classreading.CachingMetadataReaderFactory
-
Create a new CachingMetadataReaderFactory for the default class loader,
using a local resource cache.
- CachingMetadataReaderFactory(ClassLoader) - Constructor for class sf.spring.core.type.classreading.CachingMetadataReaderFactory
-
Create a new CachingMetadataReaderFactory for the given
ClassLoader
,
using a local resource cache.
- CachingMetadataReaderFactory(ResourceLoader) - Constructor for class sf.spring.core.type.classreading.CachingMetadataReaderFactory
-
Create a new CachingMetadataReaderFactory for the given
ResourceLoader
,
using a shared resource cache if supported or a local resource cache otherwise.
- CACNLED - Static variable in class sf.database.jdbc.sql.RecordHolder
-
- calculateHashCode() - Method in class sf.core.DBObject
-
- calculateShift(int, int) - Static method in class sf.spring.util.ConcurrentReferenceHashMap
-
Calculate a shift value that can be used to create a power-of-two value between
the specified maximum and minimum values.
- CalendarTIMESTAMPType - Class in sf.database.jdbc.type
-
- CalendarTIMESTAMPType() - Constructor for class sf.database.jdbc.type.CalendarTIMESTAMPType
-
- call(Connection) - Method in interface sf.database.jdbc.sql.ConnectionCallback
-
- call(DBClient, Class, Method, Object[]) - Method in class sf.database.mapper.handle.MethodHandleAutoSQL
-
- call(DBClient, Class, Method, Object[]) - Method in class sf.database.mapper.handle.MethodHandleSQL
-
- call(DBClient, Class, Method, SqlResource, Object[]) - Method in class sf.database.mapper.handle.MethodHandleTemplate
-
- call(DBClient, Method, String, DMLType, Object[]) - Method in class sf.database.mapper.handle.MethodHandleTemplate
-
- call(DBClient, Class<?>, String, Method, Object[]) - Method in interface sf.database.mapper.MapperInvoke
-
- callback(DBDialect, DBClient) - Method in interface sf.database.dao.DBClientCallback
-
- callback(ResultSet) - Method in class sf.database.jdbc.handle.PageListHandler
-
- callback(ResultSet) - Method in class sf.database.jdbc.handle.RowListHandler
-
- callback(ResultSet) - Method in class sf.database.jdbc.handle.SingleRowHandler
-
- callback(ResultSet) - Method in interface sf.database.jdbc.sql.ResultSetCallback
-
- CALOAD - Static variable in interface sf.spring.asm.Opcodes
-
- CANNOT_GET_CONNECTION - Static variable in exception sf.common.exception.SmallOrmException
-
- CANNOT_GET_SQL - Static variable in exception sf.common.exception.SmallOrmException
-
- canRead() - Method in class sf.tools.URLFile
-
- canWrite() - Method in class sf.tools.URLFile
-
- capitalize(String) - Static method in class sf.spring.util.StringUtils
-
Capitalize a
String
, changing the first letter to
upper case as per Character.toUpperCase(char)
.
- cascade(TableMapping) - Static method in class sf.database.meta.MetaHolder
-
处理级联
- cascade(TableMapping, ColumnMapping) - Static method in class sf.database.meta.MetaHolder
-
- CascadeConfig - Class in sf.database.meta
-
- CascadeConfig() - Constructor for class sf.database.meta.CascadeConfig
-
- CascadeConfig.LinkType - Enum in sf.database.meta
-
- CascadeContext - Class in sf.database.meta
-
级联上下文
- CascadeContext() - Constructor for class sf.database.meta.CascadeContext
-
- cascadeField - Variable in class sf.database.meta.ColumnMapping
-
- cascadeFields - Variable in class sf.database.meta.TableMapping
-
级联字段描述
- CascadeUtils - Class in sf.database.meta
-
级联关系解析为 CascadeConfig
- CascadeUtils() - Constructor for class sf.database.meta.CascadeUtils
-
- Case - Enum in sf.database.meta.object
-
- caseHandler - Variable in class sf.database.dialect.DBDialect
-
case Handler
- caseInsensitiveValueOf(E[], String) - Static method in class sf.spring.util.ObjectUtils
-
Case insensitive alternative to
Enum.valueOf(Class, String)
.
- CAST - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the type declared in an explicit or implicit cast
instruction.
- cast(S[], Class<T>) - Static method in class sf.tools.ArrayUtils
-
将一个子类的数组转换为父类的数组
- CASTORE - Static variable in interface sf.spring.asm.Opcodes
-
- catalog - Variable in class sf.database.meta.dynamic.DynamicTableMapping
-
- catalog - Variable in class sf.database.meta.TableMapping
-
- center(String, int) - Static method in class sf.tools.StringUtils
-
- center(String, int, char) - Static method in class sf.tools.StringUtils
-
- CGLIB_CLASS_SEPARATOR - Static variable in class sf.spring.util.ClassUtils
-
The CGLIB class separator:
"$$"
.
- changePrimitiveToWrapperType(Class<?>) - Static method in class sf.tools.JavaTypeUtils
-
原始类型转换为包装类型
- CHAR - Static variable in class sf.spring.asm.Type
-
The sort of the
char
type.
- CHAR_TYPE - Static variable in class sf.spring.asm.Type
-
The
char
type.
- CharacterVARCHARType - Class in sf.database.jdbc.type
-
- CharacterVARCHARType() - Constructor for class sf.database.jdbc.type.CharacterVARCHARType
-
- CharSequenceUtils - Class in sf.tools
-
Operations on
CharSequence
that are
null
safe.
- CharSequenceUtils() - Constructor for class sf.tools.CharSequenceUtils
-
CharSequenceUtils
instances should NOT be constructed in
standard programming.
- checkArgs() - Method in class sf.database.mapper.MapperJavaProxy
-
Check args.
- checkCascade(TableMapping) - Static method in class sf.database.meta.MetaHolder
-
级联关系,数据类型一致性校验缺乏.
- CHECKCAST - Static variable in interface sf.spring.asm.Opcodes
-
- checkDaoConfig() - Method in class org.smallframework.spring.mapper.DaoMapperFactoryBean
-
- checkEnhancement - Variable in class org.smallframework.springboot.SmallOrmProperties
-
是否需要检查类增强
- checkEnhancement - Static variable in class sf.database.meta.MetaHolder
-
- checkEnhancement - Variable in class sf.database.OrmConfig
-
是否需要检查类增强
- checkName(String) - Static method in class sf.tools.ASMUtils
-
- CHINA_POSTCODE - Static variable in class sf.tools.string.RegexpUtils
-
- CHINESE_CHAR - Static variable in class sf.tools.string.RegexpUtils
-
- CLASS_EXTENDS - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the super class of a class or one of the interfaces it
implements.
- CLASS_FILE_SUFFIX - Static variable in class sf.spring.util.ClassUtils
-
The ".class" file suffix.
- CLASS_TYPE_PARAMETER - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target a type parameter of a generic class.
- CLASS_TYPE_PARAMETER_BOUND - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a generic class.
- ClassLoaderUtil - Class in sf.tools.reflect
-
用于动态 编译、加载类的工具
- ClassLoaderUtil() - Constructor for class sf.tools.reflect.ClassLoaderUtil
-
- ClassLoaderVisitor - Class in java.lang
-
- ClassLoaderVisitor() - Constructor for class java.lang.ClassLoaderVisitor
-
- ClassMetadata - Interface in sf.spring.core.type
-
Interface that defines abstract metadata of a specific class,
in a form that does not require that class to be loaded yet.
- classNamesToString(Class<?>...) - Static method in class sf.spring.util.ClassUtils
-
Build a String that consists of the names of the classes/interfaces
in the given array.
- classNamesToString(Collection<Class<?>>) - Static method in class sf.spring.util.ClassUtils
-
Build a String that consists of the names of the classes/interfaces
in the given collection.
- classPackageAsResourcePath(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Given an input class object, return a string which consists of the
class's package name as a pathname, i.e., all dots ('.') are replaced by
slashes ('/').
- CLASSPATH_ALL_URL_PREFIX - Static variable in interface sf.spring.core.io.support.ResourcePatternResolver
-
Pseudo URL prefix for all matching resources from the class path: "classpath*:"
This differs from ResourceLoader's classpath URL prefix in that it
retrieves all matching resources for a given name (e.g.
- CLASSPATH_URL_PREFIX - Static variable in interface sf.spring.core.io.ResourceLoader
-
Pseudo URL prefix for loading from the class path: "classpath:"
- CLASSPATH_URL_PREFIX - Static variable in class sf.spring.util.ResourceUtils
-
Pseudo URL prefix for loading from the class path: "classpath:".
- ClassPathContextResource(String, ClassLoader) - Constructor for class sf.spring.core.io.DefaultResourceLoader.ClassPathContextResource
-
- ClasspathLoader - Class in sf.spring.core.io
-
基于Classpath的资源加载器。
特点:在classpath的所有路径上搜索资源
- ClasspathLoader() - Constructor for class sf.spring.core.io.ClasspathLoader
-
- ClasspathLoader(boolean) - Constructor for class sf.spring.core.io.ClasspathLoader
-
- ClasspathLoader(boolean, ClassLoader...) - Constructor for class sf.spring.core.io.ClasspathLoader
-
- ClassPathResource - Class in sf.spring.core.io
-
Resource
implementation for class path resources.
- ClassPathResource(String) - Constructor for class sf.spring.core.io.ClassPathResource
-
Create a new
ClassPathResource
for ClassLoader
usage.
- ClassPathResource(String, ClassLoader) - Constructor for class sf.spring.core.io.ClassPathResource
-
Create a new
ClassPathResource
for ClassLoader
usage.
- ClassPathResource(String, Class<?>) - Constructor for class sf.spring.core.io.ClassPathResource
-
Create a new
ClassPathResource
for Class
usage.
- ClassPathResource(String, ClassLoader, Class<?>) - Constructor for class sf.spring.core.io.ClassPathResource
-
Deprecated.
as of 4.3.13, in favor of selective use of
ClassPathResource.ClassPathResource(String, ClassLoader)
vs ClassPathResource.ClassPathResource(String, Class)
- ClassReader - Class in sf.spring.asm
-
A parser to make a
ClassVisitor
visit a ClassFile structure, as defined in the Java
Virtual Machine Specification (JVMS).
- ClassReader(byte[]) - Constructor for class sf.spring.asm.ClassReader
-
Constructs a new
ClassReader
object.
- ClassReader(byte[], int, int) - Constructor for class sf.spring.asm.ClassReader
-
Constructs a new
ClassReader
object.
- ClassReader(InputStream) - Constructor for class sf.spring.asm.ClassReader
-
Constructs a new
ClassReader
object.
- ClassReader(String) - Constructor for class sf.spring.asm.ClassReader
-
Constructs a new
ClassReader
object.
- ClassRelativeResourceLoader - Class in sf.spring.core.io
-
ResourceLoader
implementation that interprets plain resource paths
as relative to a given java.lang.Class
.
- ClassRelativeResourceLoader(Class<?>) - Constructor for class sf.spring.core.io.ClassRelativeResourceLoader
-
Create a new ClassRelativeResourceLoader for the given class.
- ClassTooLargeException - Exception in sf.spring.asm
-
Exception thrown when the constant pool of a class produced by a
ClassWriter
is too
large.
- ClassTooLargeException(String, int) - Constructor for exception sf.spring.asm.ClassTooLargeException
-
Constructs a new
ClassTooLargeException
.
- ClassUtils - Class in sf.spring.util
-
Miscellaneous class utility methods.
- ClassUtils() - Constructor for class sf.spring.util.ClassUtils
-
- ClassVisitor - Class in sf.spring.asm
-
A visitor to visit a Java class.
- ClassVisitor(int) - Constructor for class sf.spring.asm.ClassVisitor
-
Constructs a new
ClassVisitor
.
- ClassVisitor(int, ClassVisitor) - Constructor for class sf.spring.asm.ClassVisitor
-
Constructs a new
ClassVisitor
.
- ClassWriter - Class in sf.spring.asm
-
A
ClassVisitor
that generates a corresponding ClassFile structure, as defined in the Java
Virtual Machine Specification (JVMS).
- ClassWriter(int) - Constructor for class sf.spring.asm.ClassWriter
-
Constructs a new
ClassWriter
object.
- ClassWriter(ClassReader, int) - Constructor for class sf.spring.asm.ClassWriter
-
Constructs a new
ClassWriter
object and enables optimizations for "mostly add" bytecode
transformations.
- cleanPath(String) - Static method in class sf.spring.util.StringUtils
-
Normalize the path by suppressing sequences like "path/.." and
inner simple dots.
- clear() - Method in class sf.common.CopyOnWriteMap
-
Removes all entries in this map.
- clear() - Method in class sf.common.IgnoreEmptyList
-
- clear() - Method in class sf.common.SoftHashMap
-
- clear() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- clear() - Static method in class sf.database.meta.MetaHolder
-
- clear() - Method in class sf.database.template.enjoy.ext.SqlPara
-
- clear() - Static method in class sf.database.transaction.DefaultTransactionManager
-
- clear() - Method in class sf.database.VarObject
-
- clear() - Method in class sf.dsl.Example
-
- clear() - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- clear() - Method in class sf.spring.util.ConcurrentReferenceHashMap.Segment
-
Clear all items from this segment.
- clear() - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- clearCache() - Method in class sf.spring.core.type.classreading.CachingMetadataReaderFactory
-
Clear the local MetadataReader cache, if any, removing all cached class metadata.
- clearCache() - Static method in class sf.spring.util.ReflectionUtils
-
Clear the internal method/field cache.
- clearQuery() - Method in class sf.core.DBObject
-
- clearResourceCaches() - Method in class sf.spring.core.io.DefaultResourceLoader
-
Clear all resource caches in this resource loader.
- clearUpdate() - Method in class sf.core.DBObject
-
- clearUpdate() - Method in interface sf.core.IDML
-
清除待更新数据
- clearWarnings() - Method in class sf.database.connection.WrapConnection
-
- client - Variable in class sf.database.mapper.DefaultMapperBuilder
-
The db client.
- client - Variable in class sf.database.mapper.MapperJavaProxy
-
The db client.
- client - Variable in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- client - Variable in class sf.dynamicsql.mapper.DynmicSQLMapperImpl
-
- client - Variable in class sf.jooq.dao.DBJooqImpl
-
- client - Variable in class sf.jooq.mapper.JooqMapperImpl
-
- client - Variable in class sf.querydsl.dao.DBQueryDSLImpl
-
- client - Variable in class sf.querydsl.mapper.QueryDSLMapperImpl
-
- ClobType - Class in sf.database.jdbc.type
-
- ClobType() - Constructor for class sf.database.jdbc.type.ClobType
-
- clone() - Method in class sf.common.CopyOnWriteMap
-
- clone() - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- cloneNew() - Method in class sf.dynamicsql.SimpleTable
-
克隆
- cloneNew(DBContext, DBDialect) - Method in class sf.dynamicsql.SimpleTable
-
- cloneNew() - Method in class sf.jooq.tables.JooqTable
-
克隆
- cloneNew(DBContext) - Method in class sf.jooq.tables.JooqTable
-
- cloneNew(String) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
克隆一个新的原始对象.
- cloneNew(DBContext) - Method in class sf.querydsl.JPAEntityPath
-
克隆一个新的原始对象.
- cloneNew(String) - Method in class sf.querydsl.JPAEntityPath
-
- cloneNew() - Method in class sf.querydsl.SQLRelationalPath
-
克隆一个新的原始对象.
- cloneNew(DBContext, String) - Method in class sf.querydsl.SQLRelationalPath
-
- close() - Method in class sf.core.DBObject
-
- close() - Method in class sf.database.connection.WrapConnection
-
- close() - Method in class sf.database.datasource.SimpleDataSource
-
- close() - Method in class sf.database.jdbc.sql.RecordHolder
-
关闭当前ResultSet,如果有未提交的修改直接丢弃
- close() - Method in class sf.database.jdbc.sql.RecordsHolder
-
关闭ResultSet和statement
- close() - Method in class sf.database.jdbc.sql.ResultSetIteration
-
- close() - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- close() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- close(AutoCloseable) - Static method in class sf.database.util.DBUtils
-
- close() - Method in class sf.tools.io.UnicodeReader
-
- closeConnection(DBContext, Connection, DataSource) - Method in class org.smallframework.spring.DaoTemplate
-
- closeConnection(Connection, DataSource) - Method in class sf.database.dao.DaoSupport
-
释放一个连接,如果 Connection 不在事务中,则关闭它,否则不处理。
- closeConnection(Connection, DataSource) - Method in class sf.database.dao.DBClient
-
- closeConnection(DBContext, Connection, DataSource) - Method in class sf.database.dao.DBClient
-
- closeQuietly(Connection) - Static method in class sf.database.util.DBUtils
-
- closeQuietly(Statement) - Static method in class sf.database.util.DBUtils
-
- closeQuietly(ResultSet) - Static method in class sf.database.util.DBUtils
-
- closeQuietly(Closeable) - Static method in class sf.tools.IOUtils
-
关闭指定的对象,不会抛出异常
- closeQuietlyAutoCloseable(AutoCloseable) - Static method in class sf.database.util.DBUtils
-
- clz - Variable in class sf.database.meta.ColumnMapping
-
得到java类型
- clz - Variable in class sf.querydsl.JPAEntityPath
-
- clz - Variable in class sf.querydsl.SQLRelationalPath
-
- CodeGen - Interface in sf.ext.gen
-
代码生成接口
- codeGens - Variable in class sf.ext.gen.GenConfig
-
同时生成其他代码,比如Mapper
- collection(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- collectionToCommaDelimitedString(Collection<?>) - Static method in class sf.spring.util.StringUtils
-
Convert a
Collection
into a delimited String
(e.g., CSV).
- collectionToDelimitedString(Collection<?>, String, String, String) - Static method in class sf.spring.util.StringUtils
-
Convert a
Collection
to a delimited String
(e.g.
- collectionToDelimitedString(Collection<?>, String) - Static method in class sf.spring.util.StringUtils
-
Convert a
Collection
into a delimited String
(e.g.
- CollectionUtils - Class in sf.spring.util
-
Miscellaneous collection utility methods.
- CollectionUtils() - Constructor for class sf.spring.util.CollectionUtils
-
- column - Variable in class sf.database.dbinfo.Index.IndexItem
-
- column(DBField) - Method in class sf.dsl.Example
-
列名
- column(DBField) - Method in class sf.dynamicsql.SimpleTable
-
获取列
- column(String) - Method in class sf.jooq.tables.DynamicJooqTable
-
- column(DBField) - Method in class sf.jooq.tables.JooqTable
-
获取列
- column(DBField, Class<T>) - Method in class sf.querydsl.JPAEntityPath
-
- column(DBField, Class<T>) - Method in class sf.querydsl.SQLRelationalPath
-
- ColumnChange - Class in sf.database.dbinfo
-
描述一个数据库列上的一种变化
- ColumnChange(ColumnChange.Change) - Constructor for class sf.database.dbinfo.ColumnChange
-
构造
- ColumnChange.Change - Enum in sf.database.dbinfo
-
列的变化种类
ColumnChange.Change.ADD_COLUMN
列添加
ColumnChange.Change.DROP_COLUMN
列删除
ColumnChange.Change.CHG_DATATYPE
数据类型定义变化
ColumnChange.Change.CHG_TO_NULL
变更为允许NULL
ColumnChange.Change.CHG_TO_NOT_NULL
变更为NOT NULL
ColumnChange.Change.CHG_DEFAULT
变更缺省值的表达式
ColumnChange.Change.CHG_DROP_DEFAULT
取消缺省值设置
- ColumnDBType - Class in sf.database.dbinfo
-
- ColumnDBType() - Constructor for class sf.database.dbinfo.ColumnDBType
-
- ColumnDBType(ColumnMapping) - Constructor for class sf.database.dbinfo.ColumnDBType
-
- columnDef - Variable in class sf.database.meta.ColumnMapping
-
- ColumnDef - Class in sf.database.meta.def
-
列定义,解析Column字段
- ColumnDef() - Constructor for class sf.database.meta.def.ColumnDef
-
- ColumnDef(Column) - Constructor for class sf.database.meta.def.ColumnDef
-
- columnFieldMap - Variable in class sf.database.meta.TableMapping
-
不区分大小写,数据库列名和字段对应,支持实体类里出现只用大小写区分的同类型对象.
- ColumnInfo - Class in sf.database.dbinfo
-
- ColumnInfo() - Constructor for class sf.database.dbinfo.ColumnInfo
-
- columnMap - Variable in class sf.database.meta.dynamic.DynamicTableMapping
-
数据库列名和字段对应.
- ColumnMapping - Class in sf.database.meta
-
对应的java实体类的字段
- ColumnMapping() - Constructor for class sf.database.meta.ColumnMapping
-
- ColumnModification - Class in sf.database.dbinfo
-
描述在一个数据库列上,实际的模型和框架中的模型之间的差异
- ColumnModification(ColumnInfo, List<ColumnChange>, ColumnTypeEnum) - Constructor for class sf.database.dbinfo.ColumnModification
-
构造
- ColumnTypeEnum - Enum in sf.database.dbinfo
-
描述一个数据库字段类型
- com.querydsl.core.support - package com.querydsl.core.support
-
- com.querydsl.sql - package com.querydsl.sql
-
- com.querydsl.sql.dml - package com.querydsl.sql.dml
-
- combine(String, String) - Method in class sf.spring.util.AntPathMatcher
-
Combine two patterns into a new pattern.
- combine(String, String) - Method in interface sf.spring.util.PathMatcher
-
Combines two patterns into a new pattern that is returned.
- commaDelimitedListToSet(String) - Static method in class sf.spring.util.StringUtils
-
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
- commaDelimitedListToStringArray(String) - Static method in class sf.spring.util.StringUtils
-
Convert a comma delimited list (e.g., a row from a CSV file) into an
array of strings.
- Comment - Annotation Type in sf.database.annotations
-
用来定义数据库中的字段或表注释。
- commit() - Method in class sf.database.connection.WrapConnection
-
- commit() - Method in class sf.database.jdbc.sql.RecordHolder
-
更新此条记录。并提交到数据库。最后释放游标
- commit() - Method in class sf.database.jdbc.sql.RecordsHolder
-
将修改提交(更新到数据库)
- commit() - Method in class sf.database.jpa.JpaEntityTransaction
-
- commit() - Static method in class sf.database.transaction.DefaultTransactionManager
-
- commit(TransactionContext) - Method in class sf.jooq.spring.SpringTransactionProvider
-
- commitAndClose() - Method in class sf.database.jdbc.sql.RecordsHolder
-
将修改提交到数据库
- commitTransaction() - Method in class org.smallframework.spring.DaoTemplate
-
- commonLog(LogContext, String) - Static method in class sf.common.log.OrmLog
-
支持 List,Set,数组等参数
- commonLog(LogContext, String, Object) - Static method in class sf.common.log.OrmLog
-
日志对象初始化,支持 List,Set,数组等参数
- commonLog(LogContext, boolean, String, Object) - Static method in class sf.common.log.OrmLog
-
日志对象初始化,支持 List,Set,数组等参数
- CommonResult - Class in sf.database.jdbc.sql
-
帮助方法
- CommonResult() - Constructor for class sf.database.jdbc.sql.CommonResult
-
- CommonService<T extends DBObject> - Interface in org.smallframework.spring
-
通用服务接口
- CommonServiceImpl<M extends DaoMapper<T>,T extends DBObject> - Class in org.smallframework.spring
-
公共mapper
- CommonServiceImpl(M, Class<T>) - Constructor for class org.smallframework.spring.CommonServiceImpl
-
- CommonSql - Class in sf.database.jdbc.sql
-
通用common
- CommonSql() - Constructor for class sf.database.jdbc.sql.CommonSql
-
- comparable(String, Class<T>) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- comparable(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- comparable(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
- compare(String, String) - Method in class sf.spring.util.AntPathMatcher.AntPatternComparator
-
Compare two patterns to determine which should match first, i.e.
- compareAndSwapInt(Object, long, int, int) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Atomically updates Java variable to
x
if it is currently
holding expected
.
- compareAndSwapLong(Object, long, long, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Atomically updates Java variable to
x
if it is currently
holding expected
.
- compareAndSwapObject(Object, long, Object, Object) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Atomically updates Java variable to
x
if it is currently
holding expected
.
- compareTo(File) - Method in class sf.tools.URLFile
-
- compressSql(String) - Static method in class sf.database.template.sql.SqlHelp
-
sql压缩
- COMPUTE_FRAMES - Static variable in class sf.spring.asm.ClassWriter
-
A flag to automatically compute the stack map frames of methods from scratch.
- COMPUTE_MAXS - Static variable in class sf.spring.asm.ClassWriter
-
A flag to automatically compute the maximum stack size and the maximum number of local
variables of methods.
- computeIfAbsent(String, Function<? super String, ? extends V>) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- concatenateStringArrays(String[], String[]) - Static method in class sf.spring.util.StringUtils
-
Concatenate the given
String
arrays into one,
with overlapping array elements included twice.
- ConcurrentReferenceHashMap<K,V> - Class in sf.spring.util
-
- ConcurrentReferenceHashMap() - Constructor for class sf.spring.util.ConcurrentReferenceHashMap
-
Create a new
ConcurrentReferenceHashMap
instance.
- ConcurrentReferenceHashMap(int) - Constructor for class sf.spring.util.ConcurrentReferenceHashMap
-
Create a new
ConcurrentReferenceHashMap
instance.
- ConcurrentReferenceHashMap(int, float) - Constructor for class sf.spring.util.ConcurrentReferenceHashMap
-
Create a new
ConcurrentReferenceHashMap
instance.
- ConcurrentReferenceHashMap(int, int) - Constructor for class sf.spring.util.ConcurrentReferenceHashMap
-
Create a new
ConcurrentReferenceHashMap
instance.
- ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class sf.spring.util.ConcurrentReferenceHashMap
-
Create a new
ConcurrentReferenceHashMap
instance.
- ConcurrentReferenceHashMap(int, float, int) - Constructor for class sf.spring.util.ConcurrentReferenceHashMap
-
Create a new
ConcurrentReferenceHashMap
instance.
- ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class sf.spring.util.ConcurrentReferenceHashMap
-
Create a new
ConcurrentReferenceHashMap
instance.
- ConcurrentReferenceHashMap.Entry<K,V> - Class in sf.spring.util
-
A single map entry.
- ConcurrentReferenceHashMap.Reference<K,V> - Interface in sf.spring.util
-
A reference to an
ConcurrentReferenceHashMap.Entry
contained in the map.
- ConcurrentReferenceHashMap.ReferenceManager - Class in sf.spring.util
-
Strategy class used to manage
References
.
- ConcurrentReferenceHashMap.ReferenceType - Enum in sf.spring.util
-
Various reference types supported by this map.
- ConcurrentReferenceHashMap.Restructure - Enum in sf.spring.util
-
The types of restructuring that can be performed.
- ConcurrentReferenceHashMap.Segment - Class in sf.spring.util
-
A single segment used to divide the map to allow better concurrent performance.
- Condition - Class in sf.database.mapper.handle
-
- Condition() - Constructor for class sf.database.mapper.handle.Condition
-
- Configuration - Class in sf.tools
-
- Configuration() - Constructor for class sf.tools.Configuration
-
- Configuration.Item - Enum in sf.tools
-
- conn - Variable in class sf.database.dbinfo.DBInfoBuilder
-
- ConnectInfo - Class in sf.database.dbinfo
-
描述数据库连接的基本信息
- ConnectInfo() - Constructor for class sf.database.dbinfo.ConnectInfo
-
- ConnectionCallback<T> - Interface in sf.database.jdbc.sql
-
直接获得Connecton,通常用于存储过程等不支持的地方
- ConnectionHelp - Class in sf.database.connection
-
- ConnectionHelp() - Constructor for class sf.database.connection.ConnectionHelp
-
- ConstantDynamic - Class in sf.spring.asm
-
A constant whose value is computed at runtime, with a bootstrap method.
- ConstantDynamic(String, String, Handle, Object...) - Constructor for class sf.spring.asm.ConstantDynamic
-
Constructs a new
ConstantDynamic
.
- Constraint - Class in sf.database.dbinfo
-
描述一个数据库中的Constraint
- Constraint() - Constructor for class sf.database.dbinfo.Constraint
-
- ConstraintType - Enum in sf.database.dbinfo
-
The type of database constraints.
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target a type parameter of a generic constructor in a
constructor call.
- CONSTRUCTOR_REFERENCE - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the receiver type of a constructor reference.
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target a type parameter of a generic constructor in a
constructor reference.
- ConstructorAccess<T> - Class in sf.tools.reflectasm
-
- ConstructorAccess() - Constructor for class sf.tools.reflectasm.ConstructorAccess
-
- containKeyword(String) - Method in interface sf.database.dialect.DatabaseDialect
-
检查数据库是否包含指定的关键字,用来进行检查的对象名称都是按照getColumnNameIncase转换后的,因此对于大小写统一的数据库,
这里无需考虑传入的大小写问题。
- containKeyword(String) - Method in class sf.database.dialect.DBDialect
-
- containKeyword(String) - Method in interface sf.database.dialect.IDBDialect
-
检查数据库是否包含指定的关键字,用来进行检查的对象名称都是按照getColumnNameIncase转换后的,因此对于大小写统一的数据库,
这里无需考虑传入的大小写问题。
- contains(Object) - Method in class sf.common.IgnoreEmptyList
-
- contains(Object) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- contains(Iterator<?>, Object) - Static method in class sf.spring.util.CollectionUtils
-
Check whether the given Iterator contains the given element.
- contains(Enumeration<?>, Object) - Static method in class sf.spring.util.CollectionUtils
-
Check whether the given Enumeration contains the given element.
- contains(boolean[], boolean) - Static method in class sf.tools.ArrayUtils
-
- contains(byte[], byte) - Static method in class sf.tools.ArrayUtils
-
- contains(char[], char) - Static method in class sf.tools.ArrayUtils
-
- contains(double[], double) - Static method in class sf.tools.ArrayUtils
-
- contains(double[], double, double) - Static method in class sf.tools.ArrayUtils
-
- contains(float[], float) - Static method in class sf.tools.ArrayUtils
-
- contains(int[], int) - Static method in class sf.tools.ArrayUtils
-
- contains(long[], long) - Static method in class sf.tools.ArrayUtils
-
- contains(Object[], Object) - Static method in class sf.tools.ArrayUtils
-
- contains(short[], short) - Static method in class sf.tools.ArrayUtils
-
- contains(String, String) - Static method in class sf.tools.string.RegexpUtils
-
只要字符串中有部分匹配正则表达式,就返回true
- contains(CharSequence, int) - Static method in class sf.tools.StringUtils
-
Checks if CharSequence contains a search character, handling
null
.
- contains(CharSequence, CharSequence) - Static method in class sf.tools.StringUtils
-
Checks if CharSequence contains a search CharSequence, handling
null
.
- containsAll(Collection<?>) - Method in class sf.common.IgnoreEmptyList
-
- containsAny(Collection<?>, Collection<?>) - Static method in class sf.spring.util.CollectionUtils
-
Return
true
if any element in 'candidates
' is
contained in 'source
'; otherwise returns false
.
- containsConstant(Enum<?>[], String) - Static method in class sf.spring.util.ObjectUtils
-
Check whether the given array of enum constants contains a constant with the given name,
ignoring case when determining a match.
- containsConstant(Enum<?>[], String, boolean) - Static method in class sf.spring.util.ObjectUtils
-
Check whether the given array of enum constants contains a constant with the given name.
- containsElement(Object[], Object) - Static method in class sf.spring.util.ObjectUtils
-
Check whether the given array contains the given element.
- containsIgnoreCase(CharSequence, CharSequence) - Static method in class sf.tools.StringUtils
-
Checks if CharSequence contains a search CharSequence irrespective of case,
handling
null
.
- containsInstance(Collection<?>, Object) - Static method in class sf.spring.util.CollectionUtils
-
Check whether the given Collection contains the given element instance.
- containsKey(Object) - Method in class sf.common.CopyOnWriteMap
-
Returns true if this map contains the provided key, otherwise
this method return false.
- containsKey(Object) - Method in class sf.database.VarObject
-
- containsKey(Object) - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- containsKey(Object) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- containsValue(Object) - Method in class sf.common.CopyOnWriteMap
-
Returns true if this map contains the provided value, otherwise
this method returns false.
- containsValue(Object) - Method in class sf.database.VarObject
-
- containsValue(Object) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- containsWhitespace(CharSequence) - Static method in class sf.spring.util.StringUtils
-
Check whether the given
CharSequence
contains any whitespace characters.
- containsWhitespace(String) - Static method in class sf.spring.util.StringUtils
-
Check whether the given
String
contains any whitespace characters.
- content - Variable in class sf.spring.asm.Attribute
-
The raw content of this attribute, only used for unknown attributes (see
Attribute.isUnknown()
).
- contentLength() - Method in class sf.spring.core.io.AbstractFileResolvingResource
-
- contentLength() - Method in class sf.spring.core.io.AbstractResource
-
This implementation reads the entire InputStream to calculate the
content length.
- contentLength() - Method in class sf.spring.core.io.ByteArrayResource
-
This implementation returns the length of the underlying byte array.
- contentLength() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation returns the underlying File/Path length.
- contentLength() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation returns the underlying file's length.
- contentLength() - Method in interface sf.spring.core.io.Resource
-
Determine the content length for this resource.
- contentLength() - Method in class sf.spring.core.io.VfsResource
-
- ContextResource - Interface in sf.spring.core.io
-
Extended interface for a resource that is loaded from an enclosing
'context', e.g.
- convertClassLoaderURL(URL) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Convert the given URL as returned from the ClassLoader into a
Resource
.
- convertClassNameToResourcePath(String) - Static method in class sf.spring.util.ClassUtils
-
Convert a "."-based fully qualified class name to a "/"-based resource path.
- convertKey(String) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
Convert the given key to a case-insensitive key.
- convertResourcePathToClassName(String) - Static method in class sf.spring.util.ClassUtils
-
Convert a "/"-based resource path to a "."-based fully qualified class name.
- convertToCollection(Class<?>, List<Object>) - Static method in class sf.database.meta.CascadeUtils
-
- convertToMap(String, List) - Static method in class sf.database.meta.CascadeUtils
-
- convertType(Object, Class<?>) - Method in class sf.tools.JavaTypeUtils
-
- copy(InputStream, OutputStream, boolean, boolean) - Static method in class sf.tools.IOUtils
-
流之间拷贝
- copy(Reader, Writer, boolean, boolean) - Static method in class sf.tools.IOUtils
-
流之间拷贝
- copy(Reader, Writer, boolean) - Static method in class sf.tools.IOUtils
-
流之间拷贝
- copy(InputStream, OutputStream, boolean) - Static method in class sf.tools.IOUtils
-
流之间拷贝
- COPYABLE_FIELDS - Static variable in class sf.spring.util.ReflectionUtils
-
Pre-built FieldFilter that matches all non-static, non-final fields.
- CopyOnWriteMap<K,V> - Class in sf.common
-
A thread-safe version of
Map
in which all operations that change the
Map are implemented by making a new copy of the underlying Map.
- CopyOnWriteMap() - Constructor for class sf.common.CopyOnWriteMap
-
Creates a new instance of CopyOnWriteMap.
- CopyOnWriteMap(int) - Constructor for class sf.common.CopyOnWriteMap
-
Creates a new instance of CopyOnWriteMap with the specified initial size
- CopyOnWriteMap(Map<K, V>) - Constructor for class sf.common.CopyOnWriteMap
-
Creates a new instance of CopyOnWriteMap in which the
initial data being held by this map is contained in
the supplied map.
- copyPath(Path<?>) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- copyProperties(Object, Object) - Static method in class sf.tools.reflect.FastBeanUtils
-
- count() - Method in interface sf.database.mapper.DaoMapper
-
返回实体在数据库里的总数
- count(T) - Method in interface sf.database.mapper.DaoMapper
-
根据条件查询数量
- count() - Method in class sf.database.mapper.DaoMapperImpl
-
- count(T) - Method in class sf.database.mapper.DaoMapperImpl
-
- count - Variable in class sf.dsl.Example
-
- count(String, String) - Static method in class sf.tools.StringUtils
-
- count(String, String, int) - Static method in class sf.tools.StringUtils
-
- count(String, char) - Static method in class sf.tools.StringUtils
-
- count(String, char, int) - Static method in class sf.tools.StringUtils
-
- COUNT_0_1 - Static variable in class sf.tools.string.RegexpUtils
-
- COUNT_0_1_RELUCTANT - Static variable in class sf.tools.string.RegexpUtils
-
- COUNT_0_N - Static variable in class sf.tools.string.RegexpUtils
-
- COUNT_0_N_RELUCTANT - Static variable in class sf.tools.string.RegexpUtils
-
- COUNT_1_N - Static variable in class sf.tools.string.RegexpUtils
-
- COUNT_1_N_RELUCTANT - Static variable in class sf.tools.string.RegexpUtils
-
- countColumn - Variable in class sf.dsl.Example
-
- countOccurrencesOf(String, String) - Static method in class sf.spring.util.StringUtils
-
Count the occurrences of the substring
sub
in string str
.
- CR - Static variable in class sf.ext.gen.PojoGen
-
- create(Index) - Static method in class sf.database.meta.def.IndexDef
-
- createAddColumnSql(TableMapping, ColumnMapping) - Method in class sf.database.dialect.DBDialect
-
- createArrayOf(String, Object[]) - Method in class sf.database.connection.WrapConnection
-
- createBlob() - Method in class sf.database.connection.WrapConnection
-
- createClob() - Method in class sf.database.connection.WrapConnection
-
- createCompositeInterface(Class<?>[], ClassLoader) - Static method in class sf.spring.util.ClassUtils
-
Create a composite interface Class for the given interfaces,
implementing the given interfaces in one single Class.
- createCriteria() - Method in class sf.dsl.Example
-
- createCriteriaInternal() - Method in class sf.dsl.Example
-
- createDataSource(Properties) - Static method in class sf.database.datasource.SimpleDataSource
-
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.cubrid.CubridDialect
-
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.db2.DB2Dialect
-
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.DBDialect
-
根据实体信息,返回某实体的建表语句
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.DefaultDBDialect
-
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.derby.DerbyDialect
-
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.firebird.FirebirdDialect
-
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.h2.H2Dialect
-
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.hsqldb.HsqldbDialect
-
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.mysql.MySqlDialect
-
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.oracle.OracleDialect
-
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- createEntity(Connection, TableMapping) - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- createEntityGraph(Class<T>) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createEntityGraph(String) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createEntityManager() - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- createEntityManager(Map) - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- createEntityManager(SynchronizationType) - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- createEntityManager(SynchronizationType, Map) - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- createIndexSql(TableMapping) - Method in class sf.database.dialect.DBDialect
-
创建索引,一组(与hibernate保持一致)
- createNamedQuery(String) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createNamedQuery(String, Class<T>) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createNamedStoredProcedureQuery(String) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createNativeQuery(String) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createNativeQuery(String, Class) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createNativeQuery(String, String) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createNClob() - Method in class sf.database.connection.WrapConnection
-
- createNewFile() - Method in class sf.tools.URLFile
-
- createPreparedStatement(Connection, String) - Method in interface sf.database.jdbc.sql.PreparedStatementCreator
-
- createPrimaryIndex(Class<? extends DBObject>) - Method in class sf.jooq.tables.JooqTable
-
- createPrimaryKey(Class<? extends DBObject>) - Method in class sf.jooq.tables.JooqTable
-
- createPrimaryKey(TableMapping) - Method in class sf.querydsl.SQLRelationalPath
-
- createQuery(String) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createQuery(CriteriaQuery<T>) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createQuery(CriteriaUpdate) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createQuery(CriteriaDelete) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createQuery(String, Class<T>) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - Method in class sf.spring.util.ConcurrentReferenceHashMap.ReferenceManager
-
Factory method used to create a new
ConcurrentReferenceHashMap.Reference
.
- createReferenceManager() - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
Factory method that returns the
ConcurrentReferenceHashMap.ReferenceManager
.
- createRelation(Connection, TableMapping) - Method in class sf.database.dialect.DBDialect
-
- createRelation(Connection, ColumnMapping) - Method in class sf.database.dialect.DBDialect
-
- createRelation(Connection, ColumnMapping) - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- createRelative(String) - Method in class sf.spring.core.io.AbstractResource
-
This implementation throws a FileNotFoundException, assuming
that relative resources cannot be created for this resource.
- createRelative(String) - Method in class sf.spring.core.io.ClassPathResource
-
This implementation creates a ClassPathResource, applying the given path
relative to the path of the underlying resource of this descriptor.
- createRelative(String) - Method in class sf.spring.core.io.DefaultResourceLoader.ClassPathContextResource
-
- createRelative(String) - Method in class sf.spring.core.io.FileSystemResource
-
This implementation creates a FileSystemResource, applying the given path
relative to the path of the underlying file of this resource descriptor.
- createRelative(String) - Method in class sf.spring.core.io.FileUrlResource
-
- createRelative(String) - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation creates a PathResource, applying the given path
relative to the path of the underlying file of this resource descriptor.
- createRelative(String) - Method in interface sf.spring.core.io.Resource
-
Create a resource relative to this resource.
- createRelative(String) - Method in class sf.spring.core.io.UrlResource
-
This implementation creates a
UrlResource
, delegating to
UrlResource.createRelativeURL(String)
for adapting the relative path.
- createRelative(String) - Method in class sf.spring.core.io.VfsResource
-
- createRelativeURL(String) - Method in class sf.spring.core.io.UrlResource
-
This delegate creates a
java.net.URL
, applying the given path
relative to the path of the underlying URL of this resource descriptor.
- createResultSetMetaSql(TableMapping) - Method in class sf.database.dialect.DBDialect
-
- createSQLXML() - Method in class sf.database.connection.WrapConnection
-
- createStatement() - Method in class sf.database.connection.WrapConnection
-
- createStatement(int, int) - Method in class sf.database.connection.WrapConnection
-
- createStatement(int, int, int) - Method in class sf.database.connection.WrapConnection
-
- createStoredProcedureQuery(String) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createStoredProcedureQuery(String, Class...) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createStoredProcedureQuery(String, String...) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- createStruct(String, Object[]) - Method in class sf.database.connection.WrapConnection
-
- createTable(Class<?>) - Method in class sf.database.dao.DBClient
-
- createTable(Class<?>) - Method in interface sf.database.dao.DBMethod
-
建表
- createTable(Connection, Class<T>) - Static method in class sf.database.dbinfo.DBMetaData
-
创建表
- createTable(Connection, TableMapping) - Static method in class sf.database.dbinfo.DBMetaData
-
创建表
- createTable(Connection, TableMapping, String) - Static method in class sf.database.dbinfo.DBMetaData
-
创建表
- createTable(Connection, Class<?>) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- createTable(Connection, Class<?>) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
创建表
- createTable - Variable in class sf.database.OrmConfig
-
扫描到实体后,如果数据库中不存在,是否建表
默认开启
- createTables() - Method in class sf.database.dao.DBClient
-
创建全部表
- createTables() - Method in interface sf.database.dao.DBMethod
-
创建全部表
- createUniqueSql(TableMapping) - Method in class sf.database.dialect.DBDialect
-
创建唯一约束,一组(与hibernate保持一致)
- createURLClassLoader(File) - Static method in class sf.tools.reflect.ClassLoaderUtil
-
构造一个URLClassLoader
- createURLClassLoader(URL) - Static method in class sf.tools.reflect.ClassLoaderUtil
-
构造一个URLClassLoader
- Criteria(Example, Class<? extends DBObject>) - Constructor for class sf.dsl.Example.Criteria
-
- Criteria(Example, Map<DBField, ColumnMapping>, boolean, boolean) - Constructor for class sf.dsl.Example.Criteria
-
- criteria - Variable in class sf.dsl.Example.GeneratedCriteria
-
- criterias - Variable in class sf.dsl.Example
-
- Criterion(String) - Constructor for class sf.dsl.Example.Criterion
-
- Criterion(String, Collection<?>) - Constructor for class sf.dsl.Example.Criterion
-
- Criterion(String, ColumnMapping) - Constructor for class sf.dsl.Example.Criterion
-
- Criterion(String, Object, ColumnMapping) - Constructor for class sf.dsl.Example.Criterion
-
- Criterion(String, Collection<?>, ColumnMapping) - Constructor for class sf.dsl.Example.Criterion
-
- Criterion(String, Object, Object, ColumnMapping) - Constructor for class sf.dsl.Example.Criterion
-
- Criterion(String, Object, Example.ValueType, ColumnMapping) - Constructor for class sf.dsl.Example.Criterion
-
- crud - Variable in class sf.database.dao.DaoSupport
-
- Crud - Class in sf.database.jdbc.sql
-
基础sql封装类
- CrudExampleImpl - Class in sf.database.jdbc.sql
-
按example操作
- CrudExampleInf - Interface in sf.database.jdbc.sql
-
按example操作
- CrudModelImpl - Class in sf.database.jdbc.sql
-
根据model做的增删查改
- CrudModelInf - Interface in sf.database.jdbc.sql
-
按模型操作
- CrudSqlImpl - Class in sf.database.jdbc.sql
-
- CrudSqlInf - Interface in sf.database.jdbc.sql
-
按sql操作
- CrudTemplateIdImpl - Class in sf.database.jdbc.sql
-
根据模板id的sql查询
- CrudTemplateIdInf - Interface in sf.database.jdbc.sql
-
根据模板id执行sql语句
- CrudTemplateSourceImpl - Class in sf.database.jdbc.sql
-
根据模板的sql查询
- CrudTemplateSourceInf - Interface in sf.database.jdbc.sql
-
直接执行sql模版语句,sql是模板
- CUBRID - Static variable in class sf.database.dialect.Keywords
-
- CUBRID - Static variable in interface sf.jooq.JooqSupportDatabase
-
- CUBRID - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- CubridDialect - Class in sf.database.dialect.cubrid
-
- CubridDialect() - Constructor for class sf.database.dialect.cubrid.CubridDialect
-
- current() - Static method in class sf.database.template.TemplateContext
-
- currentTaskName() - Method in class sf.spring.util.StopWatch
-
Get the name of the currently running task, if any.
- customizeConnection(URLConnection) - Method in class sf.spring.core.io.AbstractFileResolvingResource
-
Customize the given
URLConnection
, obtained in the course of an
AbstractFileResolvingResource.exists()
, AbstractFileResolvingResource.contentLength()
or AbstractFileResolvingResource.lastModified()
call.
- customizeConnection(HttpURLConnection) - Method in class sf.spring.core.io.AbstractFileResolvingResource
-
Customize the given
HttpURLConnection
, obtained in the course of an
AbstractFileResolvingResource.exists()
, AbstractFileResolvingResource.contentLength()
or AbstractFileResolvingResource.lastModified()
call.
- cv - Variable in class sf.spring.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
D
- D2F - Static variable in interface sf.spring.asm.Opcodes
-
- D2I - Static variable in interface sf.spring.asm.Opcodes
-
- D2L - Static variable in interface sf.spring.asm.Opcodes
-
- DADD - Static variable in interface sf.spring.asm.Opcodes
-
- DALOAD - Static variable in interface sf.spring.asm.Opcodes
-
- DaoMapper<T extends DBObject> - Interface in sf.database.mapper
-
通用mapper类
- DaoMapperClassPathScanner - Class in org.smallframework.spring.mapper
-
对指定的基础包中对应的Mapper接口进行扫描
- DaoMapperClassPathScanner(BeanDefinitionRegistry) - Constructor for class org.smallframework.spring.mapper.DaoMapperClassPathScanner
-
- DaoMapperFactoryBean<T> - Class in org.smallframework.spring.mapper
-
对工厂Bean的实现用于构建Mapper,一次只对一个接口进行扫描,构建Mapper
- DaoMapperFactoryBean(Class<T>) - Constructor for class org.smallframework.spring.mapper.DaoMapperFactoryBean
-
- DaoMapperFactoryBean() - Constructor for class org.smallframework.spring.mapper.DaoMapperFactoryBean
-
- DaoMapperImpl<T extends DBObject> - Class in sf.database.mapper
-
daoMapper实现类
- DaoMapperImpl(Class<T>, DBClient) - Constructor for class sf.database.mapper.DaoMapperImpl
-
- DaoMapperScannerConfigurer - Class in org.smallframework.spring.mapper
-
扫描配置,根据配置的信息进行扫描
- DaoMapperScannerConfigurer() - Constructor for class org.smallframework.spring.mapper.DaoMapperScannerConfigurer
-
- DaoSupport - Class in sf.database.dao
-
- DaoSupport(SimpleRoutingDataSource) - Constructor for class sf.database.dao.DaoSupport
-
- DaoSupport() - Constructor for class sf.database.dao.DaoSupport
-
- DaoTemplate - Class in org.smallframework.spring
-
spring dao 封装类
- DaoTemplate(DataSource) - Constructor for class org.smallframework.spring.DaoTemplate
-
- DaoTemplate() - Constructor for class org.smallframework.spring.DaoTemplate
-
- daoTemplate(OrmConfig) - Method in class org.smallframework.springboot.SmallOrmAutoConfiguration
-
- DASTORE - Static variable in interface sf.spring.asm.Opcodes
-
- DATABASE_DRIVER_DB_DIALECT_MAP - Static variable in class sf.database.dialect.DialectUtils
-
别名,版本号:允许动态添加方言
- DatabaseDialect - Interface in sf.database.dialect
-
- DatabaseDriver - Enum in sf.database.dialect
-
Enumeration of common database drivers.
- DataInitializer - Class in sf.database.support
-
- DataInitializer() - Constructor for class sf.database.support.DataInitializer
-
- dataSource - Variable in class sf.database.dao.DaoSupport
-
- dataSource - Variable in class sf.database.dbinfo.DBInfoBuilder
-
- dataSource - Variable in class sf.database.jpa.JpaEntityManagerFactory
-
- dataSource - Variable in class sf.database.OrmConfig
-
单数据源。
- dataSources - Variable in class sf.database.OrmConfig
-
多数据源。分库分表时可以使用。 在Spring配置时,可以使用这样的格式来配置
- DataType - Class in sf.database.dbinfo
-
数据库支持的一个数据类型
- DataType() - Constructor for class sf.database.dbinfo.DataType
-
- date(String, Class<? super A>) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- date(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- date(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
- dateAndTimeApiExists - Static variable in class sf.tools.reflect.Jdk
-
- DateLongType - Class in sf.database.jdbc.type
-
java.util.Date<---->long 转换
- DateLongType() - Constructor for class sf.database.jdbc.type.DateLongType
-
- dateTime(String, Class<? super A>) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- dateTime(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- dateTime(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
- DateTIMESTAMPType - Class in sf.database.jdbc.type
-
- DateTIMESTAMPType() - Constructor for class sf.database.jdbc.type.DateTIMESTAMPType
-
- DateTIMEType - Class in sf.database.jdbc.type
-
- DateTIMEType() - Constructor for class sf.database.jdbc.type.DateTIMEType
-
- DateType - Class in sf.database.jdbc.type
-
- DateType() - Constructor for class sf.database.jdbc.type.DateType
-
- DB2 - Static variable in class sf.database.dialect.Keywords
-
- DB2 - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- DB2Dialect - Class in sf.database.dialect.db2
-
TODO not tested
- DB2Dialect() - Constructor for class sf.database.dialect.db2.DB2Dialect
-
- DBCascadeField - Interface in sf.core
-
数据级联字段接口,对应关系表
- DBClient - Class in sf.database.dao
-
dbclient基础
多数据源下需要使用多个DBClient,当前dbClient支持主从功能.
- DBClient(DataSource) - Constructor for class sf.database.dao.DBClient
-
- DBClient() - Constructor for class sf.database.dao.DBClient
-
- dbClient - Variable in class sf.database.mapper.DaoMapperImpl
-
- dbClient - Variable in class sf.database.OrmConfig
-
连接
- DBCLIENT_NAME - Static variable in class org.smallframework.springboot.SmallOrmAutoConfiguration
-
- DBClientCallback - Interface in sf.database.dao
-
- DBContext - Class in sf.database.dao
-
db执行上下文
- DBContext() - Constructor for class sf.database.dao.DBContext
-
- DBContext(String) - Constructor for class sf.database.dao.DBContext
-
- DBContext(boolean) - Constructor for class sf.database.dao.DBContext
-
- DBContext(String, boolean) - Constructor for class sf.database.dao.DBContext
-
- dbContexts - Variable in class sf.database.dao.DBClient
-
sql执行上下文.
- DBDialect - Class in sf.database.dialect
-
- DBDialect() - Constructor for class sf.database.dialect.DBDialect
-
- dbDynmicSQL - Variable in class sf.database.dao.DBClient
-
- DBDynmicSQL - Interface in sf.dynamicsql.dao
-
- DBDynmicSQLImpl - Class in sf.dynamicsql.dao
-
- DBDynmicSQLImpl(DBClient) - Constructor for class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- DBField - Interface in sf.core
-
字段类接口
- dbField2Tables - Static variable in class sf.database.meta.MetaHolder
-
数据库字段对应表
- DBInfo - Class in sf.database.dbinfo
-
- DBInfo() - Constructor for class sf.database.dbinfo.DBInfo
-
- DBInfoBuilder - Class in sf.database.dbinfo
-
- DBInfoBuilder(DataSource) - Constructor for class sf.database.dbinfo.DBInfoBuilder
-
- dbJooq - Variable in class sf.database.dao.DBClient
-
- DBJooq - Interface in sf.jooq.dao
-
- DBJooqImpl - Class in sf.jooq.dao
-
- DBJooqImpl(DBClient) - Constructor for class sf.jooq.dao.DBJooqImpl
-
- dbMeta - Variable in class sf.database.dbinfo.DBInfoBuilder
-
- DBMetaData - Class in sf.database.dbinfo
-
- DBMethod - Interface in sf.database.dao
-
数据库方法
- DBObject - Class in sf.core
-
抽象类,用于实现所有Entity默认的各种方法
为了避免jackson,fastjson,gson出现不该序列化的字段,需要避免get,set,is等方法出现.
- DBObject() - Constructor for class sf.core.DBObject
-
- DBProperty - Enum in sf.database.dialect
-
- dbQueryDSL - Variable in class sf.database.dao.DBClient
-
- DBQueryDSL - Interface in sf.querydsl.dao
-
- DBQueryDSLImpl - Class in sf.querydsl.dao
-
- DBQueryDSLImpl(DBClient) - Constructor for class sf.querydsl.dao.DBQueryDSLImpl
-
- DBUtils - Class in sf.database.util
-
- DBUtils() - Constructor for class sf.database.util.DBUtils
-
- DCMPG - Static variable in interface sf.spring.asm.Opcodes
-
- DCMPL - Static variable in interface sf.spring.asm.Opcodes
-
- DCONST_0 - Static variable in interface sf.spring.asm.Opcodes
-
- DCONST_1 - Static variable in interface sf.spring.asm.Opcodes
-
- DDIV - Static variable in interface sf.spring.asm.Opcodes
-
- DdlGenerator - Interface in sf.database.dbinfo
-
- DdlGeneratorImpl - Class in sf.database.dbinfo
-
- DdlGeneratorImpl(DBDialect) - Constructor for class sf.database.dbinfo.DdlGeneratorImpl
-
- DDLType - Enum in sf.database.support
-
- DDLUtils - Class in sf.database.dbinfo
-
- DDLUtils() - Constructor for class sf.database.dbinfo.DDLUtils
-
- dealWith(ResultSetIteration<T>) - Method in interface sf.database.jdbc.sql.OrmIterator
-
- dealWith(Stream<T>) - Method in interface sf.database.jdbc.sql.OrmStream
-
- debug(String, Object...) - Static method in class sf.common.log.LogUtil
-
以标准的slf4j的格式输出debug
- debug(Object) - Static method in class sf.common.log.LogUtil
-
- declaresException(Method, Class<?>) - Static method in class sf.spring.util.ReflectionUtils
-
Determine whether the given method explicitly declares the given
exception or one of its superclasses, which means that an exception
of that type can be propagated as-is within a reflective invocation.
- decodeHex(char[]) - Static method in class sf.tools.codec.HexUtils
-
- deepCopy(T) - Static method in class sf.tools.reflect.BeanUtils
-
深度复制,实参类必须实现Serializable接口
- deepCopy(S) - Static method in class sf.tools.reflect.Objects
-
深拷贝
- DEFAULT - Static variable in class sf.database.dialect.Keywords
-
- DEFAULT - Static variable in class sf.database.mapper.handle.RowLimit
-
- DEFAULT - Static variable in interface sf.jooq.JooqSupportDatabase
-
- DEFAULT_CACHE_LIMIT - Static variable in class sf.spring.core.type.classreading.CachingMetadataReaderFactory
-
Default maximum number of entries for a local MetadataReader cache: 256
- DEFAULT_PATH_SEPARATOR - Static variable in class sf.spring.util.AntPathMatcher
-
Default path separator: "/".
- DEFAULT_RESOURCE_PATTERN - Static variable in class org.smallframework.spring.path.SpringClassPathScanning
-
- DefaultCatalog - Class in sf.jooq
-
- DefaultCatalog(Name) - Constructor for class sf.jooq.DefaultCatalog
-
- DefaultCatalog(String) - Constructor for class sf.jooq.DefaultCatalog
-
- defaultDatasource - Variable in class sf.database.OrmConfig
-
多数据源时的缺省数据源名称
- DefaultDBDialect - Class in sf.database.dialect
-
默认的dialect
- DefaultDBDialect() - Constructor for class sf.database.dialect.DefaultDBDialect
-
- defaultIfBlank(String, String) - Static method in class sf.tools.StringUtils
-
Returns either the passed in String, or if the String is
whitespace, empty ("") or
null
, the value of defaultStr
.
- defaultIfEmpty(String, String) - Static method in class sf.tools.StringUtils
-
Returns either the passed in String, or if the String is
empty or
null
, the value of defaultStr
.
- defaultIfNull(String, String) - Static method in class sf.tools.StringUtils
-
Returns either the passed in String, or if the String is
null
,
the value of defaultStr
.
- DefaultMapperBuilder - Class in sf.database.mapper
-
默认Java代理实现.
- DefaultMapperBuilder(DBClient) - Constructor for class sf.database.mapper.DefaultMapperBuilder
-
The Constructor.
- defaultPkg - Static variable in class sf.ext.gen.PojoGen
-
- DefaultResourceLoader - Class in sf.spring.core.io
-
Default implementation of the
ResourceLoader
interface.
- DefaultResourceLoader() - Constructor for class sf.spring.core.io.DefaultResourceLoader
-
Create a new DefaultResourceLoader.
- DefaultResourceLoader(ClassLoader) - Constructor for class sf.spring.core.io.DefaultResourceLoader
-
Create a new DefaultResourceLoader.
- DefaultResourceLoader.ClassPathContextResource - Class in sf.spring.core.io
-
ClassPathResource that explicitly expresses a context-relative path
through implementing the ContextResource interface.
- DefaultTransactionManager - Class in sf.database.transaction
-
默认的事物管理器,可以管理单个,多个数据源事物,但并不是分布式事物管理器
不能保证事务统一,只能尽量。
- DefaultTransactionManager() - Constructor for class sf.database.transaction.DefaultTransactionManager
-
- defaultValue - Variable in class sf.database.dbinfo.ColumnDBType
-
- defineClass(ClassLoader, String, byte[], int, int, ProtectionDomain) - Static method in class java.lang.ClassLoaderVisitor
-
- defineClass(String, byte[], int, int, ClassLoader) - Static method in class sf.tools.reflect.UnsafeUtils
-
用指定的ClassLoader加载二进制数据为class,
classLoader中自带该方法
- delete(T) - Method in class org.smallframework.spring.SpringDaoMapper
-
- delete(T) - Method in class sf.database.dao.DBClient
-
- delete(T) - Method in interface sf.database.dao.DBMethod
-
删除实体,根据设置的值删除
- delete(Connection, DBObject) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- delete(Connection, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
删除方法
- DELETE - Static variable in class sf.database.jdbc.sql.RecordHolder
-
- delete() - Method in class sf.database.jdbc.sql.RecordHolder
-
删除此条记录,并提交到数据库
- delete(int) - Method in class sf.database.jdbc.sql.RecordsHolder
-
删除
- delete(T) - Method in class sf.database.jdbc.sql.RecordsHolder
-
删除指定的记录
- delete(T) - Method in interface sf.database.mapper.DaoMapper
-
删除
- delete(T) - Method in class sf.database.mapper.DaoMapperImpl
-
- delete(DeleteStatementProvider) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- delete(DeleteStatementProvider) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- delete(Connection, DeleteStatementProvider) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- delete(Connection, DeleteStatementProvider) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- delete(String, String) - Static method in class sf.spring.util.StringUtils
-
Delete all occurrences of the given substring.
- delete() - Method in class sf.tools.URLFile
-
- deleteAllInBatch() - Method in class org.smallframework.spring.SpringDaoMapper
-
- deleteAllInBatch() - Method in interface sf.database.mapper.DaoMapper
-
清空表
- deleteAllInBatch() - Method in class sf.database.mapper.DaoMapperImpl
-
- deleteAny(String, String) - Static method in class sf.spring.util.StringUtils
-
Delete any character in a given
String
.
- deleteById(Object...) - Method in class org.smallframework.spring.SpringDaoMapper
-
- deleteById(Object...) - Method in interface sf.database.mapper.DaoMapper
-
根据主键删除对象,如果对象是复合主键,传入对象本生即可
- deleteById(Object...) - Method in class sf.database.mapper.DaoMapperImpl
-
- deleteByPrimaryKeys(Class<T>, Object...) - Method in class sf.database.dao.DBClient
-
- deleteByPrimaryKeys(Class<T>, Object...) - Method in interface sf.database.dao.DBMethod
-
根据主键删除实体
- deleteByPrimaryKeys(Connection, Class<T>, Object...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- deleteByPrimaryKeys(Connection, Class<T>, Object...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
根据主键删除
- deleteCascade(T, DBCascadeField...) - Method in class sf.database.dao.DBClient
-
- deleteCascade(T, DBCascadeField...) - Method in interface sf.database.dao.DBMethod
-
将对象删除的同时,也将指定级联字段的所有关联字段关联的对象统统删除 注意:
- deleteCascade(Connection, DBObject, DBCascadeField...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- deleteCascade(Connection, T, DBCascadeField...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
将对象删除的同时,也将符合一个正则表达式的所有关联字段关联的对象统统删除
注意:
- deleteConstraint(Constraint) - Method in class sf.database.dbinfo.DdlGeneratorImpl
-
生成删除约束的语句(与getDropConstraintSql有所不同)
- deleteCRLFOnce(String) - Static method in class sf.database.template.enjoy.EnjoyHelp
-
去除多余的换行符
- DELETED - Static variable in class sf.database.jdbc.sql.RecordHolder
-
- deleteInBatch(Iterable<T>) - Method in class org.smallframework.spring.SpringDaoMapper
-
- deleteInBatch(Iterable<T>) - Method in interface sf.database.mapper.DaoMapper
-
批量删除
- deleteInBatch(Iterable<T>) - Method in class sf.database.mapper.DaoMapperImpl
-
- deleteIndex(Index) - Method in class sf.database.dbinfo.DdlGeneratorImpl
-
- deleteLinks(T, DBCascadeField...) - Method in class sf.database.dao.DBClient
-
- deleteLinks(T, DBCascadeField...) - Method in interface sf.database.dao.DBMethod
-
仅删除对象所有的关联字段,并不包括对象本身。 注意:
- deleteLinks(Connection, T, DBCascadeField...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- deleteLinks(Connection, T, DBCascadeField...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
仅删除对象所有的关联字段,并不包括对象本身。
注意:
- deleteOnExit() - Method in class sf.tools.URLFile
-
- deleteRelation(T, DBCascadeField...) - Method in class sf.database.dao.DBClient
-
- deleteRelation(T, DBCascadeField...) - Method in interface sf.database.dao.DBMethod
-
多对多关联是通过一个中间表将两条数据表记录关联起来。
- deleteRelation(Connection, T, DBCascadeField...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
多对多
- deleteRelation(Connection, T, DBCascadeField...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
多对多关联是通过一个中间表将两条数据表记录关联起来。
- deleteWhitespace(String) - Static method in class sf.tools.StringUtils
-
Deletes all whitespaces from a String as defined by
Character.isWhitespace(char)
.
- delimitedListToStringArray(String, String) - Static method in class sf.spring.util.StringUtils
-
Take a
String
that is a delimited list and convert it into a
String
array.
- delimitedListToStringArray(String, String, String) - Static method in class sf.spring.util.StringUtils
-
Take a
String
that is a delimited list and convert it into
a String
array.
- DERBY - Static variable in class sf.database.dialect.Keywords
-
- DERBY - Static variable in interface sf.jooq.JooqSupportDatabase
-
- Derby - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- DerbyDialect - Class in sf.database.dialect.derby
-
- DerbyDialect() - Constructor for class sf.database.dialect.derby.DerbyDialect
-
- desc - Variable in class sf.accelerator.asm.commons.AnnotationDef
-
- DescriptiveResource - Class in sf.spring.core.io
-
Simple
Resource
implementation that holds a resource description
but does not point to an actually readable resource.
- DescriptiveResource(String) - Constructor for class sf.spring.core.io.DescriptiveResource
-
Create a new DescriptiveResource.
- detach(Object) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- determineCommonAncestor(Class<?>, Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Determine the common ancestor of the given classes, if any.
- determineRootDir(String) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Determine the root directory for the given location.
- devMode - Static variable in class sf.database.template.enjoy.EnjoyHelp
-
- dialect - Variable in class sf.dsl.Example
-
- DialectUtils - Class in sf.database.dialect
-
- DialectUtils() - Constructor for class sf.database.dialect.DialectUtils
-
- displayClassInfo(Class<?>) - Static method in class sf.tools.reflect.ClassLoaderUtil
-
- displayClassInfo(Class<?>, StringBuffer, boolean) - Static method in class sf.tools.reflect.ClassLoaderUtil
-
- distinct - Variable in class sf.dsl.Example
-
- DLOAD - Static variable in interface sf.spring.asm.Opcodes
-
- DMLType - Enum in sf.database.support
-
数据库操作类型
- DMUL - Static variable in interface sf.spring.asm.Opcodes
-
- DNEG - Static variable in interface sf.spring.asm.Opcodes
-
- doCascade(Class<? extends DBObject>, ColumnMapping) - Static method in class sf.database.meta.CascadeUtils
-
cascade属性: 指定级联操作的行为(可多选)
CascadeType.PERSIST 级联新增(又称级联保存)
CascadeType.MERGE 级联合并(又称级联更新)
CascadeType.REMOVE 级联删除
CascadeType.REFRESH 级联刷新
CascadeType.ALL 包含所有持久化方法
- doEnhance(byte[]) - Method in class sf.codegen.EnhanceTaskASM
-
- doEnhance(ClassPool, String) - Method in class sf.codegen.EnhanceTaskJavassist
-
- doesNotContain(String, String, String) - Static method in class sf.spring.util.Assert
-
Assert that the given text does not contain the given substring.
- doesNotContain(String, String, Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert that the given text does not contain the given substring.
- doesNotContain(String, String) - Static method in class sf.spring.util.Assert
-
Deprecated.
as of 4.3.7, in favor of
Assert.doesNotContain(String, String, String)
- doFindAllClassPathResources(String) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Find all class location resources with the given path via the ClassLoader.
- doFindMatchingFileSystemResources(File, String) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Find all resources in the file system that match the given location pattern
via the Ant-style PathMatcher.
- doFindPathMatchingFileResources(Resource, String) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Find all resources in the file system that match the given location pattern
via the Ant-style PathMatcher.
- doFindPathMatchingJarResources(Resource, URL, String) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Find all resources in jar files that match the given location pattern
via the Ant-style PathMatcher.
- doGetDBContext(Connection) - Static method in class sf.database.util.DBUtils
-
获取上下文
- doGetDialect(DataSource) - Static method in class sf.database.util.DBUtils
-
- doGetDialect(Connection, boolean) - Static method in class sf.database.util.DBUtils
-
获取连接的方言,如果无法获取连接的方言,则返回默认的方言.
- doGetPath(Object) - Static method in class sf.spring.core.io.VfsUtils
-
- doGetTableExist(Connection, String) - Static method in class sf.database.util.DBUtils
-
- doGetVisitorAttributes() - Static method in class sf.spring.core.io.VfsUtils
-
- doInPreparedStatement(PreparedStatement) - Method in interface sf.database.jdbc.sql.PreparedStatementCallback
-
- doInStatement(Statement) - Method in interface sf.database.jdbc.sql.StatementCallback
-
- domainClass - Variable in class org.smallframework.spring.CommonServiceImpl
-
- domainClass - Variable in class sf.database.mapper.DaoMapperImpl
-
- domainClass - Variable in class sf.dynamicsql.mapper.DynmicSQLMapperImpl
-
- domainClass - Variable in class sf.jooq.mapper.JooqMapperImpl
-
- domainClass - Variable in class sf.querydsl.mapper.QueryDSLMapperImpl
-
- doMatch(String, String, boolean, Map<String, String>) - Method in class sf.spring.util.AntPathMatcher
-
Actually match the given
path
against the given pattern
.
- doRetrieveMatchingFiles(String, File, Set<File>) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Recursively retrieve files that match the given pattern,
adding them to the given result list.
- doScan(String...) - Method in class org.smallframework.spring.mapper.DaoMapperClassPathScanner
-
- doScan() - Method in class sf.database.support.EntityScanner
-
- doTask(int, Object, ConcurrentReferenceHashMap<K, V>.Task<T>) - Method in class sf.spring.util.ConcurrentReferenceHashMap.Segment
-
Apply an update operation to this segment.
- DOUBLE - Static variable in interface sf.spring.asm.Opcodes
-
- DOUBLE - Static variable in class sf.spring.asm.Type
-
The sort of the
double
type.
- DOUBLE_TYPE - Static variable in class sf.spring.asm.Type
-
The
double
type.
- DoubleFLOATType - Class in sf.database.jdbc.type
-
- DoubleFLOATType() - Constructor for class sf.database.jdbc.type.DoubleFLOATType
-
- DoubleType - Class in sf.database.jdbc.type
-
- DoubleType() - Constructor for class sf.database.jdbc.type.DoubleType
-
- doUnwrap(MethodVisitor, Class<?>, Class<?>) - Static method in class sf.tools.ASMUtils
-
生成拆箱方法
- doWith(Field) - Method in interface sf.spring.util.ReflectionUtils.FieldCallback
-
Perform an operation using the given field.
- doWith(Method) - Method in interface sf.spring.util.ReflectionUtils.MethodCallback
-
Perform an operation using the given method.
- doWithFields(Class<?>, ReflectionUtils.FieldCallback) - Static method in class sf.spring.util.ReflectionUtils
-
Invoke the given callback on all fields in the target class, going up the
class hierarchy to get all declared fields.
- doWithFields(Class<?>, ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter) - Static method in class sf.spring.util.ReflectionUtils
-
Invoke the given callback on all fields in the target class, going up the
class hierarchy to get all declared fields.
- doWithLocalFields(Class<?>, ReflectionUtils.FieldCallback) - Static method in class sf.spring.util.ReflectionUtils
-
Invoke the given callback on all locally declared fields in the given class.
- doWithLocalMethods(Class<?>, ReflectionUtils.MethodCallback) - Static method in class sf.spring.util.ReflectionUtils
-
Perform the given callback operation on all matching methods of the given
class, as locally declared or equivalent thereof (such as default methods
on Java 8 based interfaces that the given class implements).
- doWithMethods(Class<?>, ReflectionUtils.MethodCallback) - Static method in class sf.spring.util.ReflectionUtils
-
Perform the given callback operation on all matching methods of the given
class and superclasses.
- doWithMethods(Class<?>, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter) - Static method in class sf.spring.util.ReflectionUtils
-
Perform the given callback operation on all matching methods of the given
class and superclasses (or given interface and super-interfaces).
- doWrap(MethodVisitor, Class<?>) - Static method in class sf.tools.ASMUtils
-
生成装箱方法
- doWrap(MethodVisitor, Type) - Static method in class sf.tools.ASMUtils
-
- DREM - Static variable in interface sf.spring.asm.Opcodes
-
- DRETURN - Static variable in interface sf.spring.asm.Opcodes
-
- driverClassName - Variable in class sf.database.datasource.SimpleDataSource
-
- driverMajorVersion - Variable in class sf.database.dbinfo.DBInfoBuilder
-
- driverName - Variable in class sf.database.dbinfo.DBInfoBuilder
-
- driverVersion - Variable in class sf.database.dbinfo.DBInfoBuilder
-
- dropEntity(Connection, TableMapping) - Method in class sf.database.dialect.DBDialect
-
- dropEntity(Connection, TableMapping) - Method in class sf.database.dialect.oracle.OracleDialect
-
- dropEntity(Connection, TableMapping) - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- dropRelation(Connection, TableMapping) - Method in class sf.database.dialect.DBDialect
-
- dropTable(Class<?>) - Method in class sf.database.dao.DBClient
-
- dropTable(Class<?>) - Method in interface sf.database.dao.DBMethod
-
删除表
- dropTable(Connection, Class<?>) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- dropTable(Connection, Class<?>) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
删除表
- DSTORE - Static variable in interface sf.spring.asm.Opcodes
-
- DSUB - Static variable in interface sf.spring.asm.Opcodes
-
- DUP - Static variable in interface sf.spring.asm.Opcodes
-
- DUP2 - Static variable in interface sf.spring.asm.Opcodes
-
- DUP2_X1 - Static variable in interface sf.spring.asm.Opcodes
-
- DUP2_X2 - Static variable in interface sf.spring.asm.Opcodes
-
- DUP_X1 - Static variable in interface sf.spring.asm.Opcodes
-
- DUP_X2 - Static variable in interface sf.spring.asm.Opcodes
-
- DynamicColumnMapping - Class in sf.database.meta.dynamic
-
ColumnMetadata
Provides metadata like the column name, JDBC type and constraints
- DynamicColumnMapping() - Constructor for class sf.database.meta.dynamic.DynamicColumnMapping
-
- dynamicEnhanced - Static variable in class sf.database.support.EntityScanner
-
- DynamicJooqTable<R extends org.jooq.Record> - Class in sf.jooq.tables
-
动态表支持
- DynamicJooqTable(Name) - Constructor for class sf.jooq.tables.DynamicJooqTable
-
- DynamicJooqTable(String) - Constructor for class sf.jooq.tables.DynamicJooqTable
-
- DynamicJooqTable(Name, Schema) - Constructor for class sf.jooq.tables.DynamicJooqTable
-
- DynamicJooqTable(Name, Schema, Table<?>) - Constructor for class sf.jooq.tables.DynamicJooqTable
-
- DynamicJooqTable(Name, Schema, Table<R>, Field<?>[]) - Constructor for class sf.jooq.tables.DynamicJooqTable
-
- DynamicJooqTable(Name, Schema, Table<R>, Field<?>[], String) - Constructor for class sf.jooq.tables.DynamicJooqTable
-
- DynamicJooqTable(String, String, String, String) - Constructor for class sf.jooq.tables.DynamicJooqTable
-
- DynamicJooqTable(String, String, String, Table, String) - Constructor for class sf.jooq.tables.DynamicJooqTable
-
- DynamicSQLRelationalPath<A> - Class in sf.querydsl
-
动态关系表模型匹配
- DynamicSQLRelationalPath(String) - Constructor for class sf.querydsl.DynamicSQLRelationalPath
-
- DynamicSQLRelationalPath(String, String, String) - Constructor for class sf.querydsl.DynamicSQLRelationalPath
-
- DynamicSQLRelationalPath(PathMetadata, String, String) - Constructor for class sf.querydsl.DynamicSQLRelationalPath
-
- DynamicTableMapping - Class in sf.database.meta.dynamic
-
- DynamicTableMapping() - Constructor for class sf.database.meta.dynamic.DynamicTableMapping
-
- DynmicSQLImpl - Class in sf.dynamicsql
-
- DynmicSQLInf - Interface in sf.dynamicsql
-
- dynmicSQLMapper - Variable in class sf.database.mapper.DaoMapperImpl
-
- DynmicSQLMapper<T extends DBObject> - Interface in sf.dynamicsql.mapper
-
- DynmicSQLMapperImpl<T extends DBObject> - Class in sf.dynamicsql.mapper
-
- DynmicSQLMapperImpl(DBClient, Class<T>) - Constructor for class sf.dynamicsql.mapper.DynmicSQLMapperImpl
-
- dynmicSQLTable() - Method in interface sf.dynamicsql.mapper.DynmicSQLMapper
-
- dynmicSQLTable(DBContext) - Method in interface sf.dynamicsql.mapper.DynmicSQLMapper
-
- dynmicSQLTable() - Method in class sf.dynamicsql.mapper.DynmicSQLMapperImpl
-
- dynmicSQLTable(DBContext) - Method in class sf.dynamicsql.mapper.DynmicSQLMapperImpl
-
- DynmicSQLTables - Class in sf.dynamicsql
-
- DynmicSQLTables() - Constructor for class sf.dynamicsql.DynmicSQLTables
-
- dynPool - Static variable in class sf.database.meta.MetaHolder
-
E
- E_MAIL - Static variable in class sf.tools.string.RegexpUtils
-
- EMPTY_BOOLEAN_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_BYTE_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_BYTE_OBJECT_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_CHAR_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_CHARACTER_OBJECT_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_CLASS_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_DATE_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_DOUBLE_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_FILE_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_FLOAT_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_FLOAT_OBJECT_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_INT_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_LONG_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_LONG_OBJECT_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_OBJECT_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_SHORT_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_SHORT_OBJECT_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_SQL_DATE_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_SQL_TIME_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_SQL_TIMESTAMP_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_STRING_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- EMPTY_URL_ARRAY - Static variable in class sf.tools.ArrayUtils
-
- encodeHex(byte[]) - Static method in class sf.tools.codec.HexUtils
-
- encodeHex(byte[], boolean) - Static method in class sf.tools.codec.HexUtils
-
- encodeHexString(byte[]) - Static method in class sf.tools.codec.HexUtils
-
- endsWith(String, String) - Static method in class sf.tools.StringUtils
-
Check if a String ends with a specified suffix.
- endsWithChar(String, char) - Static method in class sf.tools.StringUtils
-
- endsWithIgnoreCase(String, String) - Static method in class sf.spring.util.StringUtils
-
Test if the given
String
ends with the specified suffix,
ignoring upper/lower case.
- endsWithIgnoreCase(String, String) - Static method in class sf.tools.StringUtils
-
Case insensitive check if a String ends with a specified suffix.
- endsWithOne(String, String...) - Static method in class sf.tools.StringUtils
-
- endsWithOneIgnoreCase(String, String...) - Static method in class sf.tools.StringUtils
-
- enhance(String...) - Method in class sf.codegen.EntityEnhancerASM
-
在当前的classpath目录下扫描Entity类(.clsss文件),使用字节码增强修改这些class文件。
- enhance(String...) - Method in class sf.codegen.EntityEnhancerJavassist
-
在当前的classpath目录下扫描Entity类(.clsss文件),使用字节码增强修改这些class文件。
- enhance(String...) - Method in interface sf.codegen.IEntityEnhancer
-
- ENHANCE_HEADER - Static variable in interface sf.codegen.IEntityEnhancer
-
增强头
- EnhanceASMMojo - Class in org.smallframework.mavenplugin.goal
-
Goal which touches a timestamp file.
- EnhanceASMMojo() - Constructor for class org.smallframework.mavenplugin.goal.EnhanceASMMojo
-
- enhanceClass(ClassReader) - Method in class sf.codegen.EnhanceTaskASM
-
- enhanceClass(ClassPool, String) - Method in class sf.codegen.EnhanceTaskJavassist
-
- enhanceClass(String) - Method in class sf.codegen.EntityEnhancerASM
-
增强制定名称的类
- EnhanceJavassistMojo - Class in org.smallframework.mavenplugin.goal
-
Goal which touches a timestamp file.
- EnhanceJavassistMojo() - Constructor for class org.smallframework.mavenplugin.goal.EnhanceJavassistMojo
-
- enhanceScanPackages - Variable in class sf.database.OrmConfig
-
对配置了包扫描的路径进行增强检查,方便单元测试
- EnhanceTaskASM - Class in sf.codegen
-
- EnhanceTaskASM(ResourceLoader) - Constructor for class sf.codegen.EnhanceTaskASM
-
- EnhanceTaskASM() - Constructor for class sf.codegen.EnhanceTaskASM
-
- EnhanceTaskJavassist - Class in sf.codegen
-
- EnhanceTaskJavassist() - Constructor for class sf.codegen.EnhanceTaskJavassist
-
- EnjoyHandler - Class in sf.database.template.enjoy
-
enjoy模板实现类
- EnjoyHelp - Class in sf.database.template.enjoy
-
- EnjoyHelp() - Constructor for class sf.database.template.enjoy.EnjoyHelp
-
- EnjoyRenderingStrategy - Class in sf.dynamicsql
-
- EnjoyRenderingStrategy() - Constructor for class sf.dynamicsql.EnjoyRenderingStrategy
-
- ensureParentFolder(File) - Static method in class sf.tools.IOUtils
-
检查/创建文件在所的文件夹
- entityClass - Variable in class sf.database.mapper.MapperJavaProxy
-
The entity class.
- entityClass(Class<?>) - Method in class sf.database.mapper.MapperJavaProxy
-
Entity class.
- entityClass - Variable in class sf.dsl.Example
-
- EntityEnhancerASM - Class in sf.codegen
-
Entity静态增强任务类
- EntityEnhancerASM() - Constructor for class sf.codegen.EntityEnhancerASM
-
- EntityEnhancerJavassist - Class in sf.codegen
-
Entity静态增强任务类
- EntityEnhancerJavassist() - Constructor for class sf.codegen.EntityEnhancerJavassist
-
- EntityNotEnhancedException - Exception in sf.common.exception
-
- EntityNotEnhancedException(String) - Constructor for exception sf.common.exception.EntityNotEnhancedException
-
- entityPathBase(DBContext, Class<? extends DBObject>) - Static method in class sf.querydsl.QueryDSLTables
-
- EntityScanner - Class in sf.database.support
-
自动扫描工具,在构造时可以根据构造方法,自动的将继承DataObject的类检查出来,并载入
- EntityScanner() - Constructor for class sf.database.support.EntityScanner
-
- Entry<K,V> - Class in sf.common
-
描述由两个值构成的值对
- Entry() - Constructor for class sf.common.Entry
-
- Entry(K, V) - Constructor for class sf.common.Entry
-
- Entry(K, V) - Constructor for class sf.spring.util.ConcurrentReferenceHashMap.Entry
-
- entrySet() - Method in class sf.common.CopyOnWriteMap
-
This method will return a read-only
Set
.
- entrySet() - Method in class sf.common.SoftHashMap
-
Returns a copy of the key/values in the map at the point of
calling.
- entrySet() - Method in class sf.database.VarObject
-
- entrySet() - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- entrySet() - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- EnumObjectTypeHandler<E extends Enum<E>> - Class in sf.database.jdbc.type
-
该转换不是很有用
- EnumObjectTypeHandler(Class<E>) - Constructor for class sf.database.jdbc.type.EnumObjectTypeHandler
-
- EnumOrdinalTypeHandler<E extends Enum<E>> - Class in sf.database.jdbc.type
-
- EnumOrdinalTypeHandler(Class<E>) - Constructor for class sf.database.jdbc.type.EnumOrdinalTypeHandler
-
- enums - Variable in class sf.accelerator.asm.commons.AnnotationDef
-
- enums(String, Class<T>) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- enums(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- enums(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
- EnumStringTypeHandler<E extends Enum<E>> - Class in sf.database.jdbc.type
-
- EnumStringTypeHandler(Class<E>) - Constructor for class sf.database.jdbc.type.EnumStringTypeHandler
-
- EnumUtils - Class in sf.tools
-
- EnumUtils() - Constructor for class sf.tools.EnumUtils
-
- eq(DBField, Object) - Method in class sf.dsl.Example.GeneratedCriteria
-
- equals(Object) - Method in class sf.common.Entry
-
- equals(Object) - Method in class sf.database.dbinfo.Constraint
-
- equals(Object) - Method in class sf.database.jdbc.sql.SQLContext
-
- equals(Object) - Method in class sf.database.meta.ColumnMapping
-
- equals(Object) - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- equals(Object) - Method in class sf.database.VarObject
-
- equals(Object) - Method in class sf.spring.asm.ConstantDynamic
-
- equals(Object) - Method in class sf.spring.asm.Handle
-
- equals(Object) - Method in class sf.spring.asm.Type
-
Tests if the given object is equal to this type.
- equals(Object) - Method in class sf.spring.core.io.AbstractResource
-
This implementation compares description strings.
- equals(Object) - Method in class sf.spring.core.io.ByteArrayResource
-
This implementation compares the underlying byte array.
- equals(Object) - Method in class sf.spring.core.io.ClassPathResource
-
This implementation compares the underlying class path locations.
- equals(Object) - Method in class sf.spring.core.io.DescriptiveResource
-
This implementation compares the underlying description String.
- equals(Object) - Method in class sf.spring.core.io.FileSystemResource
-
This implementation compares the underlying File references.
- equals(Object) - Method in class sf.spring.core.io.InputStreamResource
-
This implementation compares the underlying InputStream.
- equals(Object) - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation compares the underlying Path references.
- equals(Object) - Method in class sf.spring.core.io.UrlResource
-
This implementation compares the underlying URL references.
- equals(Object) - Method in class sf.spring.core.io.VfsResource
-
- equals(Object) - Method in class sf.spring.util.ConcurrentReferenceHashMap.Entry
-
- equals(Object) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- equals(Object[], Object[]) - Static method in class sf.tools.ArrayUtils
-
两个对象数组的比较
- equals(String, String) - Static method in class sf.tools.StringUtils
-
Compares two CharSequences, returning
true
if they represent
equal sequences of characters.
- equals(Object) - Method in class sf.tools.URLFile
-
- equalsIgnoreCase(String, String) - Static method in class sf.tools.StringUtils
-
Compares two CharSequences, returning
true
if they represent
equal sequences of characters, ignoring case.
- error(Object) - Static method in class sf.common.log.LogUtil
-
- error(String, Object...) - Static method in class sf.common.log.LogUtil
-
- ERROR_MAPPER_PARAMEER - Static variable in exception sf.common.exception.SmallOrmException
-
- escapeRegChars(String, char[]) - Static method in class sf.tools.string.RegexpUtils
-
将除了指定字符之外的所有正则元字符全部用转义符更改为字面含义
- escapeSqlValue(String) - Method in class sf.database.dialect.DBDialect
-
SQL 语句中的字符串值,默认编码单引号(')为双单引号(')
- escapeSqlValue(String) - Method in class sf.database.dialect.mysql.MySqlDialect
-
- escapeSqlValue(String) - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- escapeSqlValue(String) - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- evalFieldType(ColumnMapping) - Method in class sf.database.dialect.db2.DB2Dialect
-
- evalFieldType(ColumnMapping) - Method in class sf.database.dialect.DBDialect
-
- evalFieldType(ColumnMapping) - Method in class sf.database.dialect.h2.H2Dialect
-
- evalFieldType(ColumnMapping) - Method in class sf.database.dialect.mysql.MySqlDialect
-
- evalFieldType(ColumnMapping) - Method in class sf.database.dialect.oracle.OracleDialect
-
- evalFieldType(ColumnMapping) - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- evalFieldType(ColumnMapping) - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- evalFieldType(ColumnMapping) - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- Example - Class in sf.dsl
-
通用的Example查询对象
- Example(Class<? extends DBObject>) - Constructor for class sf.dsl.Example
-
默认exists为true
- Example(Class<? extends DBObject>, boolean) - Constructor for class sf.dsl.Example
-
带exists参数的构造方法,默认notNull为false,允许为空
- Example(Class<? extends DBObject>, boolean, boolean) - Constructor for class sf.dsl.Example
-
带exists参数的构造方法
- example - Variable in class sf.dsl.Example.GeneratedCriteria
-
- Example.Criteria - Class in sf.dsl
-
- Example.Criterion - Class in sf.dsl
-
- Example.GeneratedCriteria - Class in sf.dsl
-
- Example.OffsetLimit - Class in sf.dsl
-
- Example.Order - Enum in sf.dsl
-
- Example.ValueType - Enum in sf.dsl
-
- ExampleSQLHelp - Class in sf.dsl
-
- ExampleSQLHelp() - Constructor for class sf.dsl.ExampleSQLHelp
-
- exception(String, Throwable) - Static method in class sf.common.log.LogUtil
-
将异常信息输入日志
- exception(Throwable) - Static method in class sf.common.log.LogUtil
-
将异常堆栈打入日志 改起来影响比较大,所以就不改了。
- EXCEPTION_PARAMETER - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the type of the exception of a 'catch' clause in a
method.
- excludeColumns - Variable in class sf.dsl.Example
-
- excludedTables - Variable in class sf.database.dbinfo.DBInfoBuilder
-
- excludeProperties(DBField...) - Method in class sf.dsl.Example
-
排除查询字段,优先级低于 selectProperties
- exec(Env, Scope, Writer) - Method in class sf.database.template.enjoy.ext.InDirective
-
- exec(Env, Scope, Writer) - Method in class sf.database.template.enjoy.ext.NameSpaceDirective
-
- exec(Env, Scope, Writer) - Method in class sf.database.template.enjoy.ext.PageDirective
-
- exec(Env, Scope, Writer) - Method in class sf.database.template.enjoy.ext.PageIgnoreDirective
-
- exec(Env, Scope, Writer) - Method in class sf.database.template.enjoy.ext.PageIgnoreTagDirective
-
- exec(Env, Scope, Writer) - Method in class sf.database.template.enjoy.ext.PageTagDirective
-
- exec(Env, Scope, Writer) - Method in class sf.database.template.enjoy.ext.ParaDirective
-
- exec(Env, Scope, Writer) - Method in class sf.database.template.enjoy.ext.ReplaceSpaceDirective
-
- exec(Env, Scope, Writer) - Method in class sf.database.template.enjoy.ext.SqlDirective
-
- exec(Env, Scope, Writer) - Method in class sf.database.template.enjoy.ext.UseDirective
-
- exec(Env, Scope, Writer) - Method in class sf.database.template.enjoy.ext.WhereDirective
-
- exec(List) - Method in class sf.database.template.freemarker.ext.InModel
-
- exec(List) - Method in class sf.database.template.freemarker.ext.ParaModel
-
- execute() - Method in class org.smallframework.mavenplugin.goal.EnhanceASMMojo
-
- execute() - Method in class org.smallframework.mavenplugin.goal.EnhanceJavassistMojo
-
- execute(SQLContext) - Method in class sf.database.dao.DBClient
-
- execute(ConnectionCallback<T>) - Method in class sf.database.dao.DBClient
-
- execute(ConnectionCallback<T>, boolean) - Method in class sf.database.dao.DBClient
-
- execute(Function<DataSource, R>, boolean) - Method in class sf.database.dao.DBClient
-
- execute(String, Object...) - Method in class sf.database.dao.DBClient
-
- execute(SQLContext) - Method in interface sf.database.dao.DBMethod
-
- execute(ConnectionCallback<T>) - Method in interface sf.database.dao.DBMethod
-
数据迭代接口
执行回调,主要是用于存储过程调用
直接获取connection,注意连接不可手动关闭
- execute(ConnectionCallback<T>, boolean) - Method in interface sf.database.dao.DBMethod
-
数据迭代接口
执行回调,主要是用于存储过程调用
直接获取connection,注意连接不可手动关闭
- execute(Function<DataSource, R>, boolean) - Method in interface sf.database.dao.DBMethod
-
- execute(String, Object...) - Method in interface sf.database.dao.DBMethod
-
执行单一sql
- execute(String, Connection) - Method in class sf.database.dialect.DBDialect
-
- execute(List<String>, Connection) - Method in class sf.database.dialect.DBDialect
-
- execute(Connection, SQLContext) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
Execute sql update
- execute(Connection, SQLContext) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
执行语句,非查询语句
- execute(Connection, ConnectionCallback<T>) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- execute(Connection, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- execute(Connection, PreparedStatementCreator, PreparedStatementSetter, ResultSetCallback<T>, String, Object) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- execute(Connection, String, Object[], boolean, List<String>, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- execute(Connection, PreparedStatementCreator, PreparedStatementSetter, ResultSetCallback<T>, String, Object) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
执行sql语句可以为DML或DDL语句.
- execute(Connection, String, Object[], boolean, List<String>, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
执行单一语句
- execute(Connection, ConnectionCallback<T>) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
主要支持存储过程执行
- execute(Connection, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
- execute(Connection, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- execute(Connection, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateIdInf
-
- execute(Connection, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- execute(Connection, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
- execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class sf.database.template.freemarker.ext.PageDirective
-
- execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class sf.database.template.freemarker.ext.PageIgnoreDirective
-
- execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class sf.database.template.freemarker.ext.WhereDirective
-
- EXECUTE_KEY - Static variable in interface sf.database.template.TemplateConstants
-
塞入上下文中的执行命令
- EXECUTE_VALUE_COUNT - Static variable in interface sf.database.template.TemplateConstants
-
获取查询总数
- EXECUTE_VALUE_LIST - Static variable in interface sf.database.template.TemplateConstants
-
获取查询列表
- executeBatch(String, List<Object[]>) - Method in class sf.database.dao.DBClient
-
- executeBatch(String, List<Object[]>, boolean, int, List<String>, List<Map<String, Object>>) - Method in class sf.database.dao.DBClient
-
- executeBatch(String, List<Object[]>) - Method in interface sf.database.dao.DBMethod
-
批量执行SQL
- executeBatch(String, List<Object[]>, boolean, int, List<String>, List<Map<String, Object>>) - Method in interface sf.database.dao.DBMethod
-
- executeBatch(Connection, String, List<Object[]>) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- executeBatch(Connection, String, List<Object[]>, boolean, int, List<String>, List<Map<String, Object>>) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- executeBatch(Connection, String, List<Object[]>, boolean, int, List<String>, List<Map<String, Object>>) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
批量执行语句.允许返回主键等信息
- executeBatch(Connection, String, List<Object[]>) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
批量执行语句.
- executeBatch(Connection, String, List<Map<String, Object>>) - Method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- executeBatch(Connection, String, List<Map<String, Object>>, boolean, int, List<String>, List<Map<String, Object>>) - Method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- executeBatch(Connection, String, List<Map<String, Object>>) - Method in interface sf.database.jdbc.sql.CrudTemplateIdInf
-
- executeBatch(Connection, String, List<Map<String, Object>>, boolean, int, List<String>, List<Map<String, Object>>) - Method in interface sf.database.jdbc.sql.CrudTemplateIdInf
-
- executeBatch(Connection, String, List<Map<String, Object>>) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- executeBatch(Connection, String, List<Map<String, Object>>, boolean, int, List<String>, List<Map<String, Object>>) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- executeBatch(Connection, String, List<Map<String, Object>>) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
- executeBatch(Connection, String, List<Map<String, Object>>, boolean, int, List<String>, List<Map<String, Object>>) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
- executeBatchTemplate(String, List<Map<String, Object>>) - Method in class sf.database.dao.DBClient
-
- executeBatchTemplate(String, List<Map<String, Object>>, boolean, int, List<String>, List<Map<String, Object>>) - Method in class sf.database.dao.DBClient
-
- executeBatchTemplate(String, List<Map<String, Object>>) - Method in interface sf.database.dao.DBMethod
-
- executeBatchTemplate(String, List<Map<String, Object>>, boolean, int, List<String>, List<Map<String, Object>>) - Method in interface sf.database.dao.DBMethod
-
批量处理,带返回主键值的功能.
- executeBatchTemplateSource(String, List<Map<String, Object>>) - Method in class sf.database.dao.DBClient
-
- executeBatchTemplateSource(String, List<Map<String, Object>>, boolean, int, List<String>, List<Map<String, Object>>) - Method in class sf.database.dao.DBClient
-
- executeBatchTemplateSource(String, List<Map<String, Object>>) - Method in interface sf.database.dao.DBMethod
-
- executeBatchTemplateSource(String, List<Map<String, Object>>, boolean, int, List<String>, List<Map<String, Object>>) - Method in interface sf.database.dao.DBMethod
-
- executeFunc(Function<Connection, R>, boolean) - Method in class sf.database.dao.DBClient
-
- executeFunc(Function<Connection, R>) - Method in class sf.database.dao.DBClient
-
- executeFunc(Function<Connection, R>, boolean) - Method in interface sf.database.dao.DBMethod
-
回调
- executeFunc(Function<Connection, R>) - Method in interface sf.database.dao.DBMethod
-
回调
- ExecuteProvider - Annotation Type in sf.database.mapper.annotation
-
执行对应方法中的sql模板文件.
- ExecuteSQL - Annotation Type in sf.database.mapper.annotation
-
执行原生sql
- executeTemplate(String, Map<String, Object>) - Method in class org.smallframework.spring.SpringDaoMapper
-
- executeTemplate(String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- executeTemplate(String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- ExecuteTemplate - Annotation Type in sf.database.mapper.annotation
-
执行模板
- executeTemplate(String, Map<String, Object>) - Method in interface sf.database.mapper.DaoMapper
-
执行一个更新的jdbc sql
- executeTemplate(String, Map<String, Object>) - Method in class sf.database.mapper.DaoMapperImpl
-
- executeTemplateSource(String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- executeTemplateSource(String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- existField(String) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- existPullMethod - Variable in class sf.database.meta.TableMapping
-
是否存在pull方法
- existPushMethod - Variable in class sf.database.meta.TableMapping
-
是否存在push方法
- exists(T) - Method in class sf.database.dao.DBClient
-
- exists(T) - Method in interface sf.database.dao.DBMethod
-
- exists(Connection, T) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- exists(Connection, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
查询对象是否存在
- exists(T) - Method in interface sf.database.mapper.DaoMapper
-
是否存在,根据对象查询
- exists(T) - Method in class sf.database.mapper.DaoMapperImpl
-
- exists - Variable in class sf.dsl.Example
-
- exists - Variable in class sf.dsl.Example.GeneratedCriteria
-
- exists() - Method in class sf.spring.core.io.AbstractFileResolvingResource
-
- exists() - Method in class sf.spring.core.io.AbstractResource
-
This implementation checks whether a File can be opened,
falling back to whether an InputStream can be opened.
- exists() - Method in class sf.spring.core.io.ByteArrayResource
-
This implementation always returns
true
.
- exists() - Method in class sf.spring.core.io.ClassPathResource
-
This implementation checks for the resolution of a resource URL.
- exists() - Method in class sf.spring.core.io.DescriptiveResource
-
- exists() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation returns whether the underlying file exists.
- exists() - Method in class sf.spring.core.io.InputStreamResource
-
This implementation always returns
true
.
- exists() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation returns whether the underlying file exists.
- exists() - Method in interface sf.spring.core.io.Resource
-
Determine whether this resource actually exists in physical form.
- exists() - Method in class sf.spring.core.io.VfsResource
-
- exists() - Method in class sf.tools.URLFile
-
- existsById(Object...) - Method in interface sf.database.mapper.DaoMapper
-
是否存在,根据主键查询
- existsById(Object...) - Method in class sf.database.mapper.DaoMapperImpl
-
- existsByPrimaryKeys(Class<T>, Object...) - Method in class sf.database.dao.DBClient
-
- existsByPrimaryKeys(Class<T>, Object...) - Method in interface sf.database.dao.DBMethod
-
- existsByPrimaryKeys(Connection, Class<T>, Object...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- existsByPrimaryKeys(Connection, Class<T>, Object...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
根据主键查询是否存在
- existsFunction(Connection, String, String) - Method in class sf.database.dbinfo.DBMetaData
-
返回指定名称的函数是否存在(需要支持JDBC 4.0的驱动才可执行)
- existsInSchema(Connection, ObjectType, String, String) - Method in class sf.database.dbinfo.DBMetaData
-
判断对象是否存在于指定的schema下
- existsProcdure(Connection, String, String) - Method in class sf.database.dbinfo.DBMetaData
-
检查是否存在指定的存储过程
- existsTables(Connection, String) - Method in class sf.database.dialect.DBDialect
-
该表是否存在
- existTable(Connection, String) - Method in class sf.database.dbinfo.DBMetaData
-
- EXPAND_FRAMES - Static variable in class sf.spring.asm.ClassReader
-
A flag to expand the stack map frames.
- expression(String) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- expression(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- expression(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
- ExpressionHandler - Class in sf.database.template.expression
-
- ExpressionHelp - Class in sf.database.template.expression
-
- ExpressionHelp() - Constructor for class sf.database.template.expression.ExpressionHelp
-
- extractArchiveURL(URL) - Static method in class sf.spring.util.ResourceUtils
-
Extract the URL for the outermost archive from the given jar/war URL
(which may point to a resource in a jar file or to a jar file itself).
- extractJarFileURL(URL) - Static method in class sf.spring.util.ResourceUtils
-
Extract the URL for the actual jar file from the given URL
(which may point to a resource in a jar file or to a jar file itself).
- extractPathWithinPattern(String, String) - Method in class sf.spring.util.AntPathMatcher
-
Given a pattern and a full path, determine the pattern-mapped part.
- extractPathWithinPattern(String, String) - Method in interface sf.spring.util.PathMatcher
-
Given a pattern and a full path, determine the pattern-mapped part.
- extractUriTemplateVariables(String, String) - Method in class sf.spring.util.AntPathMatcher
-
- extractUriTemplateVariables(String, String) - Method in interface sf.spring.util.PathMatcher
-
Given a pattern and a full path, extract the URI template variables.
F
- F2D - Static variable in interface sf.spring.asm.Opcodes
-
- F2I - Static variable in interface sf.spring.asm.Opcodes
-
- F2L - Static variable in interface sf.spring.asm.Opcodes
-
- F_APPEND - Static variable in interface sf.spring.asm.Opcodes
-
A compressed frame where locals are the same as the locals in the previous frame, except that
additional 1-3 locals are defined, and with an empty stack.
- F_CHOP - Static variable in interface sf.spring.asm.Opcodes
-
A compressed frame where locals are the same as the locals in the previous frame, except that
the last 1-3 locals are absent and with an empty stack.
- F_FULL - Static variable in interface sf.spring.asm.Opcodes
-
A compressed frame with complete frame data.
- F_NEW - Static variable in interface sf.spring.asm.Opcodes
-
An expanded frame.
- F_SAME - Static variable in interface sf.spring.asm.Opcodes
-
A compressed frame with exactly the same locals as the previous frame and with an empty stack.
- F_SAME1 - Static variable in interface sf.spring.asm.Opcodes
-
A compressed frame with exactly the same locals as the previous frame and with a single value
on the stack.
- FADD - Static variable in interface sf.spring.asm.Opcodes
-
- FALOAD - Static variable in interface sf.spring.asm.Opcodes
-
- FastBeanUtils - Class in sf.tools.reflect
-
- FastBeanUtils() - Constructor for class sf.tools.reflect.FastBeanUtils
-
- FASTORE - Static variable in interface sf.spring.asm.Opcodes
-
- fatal(Object) - Static method in class sf.common.log.LogUtil
-
- FCMPG - Static variable in interface sf.spring.asm.Opcodes
-
- FCMPL - Static variable in interface sf.spring.asm.Opcodes
-
- FCONST_0 - Static variable in interface sf.spring.asm.Opcodes
-
- FCONST_1 - Static variable in interface sf.spring.asm.Opcodes
-
- FCONST_2 - Static variable in interface sf.spring.asm.Opcodes
-
- FDIV - Static variable in interface sf.spring.asm.Opcodes
-
- Feature - Enum in sf.database.dbinfo
-
这个类列举各种和数据库相关的特性
- features - Variable in class sf.database.dialect.DBDialect
-
各种Boolean特性
- fetchCascade(T, Class<T>, DBCascadeField...) - Method in class sf.database.dao.DBClient
-
- fetchCascade(T, Class<T>, DBCascadeField...) - Method in interface sf.database.dao.DBMethod
-
查找对象列表,并查询级联字段
- fetchCascade(Connection, T, Class<T>, DBCascadeField...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- fetchCascade(Connection, T, Class<T>, DBCascadeField...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
fixme beetsql hibernate 使用了一级缓存,导致比他们慢
根据查询条件查询列表并根据级联字段查询级联对象
- FetchDBField - Annotation Type in sf.database.annotations
-
级联需要抓取的字段,只对级联关系生效
- fetchLinks(T) - Method in class sf.database.dao.DBClient
-
- fetchLinks(T, DBCascadeField...) - Method in class sf.database.dao.DBClient
-
- fetchLinks(T) - Method in interface sf.database.dao.DBMethod
-
根据一个正则表达式,获取对象所有的关联字段
- fetchLinks(T, DBCascadeField...) - Method in interface sf.database.dao.DBMethod
-
根据字段,获取对象所有的关联字段
- fetchLinks(Connection, T) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- fetchLinks(Connection, T, DBCascadeField...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- fetchLinks(Connection, T, String...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- fetchLinks(Connection, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
根据一个正则表达式,获取对象所有的关联字段
- fetchLinks(Connection, T, DBCascadeField...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
根据字段,获取对象所有的关联字段
- fetchNext() - Method in class sf.database.jdbc.sql.ResultSetIteration
-
- field - Variable in class sf.database.meta.ColumnMapping
-
- FIELD - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the type of a field.
- FieldAccess - Class in sf.tools.reflectasm
-
- FieldAccess() - Constructor for class sf.tools.reflectasm.FieldAccess
-
- fieldAccessor - Variable in class sf.database.meta.ColumnMapping
-
- FieldExtCallback - Class in sf.accelerator.asm.commons
-
- FieldExtCallback(FieldVisitor) - Constructor for class sf.accelerator.asm.commons.FieldExtCallback
-
- FieldExtDef - Class in sf.accelerator.asm.commons
-
- FieldExtDef(FieldExtCallback) - Constructor for class sf.accelerator.asm.commons.FieldExtDef
-
- fieldIndex(String) - Method in class sf.core.DBObject
-
获取字段索引
- fieldIndex(String) - Method in interface sf.core.IAssignValue
-
- fields - Variable in class sf.database.meta.TableMapping
-
- fields - Variable in class sf.jooq.tables.DynamicJooqTable
-
- fieldToColumn - Variable in class sf.database.meta.dynamic.DynamicTableMapping
-
字段名和字段定义对应.
- FieldVisitor - Class in sf.spring.asm
-
A visitor to visit a Java field.
- FieldVisitor(int) - Constructor for class sf.spring.asm.FieldVisitor
-
Constructs a new
FieldVisitor
.
- FieldVisitor(int, FieldVisitor) - Constructor for class sf.spring.asm.FieldVisitor
-
Constructs a new
FieldVisitor
.
- file - Variable in class sf.database.jdbc.lob.SimpleBlob
-
- FILE_URL_PREFIX - Static variable in class sf.spring.util.ResourceUtils
-
URL prefix for loading from the file system: "file:".
- FileBlobType - Class in sf.database.jdbc.type
-
sqlite 不支持blob类型
- FileBlobType() - Constructor for class sf.database.jdbc.type.FileBlobType
-
- FileClobType - Class in sf.database.jdbc.type
-
sqlite 不支持blob类型
- FileClobType() - Constructor for class sf.database.jdbc.type.FileClobType
-
- FileFilterEx() - Constructor for class sf.tools.IOUtils.FileFilterEx
-
- FileSystemResource - Class in sf.spring.core.io
-
- FileSystemResource(String) - Constructor for class sf.spring.core.io.FileSystemResource
-
Create a new
FileSystemResource
from a file path.
- FileSystemResource(File) - Constructor for class sf.spring.core.io.FileSystemResource
-
Create a new
FileSystemResource
from a File
handle.
- FileSystemResource(Path) - Constructor for class sf.spring.core.io.FileSystemResource
-
- FileSystemResource(FileSystem, String) - Constructor for class sf.spring.core.io.FileSystemResource
-
Create a new
FileSystemResource
from a FileSystem
handle,
locating the specified path.
- FileSystemResourceLoader - Class in sf.spring.core.io
-
ResourceLoader
implementation that resolves plain paths as
file system resources rather than as class path resources
(the latter is DefaultResourceLoader
's default strategy).
- FileSystemResourceLoader() - Constructor for class sf.spring.core.io.FileSystemResourceLoader
-
- FileUrlResource - Class in sf.spring.core.io
-
Subclass of
UrlResource
which assumes file resolution, to the degree
of implementing the WritableResource
interface for it.
- FileUrlResource(URL) - Constructor for class sf.spring.core.io.FileUrlResource
-
Create a new
FileUrlResource
based on the given URL object.
- FileUrlResource(String) - Constructor for class sf.spring.core.io.FileUrlResource
-
Create a new
FileUrlResource
based on the given file location,
using the URL protocol "file".
- fillArrayStatement(PreparedStatement, Object...) - Static method in class sf.database.jdbc.sql.CommonSql
-
设置值
- fillListStatement(PreparedStatement, List<Object>) - Static method in class sf.database.jdbc.sql.CommonSql
-
设置值
- fillOrmStatement(PreparedStatement, List<SQLParameter>) - Static method in class sf.database.jdbc.sql.CommonSql
-
设置值
- fillSQLStatement(PreparedStatement, List<SQLParameter>) - Static method in class sf.database.jdbc.sql.CommonSql
-
设置值
- fillStatement(PreparedStatement, Object) - Static method in class sf.database.jdbc.sql.CommonSql
-
- filter(T[], Predicate<T>) - Static method in class sf.tools.ArrayUtils
-
进行数组元素过滤
- find(Class<T>, Object) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- find(Class<T>, Object, Map<String, Object>) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- find(Class<T>, Object, LockModeType) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- findAllClassPathResources(String) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Find all class location resources with the given location via the ClassLoader.
- findCommonElementType(Collection<?>) - Static method in class sf.spring.util.CollectionUtils
-
Find the common element type of the given Collection, if any.
- findField(String) - Method in interface sf.database.meta.ITableMapping
-
- findField(String) - Method in class sf.database.meta.TableMapping
-
根据名称得到一个Field对象(大小写不敏感)
如果找不到将返回null(不抛出异常)
- findField(Class<?>, String) - Static method in class sf.spring.util.ReflectionUtils
-
- findField(Class<?>, String, Class<?>) - Static method in class sf.spring.util.ReflectionUtils
-
- findFile(File, IOUtils.FileFilterEx) - Static method in class sf.tools.IOUtils
-
在指定目录下搜索单个文件
- findFile(File, String, boolean) - Static method in class sf.tools.IOUtils
-
在指定目录下搜索单个文件
- findFiles(File, IOUtils.FileFilterEx) - Static method in class sf.tools.IOUtils
-
在指定目录下搜索文件
- findFirstMatch(Collection<?>, Collection<E>) - Static method in class sf.spring.util.CollectionUtils
-
Return the first element in '
candidates
' that is contained in
'source
'.
- findMethod(Class<?>, String) - Static method in class sf.spring.util.ReflectionUtils
-
Attempt to find a
Method
on the supplied class with the supplied name
and no parameters.
- findMethod(Class<?>, String, Class<?>...) - Static method in class sf.spring.util.ReflectionUtils
-
Attempt to find a
Method
on the supplied class with the supplied name
and parameter types.
- findPathMatchingResources(String) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Find all resources that match the given location pattern via the
Ant-style PathMatcher.
- findValueOfType(Collection<?>, Class<T>) - Static method in class sf.spring.util.CollectionUtils
-
Find a single value of the given type in the given Collection.
- findValueOfType(Collection<?>, Class<?>[]) - Static method in class sf.spring.util.CollectionUtils
-
Find a single value of one of the given types in the given Collection:
searching the Collection for a value of the first type, then
searching for a value of the second type, etc.
- finish() - Method in class sf.database.support.DataInitializer
-
- finish() - Method in class sf.database.support.EntityScanner
-
完成类的注册和扫描。如果启用了数据初始化记录表,将会更新该表记录,下次启动不再初始化数据。
- FIREBIRD - Static variable in class sf.database.dialect.Keywords
-
- FIREBIRD - Static variable in interface sf.jooq.JooqSupportDatabase
-
- Firebird - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- FirebirdDialect - Class in sf.database.dialect.firebird
-
- FirebirdDialect() - Constructor for class sf.database.dialect.firebird.FirebirdDialect
-
- firstCharToLowerCase(String) - Static method in class sf.tools.StringUtils
-
首字母变小写
- firstCharToUpperCase(String) - Static method in class sf.tools.StringUtils
-
首字母变大写
- firstElement(Set<T>) - Static method in class sf.spring.util.CollectionUtils
-
Retrieve the first element of the given Set, using
SortedSet.first()
or otherwise using the iterator.
- firstElement(List<T>) - Static method in class sf.spring.util.CollectionUtils
-
Retrieve the first element of the given List, accessing the zero index.
- FLOAD - Static variable in interface sf.spring.asm.Opcodes
-
- FLOAT - Static variable in interface sf.spring.asm.Opcodes
-
- FLOAT - Static variable in class sf.spring.asm.Type
-
The sort of the
float
type.
- FLOAT_TYPE - Static variable in class sf.spring.asm.Type
-
The
float
type.
- FloatDOUBLEType - Class in sf.database.jdbc.type
-
- FloatDOUBLEType() - Constructor for class sf.database.jdbc.type.FloatDOUBLEType
-
- FloatREALType - Class in sf.database.jdbc.type
-
- FloatREALType() - Constructor for class sf.database.jdbc.type.FloatREALType
-
- FloatType - Class in sf.database.jdbc.type
-
- FloatType() - Constructor for class sf.database.jdbc.type.FloatType
-
- flush() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- FMUL - Static variable in interface sf.spring.asm.Opcodes
-
- FNEG - Static variable in interface sf.spring.asm.Opcodes
-
- fnv1a64(String) - Static method in class sf.tools.codec.HashUtils
-
- FNV_OFFSET_BASIS_64 - Static variable in class sf.tools.codec.HashUtils
-
- FNV_PRIME_64 - Static variable in class sf.tools.codec.HashUtils
-
- ForeignKey - Class in sf.database.dbinfo
-
描述外键信息
- ForeignKey() - Constructor for class sf.database.dbinfo.ForeignKey
-
- ForeignKey(String, String, String, String) - Constructor for class sf.database.dbinfo.ForeignKey
-
- ForeignKeyAction - Enum in sf.database.dbinfo
-
外键的动作类型
- foreignKeyDefinition() - Method in class sf.database.dbinfo.ForeignKey
-
- ForeignKeyMatchType - Enum in sf.database.dbinfo
-
外键的匹配类型
- forModelDelete(DBContext, TableMapping, DBDialect, DBObject) - Static method in class sf.database.jdbc.sql.CommonSql
-
- forModelDeleteByIds(DBContext, TableMapping, DBDialect, Object...) - Static method in class sf.database.jdbc.sql.CommonSql
-
- forModelExistsByIds(DBContext, TableMapping, DBDialect, Object...) - Static method in class sf.database.jdbc.sql.CommonSql
-
- forModelSelectByIds(DBContext, TableMapping, DBDialect, Object...) - Static method in class sf.database.jdbc.sql.CommonSql
-
- forModelUpdate(DBContext, TableMapping, DBDialect, DBObject, boolean, boolean) - Static method in class sf.database.jdbc.sql.CommonSql
-
更新对象,如果有乐观锁,会根据乐观锁条件更新,并会更新数据库中的乐观锁条件.但不会更新对象的乐观锁字段的值.
- forName(String, ClassLoader) - Static method in class sf.spring.util.ClassUtils
-
Replacement for
Class.forName()
that also returns Class instances
for primitives (e.g.
- forTableBuilderDoBuild(String) - Method in class sf.database.dbinfo.DBInfoBuilder
-
- forUpdate - Variable in class sf.dsl.Example
-
- free() - Method in class sf.database.jdbc.lob.SimpleBlob
-
- free() - Method in class sf.database.jdbc.lob.SimpleClob
-
- FreemarkerHandler - Class in sf.database.template.freemarker
-
- FreemarkerHelp - Class in sf.database.template.freemarker
-
- FreemarkerHelp() - Constructor for class sf.database.template.freemarker.FreemarkerHelp
-
- FreemarkerRenderingStrategy - Class in sf.dynamicsql
-
- FreemarkerRenderingStrategy() - Constructor for class sf.dynamicsql.FreemarkerRenderingStrategy
-
- freeMemory(long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Disposes of a block of native memory, as obtained from
UnsafeWrapper.allocateMemory(long)
or UnsafeWrapper.reallocateMemory(long, long)
.
- freeThreadLocal() - Method in class sf.database.template.TemplateContext
-
- FREM - Static variable in interface sf.spring.asm.Opcodes
-
- FRETURN - Static variable in interface sf.spring.asm.Opcodes
-
- from - Variable in class sf.dsl.Example
-
追加from字段
- from(String) - Method in class sf.dsl.Example
-
- fromJdbcUrl(String) - Static method in enum sf.database.dialect.DatabaseDriver
-
Find a
DatabaseDriver
for the given URL.
- fromMap(Map<K, V>) - Static method in class sf.common.Entry
-
- fromMarkdown(List<String>) - Static method in class sf.database.template.sql.SqlHelp
-
- fromProductName(String) - Static method in enum sf.database.dialect.DatabaseDriver
-
Find a
DatabaseDriver
for the given product name.
- fromString(String) - Static method in class sf.spring.asm.TypePath
-
Converts a type path in string form, in the format used by
TypePath.toString()
, into a TypePath
object.
- FSTORE - Static variable in interface sf.spring.asm.Opcodes
-
- FSUB - Static variable in interface sf.spring.asm.Opcodes
-
- Function - Class in sf.database.dbinfo
-
描述数据库中的Function(函数) / procedure(存储过程)对象
- Function(ObjectType) - Constructor for class sf.database.dbinfo.Function
-
- Function() - Constructor for class sf.database.dbinfo.Function
-
- fv - Variable in class sf.spring.asm.FieldVisitor
-
The field visitor to which this visitor must delegate method calls.
G
- ge(DBField, Object) - Method in class sf.dsl.Example.GeneratedCriteria
-
- gen() - Method in class sf.ext.gen.PojoGen
-
生成代码
- gen(TableInfo) - Method in class sf.ext.gen.PojoGen
-
- genCode(String, String, String, TableInfo, GenConfig, boolean) - Method in interface sf.ext.gen.CodeGen
-
- genCode(String, String, String, TableInfo, GenConfig, boolean) - Method in class sf.ext.gen.MapperCodeGen
-
- genCode(String, String, String, TableInfo, GenConfig, boolean) - Method in class sf.ext.gen.MapperImplCodeGen
-
- GenConfig - Class in sf.ext.gen
-
- GenConfig() - Constructor for class sf.ext.gen.GenConfig
-
- generate(Connection, ColumnMapping) - Method in interface sf.database.jdbc.sql.IdentifierGenerator
-
生成一个新的主键
- generate(Configuration, String, Map<String, Object>) - Static method in class sf.database.template.mybatis.MybatisTemplate
-
- GeneratedCriteria(Example, Map<DBField, ColumnMapping>, boolean, boolean) - Constructor for class sf.dsl.Example.GeneratedCriteria
-
- GeneratedKeyHolder - Class in sf.database.jdbc.sql
-
The standard implementation of the
KeyHolder
interface, to be used for
holding auto-generated keys (as potentially returned by JDBC insert statements).
- GeneratedKeyHolder() - Constructor for class sf.database.jdbc.sql.GeneratedKeyHolder
-
Create a new GeneratedKeyHolder with a default list.
- GeneratedKeyHolder(List<Map<String, Object>>) - Constructor for class sf.database.jdbc.sql.GeneratedKeyHolder
-
Create a new GeneratedKeyHolder with a given list.
- generateName() - Method in class sf.database.dbinfo.Index
-
- generateSalt(int) - Static method in class sf.tools.codec.HashUtils
-
md5 128bit 16bytes
sha1 160bit 20bytes
sha256 256bit 32bytes
sha384 384bit 48bytes
sha512 512bit 64bytes
- generateSaltForSha256() - Static method in class sf.tools.codec.HashUtils
-
- generateSaltForSha512() - Static method in class sf.tools.codec.HashUtils
-
- generateUrl(String, int, String) - Method in interface sf.database.dialect.DatabaseDialect
-
生成数据库连接字串
- GenericsUtils - Class in sf.tools
-
泛型方法类
- GenericsUtils() - Constructor for class sf.tools.GenericsUtils
-
- genPojoCodes(String, String, GenConfig) - Method in class sf.database.dao.DBClient
-
- genPojoCodes(String, String, GenConfig) - Method in interface sf.database.dao.DBMethod
-
根据表名生成对应的pojo类
- genPullPush(ClassWriter) - Method in class sf.codegen.EnhanceTaskASM
-
- genPushPull - Static variable in class sf.codegen.EnhanceTaskJavassist
-
关闭生成设置值.
- GenUtils - Class in sf.ext.gen
-
- GenUtils() - Constructor for class sf.ext.gen.GenUtils
-
- get(Object) - Method in class sf.common.CopyOnWriteMap
-
Returns the value associated with the provided key from this
map.
- get(int) - Method in class sf.common.IgnoreEmptyList
-
- get(Object) - Method in class sf.common.SoftHashMap
-
- get(Connection) - Method in class sf.database.dbinfo.DBMetaData
-
Deprecated.
not recommended
- get(ResultSet, int) - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- get(ResultSet, String) - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- get(ResultSet, int) - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- get(ResultSet, String) - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- get(ResultSet, int) - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- get(ResultSet, String) - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- get() - Method in class sf.database.jdbc.sql.RecordHolder
-
获得记录对应的Entity Bean
- get() - Method in class sf.database.jdbc.sql.RecordsHolder
-
返回结果集
- get(ResultSet, String) - Method in class sf.database.jdbc.type.ArrayType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.ArrayType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.ArrayType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.ArrayType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.AttributeConverterType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.AttributeConverterType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.AttributeConverterType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.AttributeConverterType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.BigDecimalDECIMALType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.BigDecimalDECIMALType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.BigDecimalDECIMALType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.BigDecimalDECIMALType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.BigDecimalNUMERICType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.BigDecimalNUMERICType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.BigDecimalNUMERICType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.BigDecimalNUMERICType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.BigIntegerBIGINTType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.BigIntegerBIGINTType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.BigIntegerBIGINTType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.BigIntegerBIGINTType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.BlobByteObjectArrayType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.BlobByteObjectArrayType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.BlobByteObjectArrayType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.BlobByteObjectArrayType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.BlobType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.BlobType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.BlobType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.BlobType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.BooleanCharType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.BooleanCharType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.BooleanCharType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.BooleanCharType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.BooleanType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.BooleanType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.BooleanType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.BooleanType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.ByteArrayBINARYType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.ByteArrayBINARYType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.ByteArrayBINARYType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.ByteArrayBINARYType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.ByteObjectArrayBINARYType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.ByteObjectArrayBINARYType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.ByteObjectArrayBINARYType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.ByteObjectArrayBINARYType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.ByteTINYINTType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.ByteTINYINTType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.ByteTINYINTType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.ByteTINYINTType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.CalendarTIMESTAMPType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.CalendarTIMESTAMPType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.CalendarTIMESTAMPType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.CalendarTIMESTAMPType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.CharacterVARCHARType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.CharacterVARCHARType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.CharacterVARCHARType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.CharacterVARCHARType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.ClobType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.ClobType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.ClobType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.ClobType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.DateLongType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.DateLongType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.DateLongType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.DateLongType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.DateTIMESTAMPType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.DateTIMESTAMPType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.DateTIMESTAMPType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.DateTIMESTAMPType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.DateTIMEType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.DateTIMEType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.DateTIMEType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.DateTIMEType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.DateType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.DateType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.DateType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.DateType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.DoubleType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.DoubleType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.DoubleType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.DoubleType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.EnumObjectTypeHandler
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.EnumObjectTypeHandler
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.EnumObjectTypeHandler
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.EnumObjectTypeHandler
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.EnumOrdinalTypeHandler
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.EnumOrdinalTypeHandler
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.EnumOrdinalTypeHandler
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.EnumOrdinalTypeHandler
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.EnumStringTypeHandler
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.EnumStringTypeHandler
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.EnumStringTypeHandler
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.EnumStringTypeHandler
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.FileBlobType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.FileBlobType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.FileBlobType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.FileBlobType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.FileClobType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.FileClobType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.FileClobType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.FileClobType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.FloatType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.FloatType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.FloatType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.FloatType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.InputStreamBINARYType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.InputStreamBINARYType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.InputStreamBINARYType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.InputStreamBINARYType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.InstantTIMESTAMPType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.InstantTIMESTAMPType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.InstantTIMESTAMPType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.InstantTIMESTAMPType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.IntegerType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.IntegerType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.IntegerType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.IntegerType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.LocalDateDATEType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.LocalDateDATEType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.LocalDateDATEType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.LocalDateDATEType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.LocalDateTimeTIMESTAMPType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.LocalDateTimeTIMESTAMPType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.LocalDateTimeTIMESTAMPType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.LocalDateTimeTIMESTAMPType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.LocalTimeTIMEType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.LocalTimeTIMEType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.LocalTimeTIMEType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.LocalTimeTIMEType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.LongBIGINTType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.LongBIGINTType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.LongBIGINTType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.LongBIGINTType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.NullType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.NullType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.NullType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.NullType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.ObjectType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.ObjectType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.ObjectType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.ObjectType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.ReaderBINARYType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.ReaderBINARYType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.ReaderBINARYType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.ReaderBINARYType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.RefType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.RefType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.RefType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.RefType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.RowIdType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.RowIdType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.RowIdType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.RowIdType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.ShortSMALLINTType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.ShortSMALLINTType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.ShortSMALLINTType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.ShortSMALLINTType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.StringClobType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.StringClobType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.StringClobType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.StringClobType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.StringNVARCHARType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.StringNVARCHARType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.StringNVARCHARType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.StringNVARCHARType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.StringSQLXMLType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.StringSQLXMLType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.StringSQLXMLType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.StringSQLXMLType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.StringVARCHARType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.StringVARCHARType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.StringVARCHARType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.StringVARCHARType
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.StructType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.StructType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.StructType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.StructType
-
- get(ResultSet, String) - Method in interface sf.database.jdbc.type.TypeHandler
-
从结果集里获取一个字段的值
- get(ResultSet, int) - Method in interface sf.database.jdbc.type.TypeHandler
-
从结果集里获取一个字段的值
- get(CallableStatement, int) - Method in interface sf.database.jdbc.type.TypeHandler
-
- get(CallableStatement, String) - Method in interface sf.database.jdbc.type.TypeHandler
-
- get(ResultSet, String) - Method in class sf.database.jdbc.type.UrlDATALINKType
-
- get(ResultSet, int) - Method in class sf.database.jdbc.type.UrlDATALINKType
-
- get(CallableStatement, int) - Method in class sf.database.jdbc.type.UrlDATALINKType
-
- get(CallableStatement, String) - Method in class sf.database.jdbc.type.UrlDATALINKType
-
- get(String) - Method in class sf.database.VarObject
-
得到一个字段值
- get(Object) - Method in class sf.database.VarObject
-
- get() - Method in class sf.querydsl.spring.SpringConnectionProvider
-
- get(Object) - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- get() - Method in interface sf.spring.util.ConcurrentReferenceHashMap.Reference
-
Return the referenced entry, or
null
if the entry is no longer available.
- get(Object) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- get(Object) - Method in interface sf.tools.reflect.Property
-
得到值
- get(Object) - Method in class sf.tools.reflect.PropertyHold
-
- get(Class<T>) - Static method in class sf.tools.reflectasm.ConstructorAccess
-
- get(Object, String) - Method in class sf.tools.reflectasm.FieldAccess
-
- get(Object, int) - Method in class sf.tools.reflectasm.FieldAccess
-
- get(Class) - Static method in class sf.tools.reflectasm.FieldAccess
-
- get(Class) - Static method in class sf.tools.reflectasm.MethodAccess
-
Creates a new MethodAccess for the specified type.
- GET_HREF_LINK - Static variable in class sf.tools.string.RegexpUtils
-
- GET_NUM - Static variable in class sf.tools.string.RegexpUtils
-
- GET_OBJECT_PROPERTY_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- getAbsoluteFile() - Method in class sf.tools.URLFile
-
- getAbsolutePath() - Method in class sf.tools.URLFile
-
- getAccess() - Method in class sf.spring.asm.ClassReader
-
Returns the class's access flags (see
Opcodes
).
- getAllAnnotationAttributes(String) - Method in interface sf.spring.core.type.AnnotatedTypeMetadata
-
Retrieve all attributes of all annotations of the given type, if any (i.e.
- getAllAnnotationAttributes(String, boolean) - Method in interface sf.spring.core.type.AnnotatedTypeMetadata
-
Retrieve all attributes of all annotations of the given type, if any (i.e.
- getAllAnnotationAttributes(String) - Method in class sf.spring.core.type.StandardMethodMetadata
-
- getAllAnnotationAttributes(String, boolean) - Method in class sf.spring.core.type.StandardMethodMetadata
-
- getAllClass() - Static method in class sf.database.meta.MetaHolder
-
- getAllCriteria() - Method in class sf.dsl.Example.GeneratedCriteria
-
- getAllDeclaredMethods(Class<?>) - Static method in class sf.spring.util.ReflectionUtils
-
Get all declared methods on the leaf class and all superclasses.
- getAllInterfaces(Object) - Static method in class sf.spring.util.ClassUtils
-
Return all interfaces that the given instance implements as an array,
including ones implemented by superclasses.
- getAllInterfacesAsSet(Object) - Static method in class sf.spring.util.ClassUtils
-
Return all interfaces that the given instance implements as a Set,
including ones implemented by superclasses.
- getAllInterfacesForClass(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Return all interfaces that the given class implements as an array,
including ones implemented by superclasses.
- getAllInterfacesForClass(Class<?>, ClassLoader) - Static method in class sf.spring.util.ClassUtils
-
Return all interfaces that the given class implements as an array,
including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Return all interfaces that the given class implements as a Set,
including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(Class<?>, ClassLoader) - Static method in class sf.spring.util.ClassUtils
-
Return all interfaces that the given class implements as a Set,
including ones implemented by superclasses.
- getAllOne2One() - Method in class sf.database.meta.TableMapping
-
- getAllSqlTemplate() - Static method in class sf.database.template.TemplateRender
-
- getAndOr() - Method in class sf.dsl.Example.GeneratedCriteria
-
- getAnnotatedClasses() - Method in class sf.database.OrmConfig
-
- getAnnotatedMethods(String) - Method in interface sf.spring.core.type.AnnotationMetadata
-
Retrieve the method metadata for all methods that are annotated
(or meta-annotated) with the given annotation type.
- getAnnotation(String) - Method in class sf.accelerator.asm.commons.FieldExtDef
-
- getAnnotation(Class<?>) - Method in class sf.accelerator.asm.commons.FieldExtDef
-
- getAnnotationAttributes(String) - Method in interface sf.spring.core.type.AnnotatedTypeMetadata
-
Retrieve the attributes of the annotation of the given type, if any (i.e.
- getAnnotationAttributes(String, boolean) - Method in interface sf.spring.core.type.AnnotatedTypeMetadata
-
Retrieve the attributes of the annotation of the given type, if any (i.e.
- getAnnotationAttributes(String) - Method in class sf.spring.core.type.StandardMethodMetadata
-
- getAnnotationAttributes(String, boolean) - Method in class sf.spring.core.type.StandardMethodMetadata
-
- getAnnotationClass() - Method in class org.smallframework.spring.mapper.DaoMapperClassPathScanner
-
- getAnnotationMetadata() - Method in interface sf.spring.core.type.classreading.MetadataReader
-
Read full annotation metadata for the underlying class,
including metadata for annotated methods.
- getAnnotationTypes() - Method in interface sf.spring.core.type.AnnotationMetadata
-
Get the fully qualified class names of all annotation types that
are present on the underlying class.
- getAppClassLoader() - Static method in class sf.tools.reflect.ClassLoaderUtil
-
得到系统的ClassLoader
- getArgumentsAndReturnSizes() - Method in class sf.spring.asm.Type
-
Returns the size of the arguments and of the return value of methods of this type.
- getArgumentsAndReturnSizes(String) - Static method in class sf.spring.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentTypes() - Method in class sf.spring.asm.Type
-
Returns the argument types of methods of this type.
- getArgumentTypes(String) - Static method in class sf.spring.asm.Type
-
Returns the
Type
values corresponding to the argument types of the given method
descriptor.
- getArgumentTypes(Method) - Static method in class sf.spring.asm.Type
-
Returns the
Type
values corresponding to the argument types of the given method.
- getAsciiStream() - Method in class sf.database.jdbc.lob.SimpleClob
-
- getAttribute(String) - Method in class sf.accelerator.asm.commons.FieldExtDef
-
- getAttributeConverter() - Method in class sf.database.jdbc.type.AttributeConverterType
-
- getAutoCommit() - Method in class sf.common.log.LogContext
-
- getAutoCommit() - Method in class sf.database.connection.WrapConnection
-
- getBaseClass() - Method in class sf.ext.gen.GenConfig
-
- getBasedir() - Method in class org.smallframework.mavenplugin.goal.EnhanceASMMojo
-
- getBasedir() - Method in class org.smallframework.mavenplugin.goal.EnhanceJavassistMojo
-
- getBatchSize() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- getBatchSize() - Method in class sf.database.OrmConfig
-
- getBatchSqlContextBySqlId(String, List<Map<String, Object>>, List<Object[]>) - Static method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- getBatchSqlContextBySqlSource(String, List<Map<String, Object>>, List<Object[]>) - Static method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- getBean2DBMappingType(ColumnMapping) - Static method in class sf.database.jdbc.type.Jdbcs
-
- getBeanMappingType(ColumnMapping, DBDialect) - Method in class sf.jooq.tables.JooqTable
-
- getBeanMappingType(String) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- getBeanMappingType(ColumnMapping) - Method in class sf.querydsl.JPAEntityPath
-
- getBeanMappingType(ColumnMapping) - Method in class sf.querydsl.SQLRelationalPath
-
- getBeanRowMapper(Class<T>, DBContext) - Static method in class sf.database.jdbc.rowmapper.RowMapperHelp
-
获取转为 BeanRowMapper
- getBeanRowMapper(SqlResultSetMapping, DBContext) - Static method in class sf.database.jdbc.rowmapper.RowMapperHelp
-
- getBeanValueType() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- getBeanValueType() - Method in class sf.database.OrmConfig
-
- getBinaryStream() - Method in class sf.database.jdbc.lob.SimpleBlob
-
- getBinaryStream(long, long) - Method in class sf.database.jdbc.lob.SimpleBlob
-
- getBindDsName() - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- getBinding() - Method in class sf.jooq.tables.JooqField
-
- getBoolean(String) - Method in class sf.database.VarObject
-
得到字段值,类型转换为Boolean
- getBoolean(Object, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getBoolean(Object, int) - Method in class sf.tools.reflectasm.FieldAccess
-
- getBootstrapMethod() - Method in class sf.spring.asm.ConstantDynamic
-
Returns the bootstrap method used to compute the value of this constant.
- getBootstrapMethodArgument(int) - Method in class sf.spring.asm.ConstantDynamic
-
Returns an argument passed to the bootstrap method, in order to compute the value of this
constant.
- getBootstrapMethodArgumentCount() - Method in class sf.spring.asm.ConstantDynamic
-
Returns the number of arguments passed to the bootstrap method, in order to compute the value
of this constant.
- getByte(String) - Method in class sf.database.VarObject
-
- getByte(long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Fetches a value from a given memory address.
- getByte(Object, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getByte(Object, int) - Method in class sf.tools.reflectasm.FieldAccess
-
- getByteArray() - Method in class sf.spring.core.io.ByteArrayResource
-
Return the underlying byte array.
- getBytes(long, int) - Method in class sf.database.jdbc.lob.SimpleBlob
-
- getBytes(String, String) - Static method in class sf.tools.StringUtils
-
- getCache() - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- getCachedEscapeColumnName() - Method in class sf.database.meta.ColumnMapping
-
- getCacheLimit() - Method in class sf.spring.core.type.classreading.CachingMetadataReaderFactory
-
Return the maximum number of entries for the MetadataReader cache.
- getCacheSize() - Method in class sf.database.dbinfo.SequenceInfo
-
- getCanonicalFile() - Method in class sf.tools.URLFile
-
- getCanonicalPath() - Method in class sf.tools.URLFile
-
- getCascadeConfig() - Method in class sf.database.meta.ColumnMapping
-
- getCascadeField() - Method in class sf.database.meta.ColumnMapping
-
- getCascadeFields() - Method in class sf.database.meta.TableMapping
-
- getCaseSensitive(Object) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
获取key大小写敏感的值
- getCaseSensitiveMap() - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
直接返回大小写敏感的map,只读
- getCatalog() - Method in class sf.database.connection.WrapConnection
-
- getCatalog() - Method in class sf.database.dbinfo.Constraint
-
- getCatalog(Connection) - Method in class sf.database.dbinfo.DBMetaData
-
获取当前连接的catalog
- getCatalog() - Method in class sf.database.dbinfo.Function
-
获取catalog
- getCatalog() - Method in class sf.database.dbinfo.SequenceInfo
-
- getCatalog() - Method in class sf.database.dbinfo.TableInfo
-
数据库表所属catalog
- getCatalog(String) - Method in class sf.database.dialect.DBDialect
-
像Oracle,其Catlog是不用的,那么返回null mySQL没有Schema,每个database是一个catlog,那么返回值
- getCatalog(String) - Method in interface sf.database.dialect.IDBDialect
-
像Oracle,其Catlog是不用的,那么返回null mySQL没有Schema,每个database是一个catlog,那么返回值
同时修正返回的大小写
- getCatalog(String) - Method in class sf.database.dialect.mysql.MySqlDialect
-
- getCatalog() - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- getCatalog() - Method in class sf.database.meta.TableMapping
-
- getCatalog(Connection) - Static method in class sf.database.util.DBUtils
-
获取catalog不报错
- getCatalogs(Connection) - Method in class sf.database.dbinfo.DBMetaData
-
获取数据库中所有的catalog
- getCatlog(String) - Method in interface sf.database.dialect.DatabaseDialect
-
像Oracle,其Catlog是不用的,那么返回null mySQL没有Schema,每个database是一个catlog,那么返回值
同时修正返回的大小写
- getCcmments() - Method in class sf.database.meta.def.TableDef
-
- getCfg() - Method in class sf.database.template.freemarker.FreemarkerHelp
-
- getChanges() - Method in class sf.database.dbinfo.ColumnModification
-
获得数据库列上的数据类型变更
- getChar(long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getChar(Object, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getChar(Object, int) - Method in class sf.tools.reflectasm.FieldAccess
-
- getCharacterStream() - Method in class sf.database.jdbc.lob.SimpleClob
-
- getCharacterStream(long, long) - Method in class sf.database.jdbc.lob.SimpleClob
-
- getCharset() - Method in class sf.database.meta.def.TableDef
-
- getCheckClause() - Method in class sf.database.dbinfo.Constraint
-
- getClassesDirectory() - Method in class org.smallframework.mavenplugin.goal.EnhanceASMMojo
-
- getClassesDirectory() - Method in class org.smallframework.mavenplugin.goal.EnhanceJavassistMojo
-
- getClassesLoadedBy(ClassLoader) - Static method in class sf.tools.reflect.ClassLoaderUtil
-
得到由指定的ClassLoader所载入的所有类
- getClassFileName(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Determine the name of the class file, relative to the containing
package: e.g.
- getClassFilePath(Class<?>) - Static method in class sf.tools.reflect.ClassLoaderUtil
-
从一个类得到这个类的class文件路径
- getClassLoader() - Method in class sf.spring.asm.ClassWriter
-
Returns the
ClassLoader
to be used by the default implementation of ClassWriter.getCommonSuperClass(String, String)
, that of this ClassWriter
's runtime type by
default.
- getClassLoader() - Method in class sf.spring.core.io.ClassPathResource
-
Return the ClassLoader that this resource will be obtained from.
- getClassLoader() - Method in class sf.spring.core.io.DefaultResourceLoader
-
Return the ClassLoader to load class path resources with.
- getClassLoader() - Method in interface sf.spring.core.io.ResourceLoader
-
Expose the ClassLoader used by this ResourceLoader.
- getClassLoader() - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
- getClassMetadata(Resource) - Static method in class org.smallframework.spring.path.SpringClassPathScanning
-
加载资源,判断里面的方法
- getClassMetadata() - Method in interface sf.spring.core.type.classreading.MetadataReader
-
Read basic class metadata for the underlying class.
- getClassMetadatas(String) - Static method in class org.smallframework.spring.path.SpringClassPathScanning
-
根据扫描包的配置
加载需要检查的方法
- getClassMetadatas(String...) - Static method in class org.smallframework.spring.path.SpringClassPathScanning
-
- getClassName() - Method in class sf.spring.asm.ClassReader
-
Returns the internal name of the class (see
Type.getInternalName()
).
- getClassName() - Method in exception sf.spring.asm.ClassTooLargeException
-
Returns the internal name of the class.
- getClassName() - Method in exception sf.spring.asm.MethodTooLargeException
-
Returns the internal name of the owner class.
- getClassName() - Method in class sf.spring.asm.Type
-
Returns the binary name of the class corresponding to this type.
- getClassName() - Method in interface sf.spring.core.type.ClassMetadata
-
Return the name of the underlying class.
- getClassName() - Method in class sf.spring.core.type.StandardClassMetadata
-
- getClasspath(ClassLoader) - Static method in class sf.tools.reflect.ClassLoaderUtil
-
- getClasspath(URLClassLoader) - Static method in class sf.tools.reflect.ClassLoaderUtil
-
得到指定的ClassLoader的路径
- getClasspathFromDefaultClassLoader(ClassLoader) - Static method in class sf.tools.reflect.ClassLoaderUtil
-
对于RCP程序,其中ClassLoader是DefaultClassLoader,不是systemClassLoader 此方法用于在RCP中获取路径
- getClasspathOfAppClassLoader() - Static method in class sf.tools.reflect.ClassLoaderUtil
-
- getClassPrimitiveDefaultValue(Class<?>) - Static method in class sf.tools.JavaTypeUtils
-
获取基本类型的默认值
- getClassResources(String) - Static method in class org.smallframework.spring.path.SpringClassPathScanning
-
根据扫描包的配置
加载需要检查的方法
- getClassResources(String...) - Static method in class org.smallframework.spring.path.SpringClassPathScanning
-
- getClassResources(URL, String...) - Static method in class org.smallframework.spring.path.SpringClassPathScanning
-
- getClient() - Method in interface sf.database.jpa.JpaEntityManager
-
- getClient() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- getClientInfo(String) - Method in class sf.database.connection.WrapConnection
-
- getClientInfo() - Method in class sf.database.connection.WrapConnection
-
- getClz() - Method in class sf.database.meta.ColumnMapping
-
- getClz() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- getClz() - Method in class sf.dynamicsql.SimpleTable
-
- getClz() - Method in class sf.jooq.tables.JooqTable
-
- getClz() - Method in class sf.querydsl.SQLRelationalPath
-
- getCode() - Method in exception sf.common.exception.SmallOrmException
-
- getCodeSize() - Method in exception sf.spring.asm.MethodTooLargeException
-
Returns the size of the method's Code attribute, in bytes.
- getCodeSource(Class<?>) - Static method in class sf.tools.reflect.ClassLoaderUtil
-
得到一个类被加载时的路径 一个ClassLoader可以包含多个URL,加载时类可以从其中任意一个位置被读入
- getCollection(String) - Method in class sf.database.VarObject
-
得到字段值,并转换为Collection
- getCollection(String, Class<T>) - Method in class sf.database.VarObject
-
得到字段值,并转换为Collection
- getCollectionTable() - Method in class sf.database.meta.ColumnMapping
-
- getColumn(TableInfo, String) - Method in class sf.database.dbinfo.DBInfoBuilder
-
返回指定的列的信息,如果没有找到该列返回null
- getColumn(Connection, String, String) - Method in class sf.database.dbinfo.DBMetaData
-
返回指定的列的信息,如果没有找到该列返回null
- getColumn() - Method in class sf.database.meta.ColumnMapping
-
- getColumn() - Method in class sf.dsl.Example.Criterion
-
- getColumn(Example, boolean) - Static method in class sf.dsl.ExampleSQLHelp
-
- getColumnAlias(String, boolean) - Method in class sf.dsl.Example
-
设置字段的表别名
- getColumnAutoIncreamentValue(ColumnMapping, Connection) - Method in class sf.database.dialect.DBDialect
-
- getColumnAutoIncreamentValue(ColumnMapping, Connection) - Method in interface sf.database.dialect.IDBDialect
-
- getColumnAutoIncreamentValue(ColumnMapping, Connection) - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- getColumnByDBName(TableMapping, String) - Static method in class sf.database.util.SQLUtils
-
通过数据库列名获取指定map中的key值(数据库关键字的处理)
- getColumnByDBName(Map<?, T>, String) - Static method in class sf.database.util.SQLUtils
-
- getColumnDef() - Method in class sf.database.dbinfo.ColumnInfo
-
- getColumnDef() - Method in class sf.database.meta.ColumnMapping
-
- getColumnDefinition(ColumnMapping) - Static method in class sf.database.dialect.DBDialect
-
- getColumnDefinition() - Method in class sf.database.meta.def.ColumnDef
-
- getColumnDefinition() - Method in class sf.database.meta.def.TableDef
-
- getColumnFieldMap() - Method in class sf.database.meta.TableMapping
-
- getColumnIndex(ResultSetMetaData, String) - Static method in class sf.database.util.DBUtils
-
获取colName所在的行数
- getColumnInfos() - Method in class sf.database.dbinfo.TableInfo
-
- getColumnLength(ColumnMapping) - Static method in class sf.database.dialect.DBDialect
-
- getColumnMap(TableMapping) - Method in class sf.database.dbinfo.DBMetaData
-
- getColumnMap() - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- getColumnMapping() - Method in class sf.database.jdbc.sql.SQLParameter
-
- getColumnName() - Method in class sf.database.dbinfo.ColumnInfo
-
- getColumnName() - Method in class sf.database.dbinfo.ColumnModification
-
返回列名
- getColumnNames() - Method in class sf.database.dbinfo.Index
-
得到索引中的所有列
- getColumnNameToUse(ColumnMapping) - Method in interface sf.database.dialect.DatabaseDialect
-
获得大小写正确的列名
- getColumnNameToUse(ColumnMapping) - Method in class sf.database.dialect.DBDialect
-
- getColumnNameToUse(ColumnMapping) - Method in interface sf.database.dialect.IDBDialect
-
获得大小写正确的列名
- getColumnPrecision(ColumnMapping) - Static method in class sf.database.dialect.DBDialect
-
- getColumns() - Method in class sf.database.dbinfo.Constraint
-
- getColumns(Connection, String) - Method in class sf.database.dbinfo.DBMetaData
-
得到指定表的所有列
- getColumns() - Method in class sf.database.dbinfo.Index
-
- getColumns() - Method in class sf.database.dbinfo.PrimaryKey
-
- getColumns() - Method in class sf.database.meta.def.IndexDef
-
- getColumnScale(ColumnMapping) - Static method in class sf.database.dialect.DBDialect
-
- getColumnSize() - Method in class sf.database.dbinfo.ColumnInfo
-
- getComment() - Method in class sf.database.meta.ColumnMapping
-
- getComment() - Method in class sf.database.meta.def.ColumnDef
-
- getComment() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- getComment() - Method in class sf.database.meta.TableMapping
-
- getComment() - Method in class sf.jooq.tables.JooqField
-
- getCommonSuperClass(String, String) - Method in class sf.spring.asm.ClassWriter
-
Returns the common super type of the two given types.
- getCondition() - Method in class sf.dsl.Example.Criterion
-
- getConfiguration(AbstractSQLClause) - Static method in class com.querydsl.sql.dml.QueryDSLDMLVistor
-
- getConfiguration(ProjectableSQLQuery) - Static method in class com.querydsl.sql.QueryDSLVistor
-
- getConfiguration() - Method in class sf.database.template.mybatis.MybatisHelp
-
- getConfigurationDML(AbstractSQLClause) - Static method in class sf.querydsl.QueryDSL
-
- getConfigurationQuery(AbstractSQLQuery) - Static method in class sf.querydsl.QueryDSL
-
- getConn() - Method in class sf.database.connection.WrapConnection
-
- getConnection(DBContext, DataSource) - Method in class org.smallframework.spring.DaoTemplate
-
- getConnection(DataSource) - Method in class sf.database.dao.DaoSupport
-
获取一个当前线程的连接(事务中),如果没有,则新建一个。
- getConnection(DataSource) - Method in class sf.database.dao.DBClient
-
- getConnection(DBContext, DataSource) - Method in class sf.database.dao.DBClient
-
- getConnection() - Method in class sf.database.datasource.ADataSource
-
- getConnection(String, String) - Method in class sf.database.datasource.ADataSource
-
- getConnection() - Method in class sf.database.datasource.SimpleDataSource
-
这是唯一会被NutDao调用的方法
- getConnection(String, String) - Method in class sf.database.datasource.SimpleDataSource
-
- getConnection() - Method in class sf.database.datasource.WrapDataSource
-
- getConnection(String, String) - Method in class sf.database.datasource.WrapDataSource
-
- getConstantPoolCount() - Method in exception sf.spring.asm.ClassTooLargeException
-
Returns the number of constant pool items of the class.
- getConstructorDescriptor(Constructor<?>) - Static method in class sf.spring.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getConstructorIfAvailable(Class<T>, Class<?>...) - Static method in class sf.spring.util.ClassUtils
-
Determine whether the given class has a public constructor with the given signature,
and return it if available (else return
null
).
- getContextLoader() - Method in class sf.tools.reflect.ClassLoaderUtil
-
得到当前线程的ContextClassLoader
- getConvert() - Method in class sf.database.meta.ColumnMapping
-
- getConverter() - Method in class sf.jooq.tables.JooqField
-
- getCount() - Method in class sf.spring.util.ConcurrentReferenceHashMap.Segment
-
Return the total number of references in this segment.
- getCountColumn() - Method in class sf.dsl.Example
-
- getCountColumn(Example, boolean) - Static method in class sf.dsl.ExampleSQLHelp
-
- getCountSql(Configuration, Select<?>) - Static method in class org.jooq.impl.JooqVisitor
-
获取查询总数
- getCountSql() - Method in class sf.database.jdbc.sql.SQLContext
-
- getCountSql() - Method in class sf.database.template.enjoy.ext.SqlPara
-
- getCountSql(ProjectableSQLQuery) - Static method in class sf.querydsl.QueryDSL
-
获取查询总数的接口
- getCRC(InputStream) - Static method in class sf.tools.StringUtils
-
计算CRC摘要,8位十六进制数
- getCRC(String) - Static method in class sf.tools.StringUtils
-
计算CRC摘要,8位十六进制数
- getCriteria() - Method in class sf.dsl.Example.GeneratedCriteria
-
- getCriteriaBuilder() - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- getCriteriaBuilder() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- getCriterias() - Method in class sf.dsl.Example
-
- getCrudExample() - Method in class sf.database.jdbc.sql.Crud
-
- getCrudModel() - Method in class sf.database.jdbc.sql.Crud
-
- getCrudSql() - Method in class sf.database.jdbc.sql.Crud
-
直接对sql操作
- getCrudTemplate() - Method in class sf.database.jdbc.sql.Crud
-
直接对模板sql操作
- getCrudTemplateSource() - Method in class sf.database.jdbc.sql.Crud
-
- getCurrentThreadConnection(DataSource) - Static method in class sf.database.transaction.DefaultTransactionManager
-
- getCurrentThreadConnection(DataSource, TransactionIsolationLevel) - Static method in class sf.database.transaction.DefaultTransactionManager
-
- getCurrentValue() - Method in class sf.database.dbinfo.SequenceInfo
-
- getCustomTypeHandler(Class<T>) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- getCustomTypeHandler(Class<T>, Integer) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- getDatabaseMajorVersion() - Method in class sf.database.dbinfo.ConnectInfo
-
- getDatabaseMajorVersion(Connection) - Static method in class sf.database.util.DBUtils
-
- getDatabaseMinorVersion(Connection) - Static method in class sf.database.util.DBUtils
-
- getDatabaseObject(Connection, ObjectType, String, String, String, Operator) - Method in class sf.database.dbinfo.DBMetaData
-
- getDatabaseProductName() - Method in class sf.database.dbinfo.ConnectInfo
-
- getDatabaseProductName(Connection) - Static method in class sf.database.util.DBUtils
-
- getDatabaseProductVersion() - Method in class sf.database.dbinfo.ConnectInfo
-
- getDatabaseProductVersion(Connection) - Static method in class sf.database.util.DBUtils
-
获取版本号,针对sqlserver
- getDataObjectValue(DBObject, DBField) - Static method in class sf.database.util.OrmUtils
-
获取值
- getDataObjectValue(DBObject, Field) - Static method in class sf.database.util.OrmUtils
-
- getDataObjectValue(DBObject, String) - Static method in class sf.database.util.OrmUtils
-
- getDataObjectValues(DBObject, DBField...) - Static method in class sf.database.util.OrmUtils
-
获取值
- getDataSource(boolean) - Method in class org.smallframework.spring.DaoTemplate
-
- getDataSource(boolean) - Method in class sf.database.dao.DaoSupport
-
从clz中获取数据源
- getDataSource(boolean) - Method in class sf.database.dao.DBClient
-
- getDataSource() - Method in class sf.database.dao.DBContext
-
- getDataSource(String) - Method in class sf.database.datasource.SimpleRoutingDataSource
-
- getDataSource() - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- getDataSource() - Method in class sf.database.OrmConfig
-
- getDataSources() - Method in class sf.database.OrmConfig
-
- getDataType() - Method in class sf.database.dbinfo.ColumnInfo
-
- getDataType() - Method in class sf.database.dbinfo.DataType
-
- getDb() - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- getDB2BeanMappingType(Class<?>) - Static method in class sf.database.jdbc.type.Jdbcs
-
- getDB2BeanMappingType(Class<?>, int) - Static method in class sf.database.jdbc.type.Jdbcs
-
- getDbClient() - Method in interface sf.database.mapper.DaoMapper
-
- getDbClient() - Method in class sf.database.mapper.DaoMapperImpl
-
- getDbClient() - Method in class sf.database.OrmConfig
-
- getDbClient() - Method in class sf.database.support.EntityScanner
-
- getDbContext() - Method in class sf.database.connection.WrapConnection
-
- getDBDialect(String, String) - Method in interface sf.database.dialect.LookDialect
-
- getDbname() - Method in class sf.database.dbinfo.ConnectInfo
-
获得数据库名
- getDecimalDigit() - Method in class sf.database.dbinfo.ColumnInfo
-
- getDecimalDigits() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- getDeclaredMethods(Class<?>) - Static method in class sf.spring.util.ReflectionUtils
-
Variant of
Class.getDeclaredMethods()
that uses a local cache in
order to avoid the JVM's SecurityManager check and new Method instances.
- getDeclaringClassName() - Method in interface sf.spring.core.type.MethodMetadata
-
Return the fully-qualified name of the class that declares this method.
- getDeclaringClassName() - Method in class sf.spring.core.type.StandardMethodMetadata
-
- getDefaultCase() - Method in class sf.database.meta.MetadataFeature
-
- getDefaultClassLoader() - Static method in class sf.spring.util.ClassUtils
-
Return the default ClassLoader to use: typically the thread context
ClassLoader, if available; the ClassLoader that loaded the ClassUtils
class will be used as fallback.
- getDefaultDatasource() - Method in class sf.database.OrmConfig
-
- getDefaultEncoding() - Method in class sf.tools.io.UnicodeReader
-
- getDefaultJavaType() - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- getDefaultJavaType() - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- getDefaultJavaType() - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.ArrayType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.AttributeConverterType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.BigDecimalDECIMALType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.BigDecimalNUMERICType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.BigIntegerBIGINTType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.BlobByteObjectArrayType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.BlobType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.BooleanCharType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.BooleanType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.ByteArrayBINARYType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.ByteObjectArrayBINARYType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.ByteTINYINTType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.CalendarTIMESTAMPType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.CharacterVARCHARType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.ClobType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.DateLongType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.DateTIMESTAMPType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.DateTIMEType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.DateType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.DoubleType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.EnumObjectTypeHandler
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.EnumOrdinalTypeHandler
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.EnumStringTypeHandler
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.FileBlobType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.FileClobType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.FloatType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.InputStreamBINARYType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.InstantTIMESTAMPType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.IntegerType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.LocalDateDATEType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.LocalDateTimeTIMESTAMPType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.LocalTimeTIMEType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.LongBIGINTType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.NullType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.ObjectType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.ReaderBINARYType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.RefType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.RowIdType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.ShortSMALLINTType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.StringClobType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.StringNVARCHARType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.StringSQLXMLType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.StringVARCHARType
-
- getDefaultJavaType() - Method in class sf.database.jdbc.type.StructType
-
- getDefaultJavaType() - Method in interface sf.database.jdbc.type.TypeHandler
-
类型
- getDefaultJavaType() - Method in class sf.database.jdbc.type.UrlDATALINKType
-
- getDefaultSchema() - Method in interface sf.database.dialect.DatabaseDialect
-
不同数据库登录后,所在的默认schema是不一样的
Oracle是以登录的用户名作为schema的。
mysql是只有catlog不区分schema的。
derby支持匿名访问,此时好像是位于APP这个schema下。
SQL Server默认是在dbo这个schema下
因此对于无法确定当前schema的场合,使用这里提供的schema名称作为当前schema
- getDefaultSchema() - Method in class sf.database.dialect.DBDialect
-
- getDefaultSchema() - Method in class sf.database.dialect.derby.DerbyDialect
-
- getDefaultSchema() - Method in class sf.database.dialect.h2.H2Dialect
-
- getDefaultSchema() - Method in interface sf.database.dialect.IDBDialect
-
不同数据库登录后,所在的默认schema是不一样的
Oracle是以登录的用户名作为schema的。
mysql是只有catlog不区分schema的。
derby支持匿名访问,此时好像是位于APP这个schema下。
SQL Server默认是在dbo这个schema下
因此对于无法确定当前schema的场合,使用这里提供的schema名称作为当前schema
- getDefaultSchema() - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- getDefaultSchema() - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- getDefaultValue() - Method in class sf.database.dbinfo.ColumnDBType
-
- getDefaultValue() - Method in class sf.tools.reflect.PropertyHold
-
- getDeferrAbility() - Method in class sf.database.dbinfo.ForeignKey
-
- getDefinition() - Method in class sf.database.meta.def.IndexDef
-
- getDelegate() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- getDelegate() - Method in class sf.spring.asm.RecordComponentVisitor
-
The record visitor to which this visitor must delegate method calls.
- getDeleteRelation() - Method in class sf.database.meta.CascadeConfig
-
- getDeleteRule() - Method in class sf.database.dbinfo.Constraint
-
- getDeleteRule() - Method in class sf.database.dbinfo.ForeignKey
-
- getDeleteSubObject() - Method in class sf.database.meta.CascadeConfig
-
- getDeleteTableClass(AbstractSQLDeleteClause) - Static method in class sf.querydsl.QueryDSL
-
- getDesc() - Method in class sf.spring.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- getDesc(Method) - Static method in class sf.tools.ASMUtils
-
- getDesc(Class<?>) - Static method in class sf.tools.ASMUtils
-
- getDesc(Class<?>) - Static method in class sf.tools.JavassitUtils
-
- getDescription() - Method in class sf.spring.core.io.ByteArrayResource
-
This implementation returns a description that includes the passed-in
description
, if any.
- getDescription() - Method in class sf.spring.core.io.ClassPathResource
-
This implementation returns a description that includes the class path location.
- getDescription() - Method in class sf.spring.core.io.DescriptiveResource
-
- getDescription() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation returns a description that includes the absolute
path of the file.
- getDescription() - Method in class sf.spring.core.io.InputStreamResource
-
This implementation returns a description that includes the passed-in
description, if any.
- getDescription() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
- getDescription() - Method in interface sf.spring.core.io.Resource
-
Return a description for this resource,
to be used for error output when working with the resource.
- getDescription() - Method in class sf.spring.core.io.UrlResource
-
This implementation returns a description that includes the URL.
- getDescription() - Method in class sf.spring.core.io.VfsResource
-
- getDescriptiveType(Object) - Static method in class sf.spring.util.ClassUtils
-
Return a descriptive name for the given object's type: usually simply
the class name, but component type class name + "[]" for arrays,
and an appended list of implemented interfaces for JDK proxies.
- getDescriptor() - Method in class sf.spring.asm.ConstantDynamic
-
Returns the type of this constant.
- getDescriptor() - Method in exception sf.spring.asm.MethodTooLargeException
-
Returns the descriptor of the method.
- getDescriptor() - Method in class sf.spring.asm.Type
-
Returns the descriptor corresponding to this type.
- getDescriptor(Class<?>) - Static method in class sf.spring.asm.Type
-
Returns the descriptor corresponding to the given class.
- getDialect() - Method in class sf.database.connection.WrapConnection
-
- getDialect(DataSource) - Method in class sf.database.dao.DaoSupport
-
- getDialect(boolean) - Method in class sf.database.dao.DBClient
-
- getDialect(boolean) - Method in interface sf.database.dao.DBMethod
-
获取dialect
- getDialect() - Method in class sf.database.datasource.WrapDataSource
-
- getDialect(String, String) - Static method in class sf.database.dialect.DialectUtils
-
获取数据库方言
- getDialectSqlId(Connection, String) - Static method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
是否使用dialect处理,主要解决应用跨数据库访问的问题
- getDigits() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
the number of fractional digits
- getDimensions() - Method in class sf.spring.asm.Type
-
Returns the number of dimensions of this array type.
- getDisplayString(Object) - Static method in class sf.spring.util.ObjectUtils
-
Return a content-based String representation if
obj
is
not null
; otherwise returns an empty String.
- getDomainClass() - Method in interface sf.database.mapper.DaoMapper
-
- getDomainClass() - Method in class sf.database.mapper.DaoMapperImpl
-
- getDouble(String) - Method in class sf.database.VarObject
-
得到字段值,类型转换为Double
- getDouble(long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getDouble(Object, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getDouble(Object, int) - Method in class sf.tools.reflectasm.FieldAccess
-
- getDriverClass(String) - Method in interface sf.database.dialect.DatabaseDialect
-
获取数据库的默认驱动类
- getDriverClass(String) - Method in class sf.database.dialect.DBDialect
-
- getDriverClass(String) - Method in interface sf.database.dialect.IDBDialect
-
获取数据库的默认驱动类
- getDriverClassName() - Method in enum sf.database.dialect.DatabaseDriver
-
Return the driver class name.
- getDriverMajorVersion() - Method in class sf.database.dbinfo.ConnectInfo
-
- getDriverName(Connection) - Static method in class sf.database.util.DBUtils
-
- getDriverVersion() - Method in class sf.database.dbinfo.ConnectInfo
-
- getDropConstraintSql(String, String) - Method in interface sf.database.dbinfo.DdlGenerator
-
生成删除约束的语句
- getDropConstraintSql(String, String) - Method in class sf.database.dbinfo.DdlGeneratorImpl
-
- getDs() - Method in class sf.database.datasource.WrapDataSource
-
- getDynamicTableName() - Method in class sf.database.dao.DBContext
-
- getDynamicTableName(DBContext, TableMapping) - Static method in class sf.database.util.OrmUtils
-
获取动态表名
- getDynamicTableName() - Method in class sf.dsl.Example
-
- getDynmicSQL() - Method in class sf.database.dao.DBClient
-
- getDynmicSQL() - Method in interface sf.database.dao.DBMethod
-
- getDynmicSQLInf() - Method in class sf.database.jdbc.sql.Crud
-
- getDynmicSQLMapper() - Method in interface sf.database.mapper.DaoMapper
-
- getDynmicSQLMapper() - Method in class sf.database.mapper.DaoMapperImpl
-
- getEffectFields() - Method in interface sf.core.LazyLoadTask
-
- getElementCollection() - Method in class sf.database.meta.ColumnMapping
-
- getElementType() - Method in class sf.spring.asm.Type
-
Returns the type of the elements of this array type.
- getEnclosingClassName() - Method in interface sf.spring.core.type.ClassMetadata
-
Return the name of the enclosing class of the underlying class,
or
null
if the underlying class is a top-level class.
- getEnclosingClassName() - Method in class sf.spring.core.type.StandardClassMetadata
-
- getEncoding() - Method in class sf.tools.io.UnicodeReader
-
Get stream encoding or NULL if stream is uninitialized.
- getEnd() - Method in class sf.common.log.LogContext
-
- getEngine() - Method in class sf.database.template.enjoy.ext.SqlKit
-
- getEnjoyEngine() - Static method in class sf.database.template.enjoy.EnjoyHelp
-
- getEnjoySqlKit() - Static method in class sf.database.template.enjoy.EnjoyHelp
-
- getEntityClass() - Method in class sf.dsl.Example
-
- getEntityGraph(String) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- getEntityGraphs(Class<T>) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- getEntityManagerFactory() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- getEnumByValue(Class, Object) - Static method in class sf.tools.EnumUtils
-
获得枚举,根据EnumMapping 注解,如果没有,则使用枚举名称
- getEnumerated() - Method in class sf.database.meta.ColumnMapping
-
- getEnv(String) - Method in class sf.database.jdbc.sql.SQLContext
-
- getExample() - Method in class sf.dsl.Example.GeneratedCriteria
-
- getExceptionIndex() - Method in class sf.spring.asm.TypeReference
-
Returns the index of the exception, in a 'throws' clause of a method, whose type is referenced
by this type reference.
- getExcludePatter() - Method in class sf.codegen.EntityEnhancerASM
-
- getExecClz() - Method in class sf.database.jdbc.sql.SQLContext
-
- getExecuteKey() - Method in class sf.common.log.LogContext
-
- getExists(Connection, ObjectType, String) - Method in class sf.database.dbinfo.DBMetaData
-
判断对象是否存在
- getExistTable(Connection, String) - Method in class sf.database.dbinfo.DBMetaData
-
判断一张表是否存在
- getExpression() - Method in class sf.database.jdbc.sql.SQLParameter
-
- getExtName(String) - Static method in class sf.tools.IOUtils
-
得到文件的扩展名(小写如果没有则返回空字符串)。如果传入的文件名包含路径,分析时会考虑最后一个\或/字符后满的部分才作为文件名。
- getFeature() - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- getFetchDBField() - Method in class sf.database.meta.ColumnMapping
-
- getField() - Method in class sf.database.jdbc.sql.SQLParameter
-
- getField() - Method in class sf.database.meta.ColumnMapping
-
- getField() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- GETFIELD - Static variable in interface sf.spring.asm.Opcodes
-
- getField(Field, Object) - Static method in class sf.spring.util.ReflectionUtils
-
Get the field represented by the supplied
field object
on the
specified target object
.
- getField() - Method in class sf.tools.reflect.PropertyHold
-
- getFieldAccessor() - Method in class sf.database.meta.ColumnMapping
-
- getFieldAccessor() - Method in interface sf.database.meta.IColumnMapping
-
获得字段访问器
- getFieldCount() - Method in class sf.tools.reflectasm.FieldAccess
-
- getFieldName() - Method in class sf.database.meta.ColumnMapping
-
- getFieldNames() - Method in class sf.tools.reflectasm.FieldAccess
-
- getFields(TableImpl<?>) - Static method in class org.jooq.impl.JooqVisitor
-
- getFields() - Method in class sf.database.meta.TableMapping
-
- getFields() - Method in class sf.tools.reflectasm.FieldAccess
-
- getFieldToColumn() - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- getFieldType(Class<?>, String) - Static method in class sf.tools.ASMUtils
-
- getFieldTypes() - Method in class sf.tools.reflectasm.FieldAccess
-
- getFieldValue(Object, String) - Static method in class sf.tools.reflect.BeanUtils
-
- getFile() - Method in class sf.spring.core.io.AbstractFileResolvingResource
-
This implementation returns a File reference for the underlying class path
resource, provided that it refers to a file in the file system.
- getFile(URI) - Method in class sf.spring.core.io.AbstractFileResolvingResource
-
This implementation returns a File reference for the given URI-identified
resource, provided that it refers to a file in the file system.
- getFile() - Method in class sf.spring.core.io.AbstractResource
-
This implementation throws a FileNotFoundException, assuming
that the resource cannot be resolved to an absolute file path.
- getFile() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation returns the underlying File reference.
- getFile() - Method in class sf.spring.core.io.FileUrlResource
-
- getFile() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation returns the underlying File reference.
- getFile() - Method in interface sf.spring.core.io.Resource
-
Return a File handle for this resource.
- getFile() - Method in class sf.spring.core.io.UrlResource
-
This implementation returns a File reference for the underlying URL/URI,
provided that it refers to a file in the file system.
- getFile() - Method in class sf.spring.core.io.VfsResource
-
- getFile(String) - Static method in class sf.spring.util.ResourceUtils
-
Resolve the given resource location to a
java.io.File
,
i.e.
- getFile(URL) - Static method in class sf.spring.util.ResourceUtils
-
Resolve the given resource URL to a
java.io.File
,
i.e.
- getFile(URL, String) - Static method in class sf.spring.util.ResourceUtils
-
Resolve the given resource URL to a
java.io.File
,
i.e.
- getFile(URI) - Static method in class sf.spring.util.ResourceUtils
-
Resolve the given resource URI to a
java.io.File
,
i.e.
- getFile(URI, String) - Static method in class sf.spring.util.ResourceUtils
-
Resolve the given resource URI to a
java.io.File
,
i.e.
- getFileForLastModifiedCheck() - Method in class sf.spring.core.io.AbstractFileResolvingResource
-
This implementation determines the underlying File
(or jar file, in case of a resource in a jar/zip).
- getFileForLastModifiedCheck() - Method in class sf.spring.core.io.AbstractResource
-
Determine the File to use for timestamp checking.
- getFilename() - Method in class sf.spring.core.io.AbstractResource
-
This implementation always returns
null
,
assuming that this resource type does not have a filename.
- getFilename() - Method in class sf.spring.core.io.ClassPathResource
-
This implementation returns the name of the file that this class path
resource refers to.
- getFilename() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation returns the name of the file.
- getFilename() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation returns the name of the file.
- getFilename() - Method in interface sf.spring.core.io.Resource
-
Determine a filename for this resource, i.e.
- getFilename() - Method in class sf.spring.core.io.UrlResource
-
This implementation returns the name of the file that this URL refers to.
- getFilename() - Method in class sf.spring.core.io.VfsResource
-
- getFilename(String) - Static method in class sf.spring.util.StringUtils
-
Extract the filename from the given Java resource path,
e.g.
- getFilenameExtension(String) - Static method in class sf.spring.util.StringUtils
-
Extract the filename extension from the given Java resource path,
e.g.
- getFilterCondition() - Method in class sf.database.dbinfo.Index
-
- getFirst(K) - Method in interface sf.spring.util.MultiValueMap
-
Return the first value for the given key.
- getFirstToken(String) - Static method in class sf.database.mapper.handle.HandleHelp
-
- getFloat(long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getFloat(Object, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getFloat(Object, int) - Method in class sf.tools.reflectasm.FieldAccess
-
- getFlushMode() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- getFormalParameterIndex() - Method in class sf.spring.asm.TypeReference
-
Returns the index of the formal parameter whose type is referenced by this type reference.
- getFormattedJdbcPlaceholder(BindableColumn<?>, String, String) - Method in class sf.dynamicsql.EnjoyRenderingStrategy
-
- getFormattedJdbcPlaceholder(String, String) - Method in class sf.dynamicsql.EnjoyRenderingStrategy
-
- getFormattedJdbcPlaceholder(BindableColumn<?>, String, String) - Method in class sf.dynamicsql.FreemarkerRenderingStrategy
-
- getFormattedJdbcPlaceholder(String, String) - Method in class sf.dynamicsql.FreemarkerRenderingStrategy
-
- getFrom() - Method in class sf.database.dbinfo.ColumnChange
-
获得变更前的描述
- getFrom() - Method in class sf.database.dbinfo.ColumnModification
-
得到数据库中(实际)的列定义
- getFromClause(Example, DBContext, boolean) - Static method in class sf.dsl.ExampleSQLHelp
-
- getFromColumn() - Method in class sf.database.dbinfo.ForeignKey
-
- getFromSchema() - Method in class sf.database.dbinfo.ForeignKey
-
- getFromTable() - Method in class sf.database.dbinfo.ForeignKey
-
- getFromTable() - Method in class sf.database.meta.CascadeConfig
-
- getFromToColumns() - Method in class sf.database.meta.CascadeConfig
-
- getFunctions(Connection, String) - Method in class sf.database.dbinfo.DBMetaData
-
返回所有自定义数据库函数
- getGenericType(ColumnMapping, Class<?>) - Static method in class sf.database.meta.CascadeUtils
-
- getGenericType() - Method in class sf.querydsl.QueryDSLObjectMapJsonType
-
- getGenericType() - Method in interface sf.tools.reflect.Property
-
得到泛型类型
- getGenericType() - Method in class sf.tools.reflect.PropertyHold
-
- getGenericTypeClasses(Field) - Static method in class sf.tools.GenericsUtils
-
- getGenericTypeClasses(Type) - Static method in class sf.tools.GenericsUtils
-
- getGetter() - Method in class sf.tools.reflect.PropertyHold
-
- getGv() - Method in class sf.database.meta.ColumnMapping
-
- getHandler() - Method in class sf.database.jdbc.sql.SQLParameter
-
- getHandler() - Method in class sf.database.meta.ColumnMapping
-
- getHandler() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- getHash(Object) - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
Get the hash for a given object, apply an additional hash function to reduce
collisions.
- getHash() - Method in interface sf.spring.util.ConcurrentReferenceHashMap.Reference
-
Return the hash for the reference.
- getHibernateDialect() - Method in class sf.database.dialect.cubrid.CubridDialect
-
- getHibernateDialect() - Method in class sf.database.dialect.db2.DB2Dialect
-
- getHibernateDialect() - Method in class sf.database.dialect.DBDialect
-
返回对应的 Hibernate 的 Dialect
- getHibernateDialect() - Method in class sf.database.dialect.DefaultDBDialect
-
- getHibernateDialect() - Method in class sf.database.dialect.derby.DerbyDialect
-
- getHibernateDialect() - Method in class sf.database.dialect.firebird.FirebirdDialect
-
- getHibernateDialect() - Method in class sf.database.dialect.h2.H2Dialect
-
- getHibernateDialect() - Method in class sf.database.dialect.hsqldb.HsqldbDialect
-
- getHibernateDialect() - Method in class sf.database.dialect.mysql.MySqlDialect
-
- getHibernateDialect() - Method in class sf.database.dialect.oracle.OracleDialect
-
- getHibernateDialect() - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- getHibernateDialect() - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- getHibernateDialect() - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- getHoldability() - Method in class sf.database.connection.WrapConnection
-
- getHost() - Method in class sf.database.dbinfo.ConnectInfo
-
获得数据库地址
- getId() - Method in enum sf.database.dialect.DatabaseDriver
-
Return the identifier of this driver.
- getId() - Method in class sf.database.support.AllowDataInitialize
-
- getId() - Method in class sf.spring.util.StopWatch
-
Get the ID of this
StopWatch
, as specified on construction.
- getIdentifierGenerator() - Method in class sf.database.meta.ColumnMapping
-
- getIdentifierQuoteString(Connection) - Static method in class sf.database.util.DBUtils
-
- getIdentityHexString(Object) - Static method in class sf.spring.util.ObjectUtils
-
Return a hex String form of an object's identity hash code.
- getIgnoreCaseColumnMapping(String) - Method in interface sf.database.meta.ITableMapping
-
数据库列名
- getIgnoreCaseColumnMapping(String) - Method in class sf.database.meta.TableMapping
-
忽略大小写获取对应数据库字段的columnMapping
- getIgnoreCaseDBFieldColumnMapping(String) - Method in interface sf.database.meta.ITableMapping
-
- getIgnoreCaseDBFieldColumnMapping(String) - Method in class sf.database.meta.TableMapping
-
- getImplClasses() - Method in class sf.database.support.EntityScanner
-
- getImplementationSqlType(int) - Method in interface sf.database.dialect.DatabaseDialect
-
得到该数据库上该种数据类型的真实实现类型。
比如,在不支持boolean类型的数据库上,会以char类型代替boolean;在不支持blob的数据库上,会以varbinary类型代替blob
- getIncludePattern() - Method in class sf.codegen.EntityEnhancerASM
-
设置类名Pattern
- getIndex(String) - Method in class sf.tools.reflectasm.FieldAccess
-
- getIndex(Field) - Method in class sf.tools.reflectasm.FieldAccess
-
- getIndex(String) - Method in class sf.tools.reflectasm.MethodAccess
-
Returns the index of the first method with the specified name.
- getIndex(String, Class...) - Method in class sf.tools.reflectasm.MethodAccess
-
Returns the index of the first method with the specified name and param types.
- getIndex(String, int) - Method in class sf.tools.reflectasm.MethodAccess
-
Returns the index of the first method with the specified name and the specified number of arguments.
- getIndexes(Connection, String) - Method in class sf.database.dbinfo.DBMetaData
-
得到指定表的所有索引
- getIndexes() - Method in class sf.jooq.tables.DynamicJooqTable
-
- getIndexes() - Method in class sf.jooq.tables.JooqTable
-
- getIndexName() - Method in class sf.database.dbinfo.Index
-
获得索引名称
- getIndexNames(TableMapping, Connection) - Method in class sf.database.dialect.DBDialect
-
- getIndexNames(TableMapping, Connection) - Method in class sf.database.dialect.h2.H2Dialect
-
- getIndexNames(TableMapping, Connection) - Method in class sf.database.dialect.oracle.OracleDialect
-
- getIndexNames(TableMapping, Connection) - Method in class sf.database.dialect.sqlserver.SQLServer2005Dialect
-
- getIndexQualifier() - Method in class sf.database.dbinfo.Index
-
- getIndexs() - Method in class sf.database.meta.TableMapping
-
- getInputParas() - Method in class sf.database.jdbc.sql.SQLContext
-
- getInputStream() - Method in class sf.spring.core.io.ByteArrayResource
-
This implementation returns a ByteArrayInputStream for the
underlying byte array.
- getInputStream() - Method in class sf.spring.core.io.ClassPathResource
-
This implementation opens an InputStream for the given class path resource.
- getInputStream() - Method in class sf.spring.core.io.DescriptiveResource
-
- getInputStream() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation opens a NIO file stream for the underlying file.
- getInputStream() - Method in class sf.spring.core.io.InputStreamResource
-
This implementation throws IllegalStateException if attempting to
read the underlying stream multiple times.
- getInputStream() - Method in interface sf.spring.core.io.InputStreamSource
-
Return an
InputStream
for the content of an underlying resource.
- getInputStream() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation opens a InputStream for the underlying file.
- getInputStream() - Method in class sf.spring.core.io.UrlResource
-
This implementation opens an InputStream for the given URL.
- getInputStream() - Method in class sf.spring.core.io.VfsResource
-
- getInputStream(File) - Static method in class sf.tools.IOUtils
-
获得二进制文件写入句柄
- getInputStream() - Method in class sf.tools.URLFile
-
- getInsertRelation() - Method in class sf.database.meta.CascadeConfig
-
- getInsertTableClass(AbstractSQLInsertClause) - Static method in class sf.querydsl.QueryDSL
-
- getInstance() - Static method in class sf.database.dbinfo.DBMetaData
-
- getInstance() - Static method in class sf.database.jdbc.sql.Crud
-
- getInstance() - Static method in class sf.database.jdbc.sql.CrudExampleImpl
-
- getInstance() - Static method in class sf.database.jdbc.sql.CrudModelImpl
-
- getInstance() - Static method in class sf.database.jdbc.sql.CrudSqlImpl
-
- getInstance() - Static method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- getInstance() - Static method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- getInstance(Class<?>, Class<?>) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- getInstance() - Static method in class sf.database.mapper.handle.MethodHandleAutoSQL
-
- getInstance() - Static method in class sf.database.mapper.handle.MethodHandleSQL
-
- getInstance() - Static method in class sf.database.mapper.handle.MethodHandleTemplate
-
- getInstance() - Static method in class sf.database.OrmConfig
-
- getInstance() - Static method in class sf.database.template.enjoy.EnjoyHandler
-
- getInstance() - Static method in class sf.database.template.expression.ExpressionHandler
-
- getInstance() - Static method in class sf.database.template.expression.ExpressionHelp
-
- getInstance() - Static method in class sf.database.template.freemarker.FreemarkerHandler
-
- getInstance() - Static method in class sf.database.template.freemarker.FreemarkerHelp
-
- getInstance() - Static method in class sf.database.template.mybatis.MybatisHandler
-
- getInstance() - Static method in class sf.database.template.mybatis.MybatisHelp
-
- getInstance() - Static method in class sf.dynamicsql.DynmicSQLImpl
-
- getInstance() - Static method in class sf.jooq.JooqImpl
-
- getInstance() - Static method in class sf.querydsl.QueryDSLOrmImpl
-
- getInstance() - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getInt(long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getInt(Object, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Fetches a value from a given Java variable.
- getInt(Object, int) - Method in class sf.tools.reflectasm.FieldAccess
-
- getInteger(String) - Method in class sf.database.VarObject
-
得到字段值,类型转换为Integer
- getInterfaceMethodIfPossible(Method) - Static method in class sf.spring.util.ClassUtils
-
Determine a corresponding interface method for the given method handle, if possible.
- getInterfaceNames() - Method in interface sf.spring.core.type.ClassMetadata
-
Return the names of all interfaces that the underlying class
implements, or an empty array if there are none.
- getInterfaceNames() - Method in class sf.spring.core.type.StandardClassMetadata
-
- getInterfaces() - Method in class sf.spring.asm.ClassReader
-
Returns the internal names of the implemented interfaces (see
Type.getInternalName()
).
- getInternalName() - Method in class sf.spring.asm.Type
-
Returns the internal name of the class corresponding to this object or array type.
- getInternalName(Class<?>) - Static method in class sf.spring.asm.Type
-
Returns the internal name of the given class.
- getIntrospectedClass() - Method in class sf.spring.core.type.StandardClassMetadata
-
Return the underlying Class.
- getIntrospectedMethod() - Method in class sf.spring.core.type.StandardMethodMetadata
-
Return the underlying Method.
- getItem(int) - Method in class sf.spring.asm.ClassReader
-
Returns the start offset in this
ClassReader
of a JVMS 'cp_info' structure (i.e.
- getItemCount() - Method in class sf.spring.asm.ClassReader
-
Returns the number of entries in the class's constant pool table.
- getJarFile(String) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Resolve the given jar file URL into a JarFile object.
- getJavaFieldColumnMapping(String) - Method in interface sf.database.meta.ITableMapping
-
- getJavaFieldColumnMapping(String) - Method in class sf.database.meta.TableMapping
-
- getJavaResourcePath() - Static method in class sf.ext.gen.GenUtils
-
- getJavaSRCPath() - Static method in class sf.ext.gen.GenUtils
-
- getJavaVersion() - Static method in enum sf.spring.boot.system.JavaVersion
-
Returns the
JavaVersion
of the current runtime.
- getJdbcType() - Method in class sf.database.jdbc.sql.SQLParameter
-
- getJdbcType() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- getJdbcVersion() - Method in class sf.database.meta.MetadataFeature
-
- getJoinColumn() - Method in class sf.database.meta.ColumnMapping
-
- getJoinColumns() - Method in class sf.database.meta.ColumnMapping
-
- getJoins(AbstractSQLQuery) - Static method in class sf.querydsl.QueryDSL
-
获取内部的SQLRelationalPathBase
- getJoinTable() - Method in class sf.database.meta.ColumnMapping
-
- getJooq() - Method in class sf.database.dao.DBClient
-
- getJooq() - Method in interface sf.database.dao.DBMethod
-
- getJooqDialect() - Method in class sf.database.dialect.cubrid.CubridDialect
-
- getJooqDialect() - Method in class sf.database.dialect.db2.DB2Dialect
-
- getJooqDialect() - Method in class sf.database.dialect.DefaultDBDialect
-
- getJooqDialect() - Method in class sf.database.dialect.derby.DerbyDialect
-
- getJooqDialect() - Method in class sf.database.dialect.firebird.FirebirdDialect
-
- getJooqDialect() - Method in class sf.database.dialect.h2.H2Dialect
-
- getJooqDialect() - Method in class sf.database.dialect.hsqldb.HsqldbDialect
-
- getJooqDialect() - Method in interface sf.database.dialect.IDBDialect
-
- getJooqDialect() - Method in class sf.database.dialect.mariadb.MariaDBDialect
-
- getJooqDialect() - Method in class sf.database.dialect.mysql.MySqlDialect
-
- getJooqDialect() - Method in class sf.database.dialect.oracle.OracleDialect
-
- getJooqDialect() - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- getJooqDialect() - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- getJooqDialect() - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- getJooqInf() - Method in class sf.database.jdbc.sql.Crud
-
- getJooqMapper() - Method in interface sf.database.mapper.DaoMapper
-
- getJooqMapper() - Method in class sf.database.mapper.DaoMapperImpl
-
- getJooqTable() - Method in class sf.database.meta.TableMapping
-
- getJpaTransient() - Method in class sf.database.meta.ColumnMapping
-
- getJvmExtClassLoader() - Static method in class sf.tools.reflect.ClassLoaderUtil
-
得到虚拟机扩展的ClassLoader
- getKey() - Method in class sf.common.Entry
-
- getKey() - Method in class sf.database.jdbc.sql.GeneratedKeyHolder
-
- getKey() - Method in interface sf.database.jdbc.sql.KeyHolder
-
Retrieve the first item from the first map, assuming that there is just
one item and just one map, and that the item is a number.
- getKey() - Method in enum sf.dsl.Operator
-
- getKey() - Method in class sf.spring.util.ConcurrentReferenceHashMap.Entry
-
- getKeyList() - Method in class sf.database.jdbc.sql.GeneratedKeyHolder
-
- getKeyList() - Method in interface sf.database.jdbc.sql.KeyHolder
-
Return a reference to the List that contains the keys.
- getKeys() - Method in class sf.database.jdbc.sql.GeneratedKeyHolder
-
- getKeys() - Method in interface sf.database.jdbc.sql.KeyHolder
-
Retrieve the first map of keys.
- getKeys() - Method in class sf.jooq.tables.DynamicJooqTable
-
- getKeys() - Method in class sf.jooq.tables.JooqTable
-
- getKeySeq() - Method in class sf.database.dbinfo.ForeignKey
-
- getLabels() - Method in class sf.spring.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getLastDataInitResult() - Method in class sf.database.support.AllowDataInitialize
-
- getLastDataInitTime() - Method in class sf.database.support.AllowDataInitialize
-
- getLastDataInitUser() - Method in class sf.database.support.AllowDataInitialize
-
- getLastTaskInfo() - Method in class sf.spring.util.StopWatch
-
Get the last task as a
StopWatch.TaskInfo
object.
- getLastTaskName() - Method in class sf.spring.util.StopWatch
-
Get the name of the last task.
- getLastTaskTimeMillis() - Method in class sf.spring.util.StopWatch
-
Get the time taken by the last task in milliseconds.
- getLastTaskTimeNanos() - Method in class sf.spring.util.StopWatch
-
Get the time taken by the last task in nanoseconds.
- getLength() - Method in class sf.database.meta.def.ColumnDef
-
- getLength() - Method in class sf.spring.asm.TypePath
-
Returns the length of this path, i.e.
- getLevel() - Method in enum sf.database.transaction.TransactionIsolationLevel
-
- getLimit(Select) - Static method in class org.jooq.impl.JooqVisitor
-
- getLimit() - Method in class sf.database.mapper.handle.RowLimit
-
- getLimit() - Method in class sf.dsl.Example.OffsetLimit
-
- getList() - Method in class sf.common.wrapper.Page
-
返回记录数据
- getList(String) - Method in class sf.database.VarObject
-
得到字段值,并转换为List
- getList(String, Class<T>) - Method in class sf.database.VarObject
-
得到字段值,并转换为List
类型
- getListMapResult(ResultSet) - Static method in class sf.database.jdbc.sql.CommonResult
-
- getListResult(ResultSet, Class<T>, DBContext) - Static method in class sf.database.jdbc.sql.CommonResult
-
提取结果
- getListSql() - Method in class sf.database.jdbc.sql.SQLContext
-
- getListSql() - Method in class sf.database.template.enjoy.ext.SqlPara
-
- getLoadFactor() - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- getLoadIns(Type) - Static method in class sf.tools.ASMUtils
-
- getLobNames() - Method in class sf.database.meta.TableMapping
-
- getLocale() - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
Return the locale used by this
LinkedCaseInsensitiveMap
.
- getLocalFile() - Method in class sf.tools.URLFile
-
返回本地文件,只有当
URLFile.isLocalFile()
=true时才能使用
- getLockMode(Object) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- getLog() - Static method in class sf.common.log.LogUtil
-
- getLoginTimeout() - Method in class sf.database.datasource.ADataSource
-
- getLoginTimeout() - Method in class sf.database.datasource.SimpleDataSource
-
- getLoginTimeout() - Method in class sf.database.datasource.WrapDataSource
-
- getLogWriter() - Method in class sf.database.datasource.ADataSource
-
- getLogWriter() - Method in class sf.database.datasource.SimpleDataSource
-
- getLogWriter() - Method in class sf.database.datasource.WrapDataSource
-
- getLong(String) - Method in class sf.database.VarObject
-
得到字段值,类型转换为Long
- getLong(long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getLong(Object, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getLong(Object, int) - Method in class sf.tools.reflectasm.FieldAccess
-
- getLookDialectClass() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- getLookDialectClass() - Method in class sf.database.OrmConfig
-
- getLowerColumnName() - Method in class sf.database.meta.ColumnMapping
-
- getManyToMany() - Method in class sf.database.meta.ColumnMapping
-
- getManyToOne() - Method in class sf.database.meta.ColumnMapping
-
- getMap() - Method in class sf.dynamicsql.SimpleTable
-
- getMap() - Method in class sf.jooq.tables.DynamicJooqTable
-
- getMap() - Method in class sf.jooq.tables.JooqTable
-
- getMap() - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- getMap() - Method in class sf.querydsl.JPAEntityPath
-
- getMap() - Method in class sf.querydsl.SQLRelationalPath
-
- getMapKey() - Method in class sf.database.meta.ColumnMapping
-
- getMapKeyClass() - Method in class sf.database.meta.ColumnMapping
-
- getMapKeyColumn() - Method in class sf.database.meta.ColumnMapping
-
- getMapKeyEnumerated() - Method in class sf.database.meta.ColumnMapping
-
- getMapKeyJoinColumn() - Method in class sf.database.meta.ColumnMapping
-
- getMapKeyJoinColumns() - Method in class sf.database.meta.ColumnMapping
-
- getMappedClass() - Method in class org.smallframework.spring.SormBeanPropertyRowMapper
-
Get the class that we are mapping to.
- getMapper() - Method in interface org.smallframework.spring.CommonService
-
- getMapper() - Method in class org.smallframework.spring.CommonServiceImpl
-
- getMapper(Class<T>) - Method in class sf.database.dao.DBClient
-
通过mapper接口生成dao代理
- getMapper(Class<T>) - Method in interface sf.database.dao.DBMethod
-
获取接口映射
- getMapper(Class<T>) - Method in class sf.database.mapper.DefaultMapperBuilder
-
- getMapper(Class<T>) - Method in interface sf.database.mapper.MapperBuilder
-
Gets the dao2.
- getMapperImplTemplate() - Method in class sf.ext.gen.MapperImplCodeGen
-
- getMapperPkg() - Method in class sf.ext.gen.MapperImplCodeGen
-
- getMapperTemplate() - Method in class sf.ext.gen.MapperCodeGen
-
- getMappingTypeHandler(Class<? extends TypeHandler<?>>) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- getMaster() - Method in class sf.database.datasource.SimpleRoutingDataSource
-
- getMasterDataSource() - Method in class sf.database.datasource.SimpleRoutingDataSource
-
- getMatcherResult(String, String, boolean) - Static method in class sf.tools.string.RegexpUtils
-
得到匹配结果分组。
- getMatchType() - Method in class sf.database.dbinfo.Constraint
-
- getMaximumScale() - Method in class sf.database.dbinfo.DataType
-
- getMaxStringLength() - Method in class sf.spring.asm.ClassReader
-
Returns a conservative estimate of the maximum length of the strings contained in the class's
constant pool table.
- getMemberClassNames() - Method in interface sf.spring.core.type.ClassMetadata
-
Return the names of all classes declared as members of the class represented by
this ClassMetadata object.
- getMemberClassNames() - Method in class sf.spring.core.type.StandardClassMetadata
-
- getMergeTableClass(SQLMergeClause) - Static method in class sf.querydsl.QueryDSL
-
- getMeta() - Method in class sf.database.meta.ColumnMapping
-
- getMeta() - Method in interface sf.database.meta.IColumnMapping
-
get tableMetadata
- getMeta() - Method in interface sf.database.meta.MetadataContainer
-
获得所在表的Metadata信息。
- getMeta(Class<?>) - Static method in class sf.database.meta.MetaHolder
-
根据类获取表模型
- getMeta() - Method in class sf.database.meta.TupleField
-
- getMetaAnnotationTypes(String) - Method in interface sf.spring.core.type.AnnotationMetadata
-
Get the fully qualified class names of all meta-annotation types that
are present on the given annotation type on the underlying class.
- getMetaData() - Method in class sf.database.connection.WrapConnection
-
- getMetadataFeature(Connection) - Method in class sf.database.dbinfo.DBMetaData
-
- getMetadataReader(Resource) - Method in class sf.spring.core.type.classreading.CachingMetadataReaderFactory
-
- getMetadataReader(String) - Method in interface sf.spring.core.type.classreading.MetadataReaderFactory
-
Obtain a MetadataReader for the given class name.
- getMetadataReader(Resource) - Method in interface sf.spring.core.type.classreading.MetadataReaderFactory
-
Obtain a MetadataReader for the given resource.
- getMetadataReader(String) - Method in class sf.spring.core.type.classreading.SimpleMetadataReaderFactory
-
- getMetadataReader(Resource) - Method in class sf.spring.core.type.classreading.SimpleMetadataReaderFactory
-
- getMetaFieldMap() - Method in class sf.database.meta.TableMapping
-
- getMetaFields() - Method in class sf.database.meta.TableMapping
-
- getMetamodel() - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- getMetamodel() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- getMethod(Class<?>, String, Class<?>...) - Static method in class sf.spring.util.ClassUtils
-
Determine whether the given class has a public method with the given signature,
and return it if available (else throws an
IllegalStateException
).
- getMethodAccess() - Method in class sf.database.meta.TableMapping
-
- getMethodCountForName(Class<?>, String) - Static method in class sf.spring.util.ClassUtils
-
Return the number of methods with a given name (with any argument types),
for the given class and/or its superclasses.
- getMethodDesc(Class<?>, Class<?>...) - Static method in class sf.tools.ASMUtils
-
生成方法签名
- getMethodDesc(Class<?>, Class<?>...) - Static method in class sf.tools.JavassitUtils
-
生成方法签名
- getMethodDescriptor(Type, Type...) - Static method in class sf.spring.asm.Type
-
Returns the descriptor corresponding to the given argument and return types.
- getMethodDescriptor(Method) - Static method in class sf.spring.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMethodIfAvailable(Class<?>, String, Class<?>...) - Static method in class sf.spring.util.ClassUtils
-
Determine whether the given class has a public method with the given signature,
and return it if available (else return
null
).
- getMethodName() - Method in exception sf.spring.asm.MethodTooLargeException
-
Returns the name of the method.
- getMethodName() - Method in interface sf.spring.core.type.MethodMetadata
-
Return the name of the method.
- getMethodName() - Method in class sf.spring.core.type.StandardMethodMetadata
-
- getMethodNames() - Method in class sf.tools.reflectasm.MethodAccess
-
- getMethodType(String) - Static method in class sf.spring.asm.Type
-
Returns the
Type
corresponding to the given method descriptor.
- getMethodType(Type, Type...) - Static method in class sf.spring.asm.Type
-
Returns the method
Type
corresponding to the given argument and return types.
- getMethodType(Class<?>, String) - Static method in class sf.tools.ASMUtils
-
- getMiddleTableColumns() - Method in class sf.database.meta.CascadeConfig
-
- getMiddleTableName() - Method in class sf.database.meta.CascadeConfig
-
- getMinimumScale() - Method in class sf.database.dbinfo.DataType
-
- getMinValue() - Method in class sf.database.dbinfo.SequenceInfo
-
- getMostSpecificMethod(Method, Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Given a method, which may come from an interface, and a target class used
in the current reflective invocation, find the corresponding target method
if there is one.
- getName() - Method in class sf.database.dbinfo.Constraint
-
- getName() - Method in class sf.database.dbinfo.ForeignKey
-
- getName() - Method in enum sf.database.dbinfo.ForeignKeyAction
-
- getName() - Method in class sf.database.dbinfo.Function
-
get the functuon/ procedure name
- getName() - Method in class sf.database.dbinfo.PrimaryKey
-
- getName() - Method in class sf.database.dbinfo.SequenceInfo
-
- getName() - Method in class sf.database.dbinfo.TableInfo
-
获得表/视图(等)的名称
- getName() - Method in class sf.database.dialect.cubrid.CubridDialect
-
- getName() - Method in interface sf.database.dialect.DatabaseDialect
-
得到RDBMS的名称
- getName() - Method in class sf.database.dialect.db2.DB2Dialect
-
- getName() - Method in class sf.database.dialect.DBDialect
-
- getName() - Method in class sf.database.dialect.DefaultDBDialect
-
- getName() - Method in class sf.database.dialect.derby.DerbyDialect
-
- getName() - Method in class sf.database.dialect.firebird.FirebirdDialect
-
- getName() - Method in class sf.database.dialect.h2.H2Dialect
-
- getName() - Method in class sf.database.dialect.hsqldb.HsqldbDialect
-
- getName() - Method in interface sf.database.dialect.IDBDialect
-
- getName() - Method in class sf.database.dialect.mariadb.MariaDBDialect
-
- getName() - Method in class sf.database.dialect.mysql.MySqlDialect
-
- getName() - Method in class sf.database.dialect.oracle.OracleDialect
-
- getName() - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- getName() - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- getName() - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- getName() - Method in class sf.database.meta.def.ColumnDef
-
- getName() - Method in class sf.database.meta.def.IndexDef
-
- getName() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- getName() - Method in interface sf.database.meta.ITableMapping
-
返回class名称
- getName() - Method in class sf.database.meta.TableMapping
-
- getName() - Method in class sf.jooq.tables.JooqField
-
- getName() - Method in class sf.spring.asm.ConstantDynamic
-
Returns the name of this constant.
- getName() - Method in class sf.spring.asm.Handle
-
Returns the name of the field or method designated by this handle.
- getName() - Method in interface sf.tools.reflect.Property
-
得到名称
- getName() - Method in class sf.tools.reflect.PropertyHold
-
- getName() - Method in class sf.tools.URLFile
-
- getNameGenerator() - Method in class org.smallframework.spring.mapper.DaoMapperScannerConfigurer
-
- getNetworkTimeout() - Method in class sf.database.connection.WrapConnection
-
- getNewColumn() - Method in class sf.database.dbinfo.ColumnModification
-
得到模型会将数据库列更改为类型
- getNext() - Method in interface sf.spring.util.ConcurrentReferenceHashMap.Reference
-
Return the next reference in the chain, or
null
if none.
- getNoWrapperColumnName(String) - Static method in class sf.database.util.SQLUtils
-
去除关键字的特殊字符
- getNumPrecRadix() - Method in class sf.database.dbinfo.DataType
-
- getNvlFunction(String, String) - Method in class sf.database.dialect.DBDialect
-
去除空值的判断方法
- getObject() - Method in class org.smallframework.spring.mapper.DaoMapperFactoryBean
-
- getObject() - Method in class org.smallframework.spring.OrmConfigFactoryBean
-
- getObject(Object, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Fetches a reference value from a given Java variable.
- getObjectNameToUse(String) - Method in interface sf.database.dialect.DatabaseDialect
-
Oracle会将所有未加引号的数据库对象名称都按照大写对象名来处理,MySQL则对表名一律转小写,列名则保留原来的大小写。
为了体现这一数据库策略的不同,这里处理大小写的问题。
- getObjectNameToUse(String) - Method in class sf.database.dialect.DBDialect
-
- getObjectNameToUse(String) - Method in interface sf.database.dialect.IDBDialect
-
Oracle会将所有未加引号的数据库对象名称都按照大写对象名来处理;MySQL则对表名一律转小写,列名则保留原来的大小写。
为了体现这一数据库策略的不同,这里处理大小写的问题。
- getObjectNameToUse(String) - Method in enum sf.database.meta.object.Case
-
- getObjectNameToUse(ColumnMapping) - Method in enum sf.database.meta.object.Case
-
- getObjectType() - Method in class org.smallframework.spring.mapper.DaoMapperFactoryBean
-
- getObjectType() - Method in class org.smallframework.spring.OrmConfigFactoryBean
-
- getObjectType() - Method in class sf.database.dbinfo.Function
-
返回对象类型
- getObjectType(String) - Static method in class sf.spring.asm.Type
-
Returns the
Type
corresponding to the given internal name.
- getOffset(Select) - Static method in class org.jooq.impl.JooqVisitor
-
- getOffset() - Method in class sf.database.mapper.handle.RowLimit
-
- getOffset() - Method in class sf.dsl.Example.OffsetLimit
-
- getOffset() - Method in class sf.spring.asm.Label
-
Returns the bytecode offset corresponding to this label.
- getOffsetLimit() - Method in class sf.dsl.Example
-
- getOneResult(ResultSet, Class<T>, DBContext) - Static method in class sf.database.jdbc.sql.CommonResult
-
- getOneToMany() - Method in class sf.database.meta.ColumnMapping
-
- getOneToOne() - Method in class sf.database.meta.ColumnMapping
-
- getOpcode(int) - Method in class sf.spring.asm.Type
-
Returns a JVM instruction opcode adapted to this
Type
.
- getOper() - Method in enum sf.dsl.Operator
-
- getOrDefault(Object, V) - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- getOrDefault(Object, V) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- getOrderBy() - Method in class sf.database.meta.ColumnMapping
-
- getOrderByClause(boolean) - Method in class sf.dsl.Example
-
- getOrderByClause(Example, boolean) - Static method in class sf.dsl.ExampleSQLHelp
-
- getOrderColumn() - Method in class sf.database.meta.ColumnMapping
-
- getOrderdColumns() - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- getOrderMap() - Method in class sf.dsl.Example
-
- getOrdinal() - Method in class sf.database.dbinfo.ColumnInfo
-
- getOutputStream() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation opens a FileOutputStream for the underlying file.
- getOutputStream() - Method in class sf.spring.core.io.FileUrlResource
-
- getOutputStream() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation opens a OutputStream for the underlying file.
- getOutputStream() - Method in interface sf.spring.core.io.WritableResource
-
Return an
OutputStream
for the underlying resource,
allowing to (over-)write its content.
- getOwner() - Method in class sf.spring.asm.Handle
-
Returns the internal name of the class that owns the field or method designated by this handle.
- getPackageName(Class<?>) - Static method in class sf.database.mapper.handle.MethodHandleSQL
-
- getPackageName(Class<?>) - Static method in class sf.database.mapper.handle.MethodHandleTemplate
-
- getPackageName(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Determine the name of the package of the given class,
e.g.
- getPackageName(String) - Static method in class sf.spring.util.ClassUtils
-
Determine the name of the package of the given fully-qualified class name,
e.g.
- getPackageNames() - Method in class sf.database.support.EntityScanner
-
- getPackages() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- getPackagesToScan() - Method in class sf.database.OrmConfig
-
- getPageSize() - Method in class sf.common.wrapper.Page
-
获得每页的记录数
- getPageSQLContext(SqlPara) - Method in class sf.database.template.enjoy.EnjoyHandler
-
- getPageType(Type, Class) - Static method in class sf.database.mapper.handle.HandleHelp
-
- getPara() - Method in class sf.database.template.enjoy.ext.SqlPara
-
- getParaList() - Method in class sf.database.template.enjoy.ext.SqlPara
-
- getParameterizedType(Field) - Static method in class sf.tools.reflect.ReflectionExtends
-
获取泛型类型
- getParameters() - Method in class sf.database.mapper.handle.Condition
-
- getParameterTypes() - Method in class sf.tools.reflectasm.MethodAccess
-
- getParams() - Method in class sf.database.template.mybatis.SqlParam
-
- getParamterTypeClass(Type) - Static method in class sf.database.mapper.handle.HandleHelp
-
- getParas() - Method in class sf.common.log.LogContext
-
- getParas() - Method in class sf.database.jdbc.sql.SQLContext
-
- getParas() - Method in class sf.database.meta.CascadeContext
-
- getParent() - Method in class sf.tools.URLFile
-
- getParentFile() - Method in class sf.tools.URLFile
-
- getParentLogger() - Method in class sf.database.datasource.ADataSource
-
- getParentLogger() - Method in class sf.database.datasource.SimpleDataSource
-
- getParentLogger() - Method in class sf.database.datasource.WrapDataSource
-
- getParsedPageCountSql(String, Map<String, Object>) - Method in class sf.database.template.enjoy.EnjoyHandler
-
- getParsedPageCountSql(String, Map<String, Object>) - Method in class sf.database.template.expression.ExpressionHandler
-
- getParsedPageCountSql(String, Map<String, Object>) - Method in class sf.database.template.freemarker.FreemarkerHandler
-
- getParsedPageCountSql(String, Map<String, Object>) - Method in class sf.database.template.mybatis.MybatisHandler
-
- getParsedPageCountSql(String, Map<String, Object>) - Method in interface sf.database.template.TemplateHandler
-
- getParsedPageCountSqlSource(String, Map<String, Object>) - Method in class sf.database.template.enjoy.EnjoyHandler
-
- getParsedPageCountSqlSource(String, Map<String, Object>) - Method in class sf.database.template.expression.ExpressionHandler
-
- getParsedPageCountSqlSource(String, Map<String, Object>) - Method in class sf.database.template.freemarker.FreemarkerHandler
-
- getParsedPageCountSqlSource(String, Map<String, Object>) - Method in class sf.database.template.mybatis.MybatisHandler
-
- getParsedPageCountSqlSource(String, Map<String, Object>) - Method in interface sf.database.template.TemplateHandler
-
分页使用 查询总数
- getParsedPageListSql(String, Map<String, Object>) - Method in class sf.database.template.enjoy.EnjoyHandler
-
- getParsedPageListSql(String, Map<String, Object>) - Method in class sf.database.template.expression.ExpressionHandler
-
- getParsedPageListSql(String, Map<String, Object>) - Method in class sf.database.template.freemarker.FreemarkerHandler
-
- getParsedPageListSql(String, Map<String, Object>) - Method in class sf.database.template.mybatis.MybatisHandler
-
- getParsedPageListSql(String, Map<String, Object>) - Method in interface sf.database.template.TemplateHandler
-
- getParsedPageListSqlSource(String, Map<String, Object>) - Method in class sf.database.template.enjoy.EnjoyHandler
-
- getParsedPageListSqlSource(String, Map<String, Object>) - Method in class sf.database.template.expression.ExpressionHandler
-
- getParsedPageListSqlSource(String, Map<String, Object>) - Method in class sf.database.template.freemarker.FreemarkerHandler
-
- getParsedPageListSqlSource(String, Map<String, Object>) - Method in class sf.database.template.mybatis.MybatisHandler
-
- getParsedPageListSqlSource(String, Map<String, Object>) - Method in interface sf.database.template.TemplateHandler
-
分页使用 查询列表
- getParsedPageSql(String, Map<String, Object>) - Method in class sf.database.template.enjoy.EnjoyHandler
-
- getParsedPageSql(String, Map<String, Object>) - Method in class sf.database.template.expression.ExpressionHandler
-
- getParsedPageSql(String, Map<String, Object>) - Method in class sf.database.template.freemarker.FreemarkerHandler
-
- getParsedPageSql(String, Map<String, Object>) - Method in class sf.database.template.mybatis.MybatisHandler
-
- getParsedPageSql(String, Map<String, Object>) - Method in interface sf.database.template.TemplateHandler
-
- getParsedPageSqlSource(String, Map<String, Object>) - Method in class sf.database.template.enjoy.EnjoyHandler
-
- getParsedPageSqlSource(String, Map<String, Object>) - Method in class sf.database.template.expression.ExpressionHandler
-
- getParsedPageSqlSource(String, Map<String, Object>) - Method in class sf.database.template.freemarker.FreemarkerHandler
-
- getParsedPageSqlSource(String, Map<String, Object>) - Method in class sf.database.template.mybatis.MybatisHandler
-
- getParsedPageSqlSource(String, Map<String, Object>) - Method in interface sf.database.template.TemplateHandler
-
- getParsedSql(String, Map<String, Object>) - Method in class sf.database.template.enjoy.EnjoyHandler
-
- getParsedSql(String, Map<String, Object>) - Method in class sf.database.template.expression.ExpressionHandler
-
- getParsedSql(String, Map<String, Object>) - Method in class sf.database.template.freemarker.FreemarkerHandler
-
- getParsedSql(String, Map<String, Object>) - Method in class sf.database.template.mybatis.MybatisHandler
-
- getParsedSql(String, Map<String, Object>) - Method in interface sf.database.template.TemplateHandler
-
- getParsedSqlSource(String, Map<String, Object>) - Method in class sf.database.template.enjoy.EnjoyHandler
-
- getParsedSqlSource(String, Map<String, Object>) - Method in class sf.database.template.expression.ExpressionHandler
-
- getParsedSqlSource(String, Map<String, Object>) - Method in class sf.database.template.freemarker.FreemarkerHandler
-
- getParsedSqlSource(String, Map<String, Object>) - Method in class sf.database.template.mybatis.MybatisHandler
-
- getParsedSqlSource(String, Map<String, Object>) - Method in interface sf.database.template.TemplateHandler
-
根据sql模板内容渲染
- getPassword() - Method in class sf.database.dbinfo.ConnectInfo
-
获得口令
- getPath() - Method in class org.smallframework.mavenplugin.goal.EnhanceASMMojo
-
- getPath() - Method in class org.smallframework.mavenplugin.goal.EnhanceJavassistMojo
-
- getPath(String) - Static method in class sf.ext.gen.GenUtils
-
- getPath() - Method in class sf.spring.core.io.ClassPathResource
-
Return the path for this resource (as resource path within the class path).
- getPath() - Method in class sf.spring.core.io.FileSystemResource
-
Return the file path for this resource.
- getPath() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
Return the file path for this resource.
- getPath() - Method in class sf.tools.URLFile
-
- getPathMatcher() - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Return the PathMatcher that this resource pattern resolver uses.
- getPathWithinContext() - Method in interface sf.spring.core.io.ContextResource
-
Return the path within the enclosing 'context'.
- getPathWithinContext() - Method in class sf.spring.core.io.DefaultResourceLoader.ClassPathContextResource
-
- getPatternComparator(String) - Method in class sf.spring.util.AntPathMatcher
-
Given a full path, returns a
Comparator
suitable for sorting patterns in order of
explicitness.
- getPatternComparator(String) - Method in interface sf.spring.util.PathMatcher
-
Given a full path, returns a
Comparator
suitable for sorting patterns
in order of explicitness for that path.
- getPersistenceUnitUtil() - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- getPhysicalConnection(Connection) - Static method in class sf.database.connection.ConnectionHelp
-
还原为原始连接
- getPkFields() - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- getPkFields() - Method in class sf.database.meta.TableMapping
-
- getPkName() - Method in class sf.database.dbinfo.ForeignKey
-
- getPrecision() - Method in class sf.database.dbinfo.DataType
-
- getPrecision() - Method in class sf.database.meta.def.ColumnDef
-
- getPreResultParas() - Method in class sf.database.jdbc.sql.SQLContext
-
- getPrimaryKey() - Method in class sf.database.dbinfo.TableInfo
-
- getPrimaryKey() - Method in class sf.jooq.tables.DynamicJooqTable
-
- getPrimaryKey() - Method in class sf.jooq.tables.JooqTable
-
- getPrimaryKeySql(String, List<String>) - Method in class sf.database.dialect.DBDialect
-
- getPrimaryKeyValue(DBObject) - Static method in class sf.database.util.OrmUtils
-
提供主键的值
- getPrimaryKeyValueMap(DBObject) - Static method in class sf.database.util.OrmUtils
-
提供主键的值
- getPrimitiveLetter(Class<?>) - Static method in class sf.tools.ASMUtils
-
- getPrimitiveLetter(Class<?>) - Static method in class sf.tools.JavassitUtils
-
- getPrimitiveType(MethodVisitor, Class<?>) - Static method in class sf.tools.ASMUtils
-
get the class object of primitive type
- getPrintSql() - Method in class sf.common.log.LogContext
-
- getProcedures(Connection, String) - Method in class sf.database.dbinfo.DBMetaData
-
得到数据库中的当前用户的存储过程
- getProductName() - Method in enum sf.database.dialect.DatabaseDriver
-
- getProfile() - Method in class sf.database.dbinfo.ConnectInfo
-
获得方言
- getProfile() - Method in class sf.database.meta.def.TableDef
-
- getProperties() - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- getProperties() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- getProperty(DBProperty) - Method in interface sf.database.dialect.DatabaseDialect
-
返回指定的属性(文本)
- getProperty(DBProperty, String) - Method in interface sf.database.dialect.DatabaseDialect
-
返回指定的属性(文本)
- getProperty(DBProperty) - Method in class sf.database.dialect.DBDialect
-
- getProperty(DBProperty, String) - Method in class sf.database.dialect.DBDialect
-
- getPropertyInt(DBProperty) - Method in interface sf.database.dialect.DatabaseDialect
-
返回指定特性(数值),如果无值返回0
- getPropertyInt(DBProperty) - Method in class sf.database.dialect.DBDialect
-
- getPropertyLong(DBProperty) - Method in interface sf.database.dialect.DatabaseDialect
-
返回指定数据库特性(数值),如果无值返回0
- getPropertyLong(DBProperty) - Method in class sf.database.dialect.DBDialect
-
- getPropertyNames() - Method in class sf.database.template.mybatis.SqlParam
-
- getPropertyOrder() - Method in class sf.ext.gen.GenConfig
-
- getProtocolResolvers() - Method in class sf.spring.core.io.DefaultResourceLoader
-
Return the collection of currently registered protocol resolvers,
allowing for introspection as well as modification.
- getQualifiedMethodName(Method) - Static method in class sf.spring.util.ClassUtils
-
Return the qualified name of the given method, consisting of
fully qualified interface/class name + "." + method name.
- getQualifiedMethodName(Method, Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Return the qualified name of the given method, consisting of
fully qualified interface/class name + "." + method name.
- getQualifiedName(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Return the qualified name of the given class: usually simply
the class name, but component type class name + "[]" for arrays.
- getQueryDSL() - Method in class sf.database.dao.DBClient
-
- getQueryDSL() - Method in interface sf.database.dao.DBMethod
-
- getQueryDslDialect() - Method in class sf.database.dialect.cubrid.CubridDialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.db2.DB2Dialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.DefaultDBDialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.derby.DerbyDialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.firebird.FirebirdDialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.h2.H2Dialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.hsqldb.HsqldbDialect
-
- getQueryDslDialect() - Method in interface sf.database.dialect.IDBDialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.mysql.MySqlDialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.oracle.OracleDialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.sqlserver.SQLServer2005Dialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.sqlserver.SQLServer2008Dialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.sqlserver.SQLServer2012Dialect
-
- getQueryDslDialect() - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- getQueryDSLInf() - Method in class sf.database.jdbc.sql.Crud
-
获取dsljdbc的接口
- getQueryDSLMapper() - Method in interface sf.database.mapper.DaoMapper
-
- getQueryDSLMapper() - Method in class sf.database.mapper.DaoMapperImpl
-
- getQueryDSLTableClass(AbstractSQLQuery) - Static method in class sf.querydsl.QueryDSL
-
获取表class
- getQueryMetadata(QueryMixin) - Static method in class com.querydsl.core.support.QueryBaseVistor
-
- getQueryMetadata(QueryBase) - Static method in class com.querydsl.core.support.QueryBaseVistor
-
- getQueryMixin(QueryBase) - Static method in class com.querydsl.core.support.QueryBaseVistor
-
- getQueryTimeout() - Method in class sf.database.connection.WrapConnection
-
- getQueryTimeout() - Method in class sf.database.dao.DBContext
-
- getQuoteChar() - Method in class sf.database.dialect.DBDialect
-
- getQuoteChar() - Method in class sf.database.meta.MetadataFeature
-
- getQuotedCase() - Method in class sf.database.meta.MetadataFeature
-
- getRawColumnName() - Method in class sf.database.meta.ColumnMapping
-
- getRawTypes() - Method in class sf.tools.reflect.PropertyHold
-
- getReader(URL, String) - Static method in class sf.tools.IOUtils
-
从URL获得reader
- getReader(File, String) - Static method in class sf.tools.IOUtils
-
获得一个供读取文本的reader, 本方法可以从BOM自动判断utf-8, unicode等类型,因此charset一般可以为null.
- getReader(InputStream, String) - Static method in class sf.tools.IOUtils
-
获得Reader
- getReader(Class<?>, String, String) - Static method in class sf.tools.IOUtils
-
获得相对于一个class的所在路径的相对路径的文件资源
- getRecordType() - Method in class sf.jooq.tables.DynamicJooqTable
-
- getRecordType() - Method in class sf.jooq.tables.JooqTable
-
- getRefColumns() - Method in class sf.database.dbinfo.Constraint
-
- getReference(Class<T>, Object) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- getReference(Object, ConcurrentReferenceHashMap.Restructure) - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
Return a
ConcurrentReferenceHashMap.Reference
to the ConcurrentReferenceHashMap.Entry
for the specified key
,
or null
if not found.
- getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - Method in class sf.spring.util.ConcurrentReferenceHashMap.Segment
-
- getReferenceColumn() - Method in class sf.database.dbinfo.ForeignKey
-
- getReferenceSchema() - Method in class sf.database.dbinfo.ForeignKey
-
- getReferenceTable() - Method in class sf.database.dbinfo.ForeignKey
-
- getRefGeneration() - Method in class sf.database.dbinfo.TableInfo
-
- getReflectasmGetterIndex() - Method in class sf.tools.reflect.PropertyHold
-
- getReflectasmSetterIndex() - Method in class sf.tools.reflect.PropertyHold
-
- getRefTableName() - Method in class sf.database.dbinfo.Constraint
-
- getRefTableSchema() - Method in class sf.database.dbinfo.Constraint
-
- getRelationalPath(AbstractSQLDeleteClause) - Static method in class com.querydsl.sql.dml.QueryDSLDMLVistor
-
- getRelationalPath(AbstractSQLInsertClause) - Static method in class com.querydsl.sql.dml.QueryDSLDMLVistor
-
- getRelationalPath(AbstractSQLUpdateClause) - Static method in class com.querydsl.sql.dml.QueryDSLDMLVistor
-
- getRelationalPath(SQLMergeClause) - Static method in class com.querydsl.sql.dml.QueryDSLDMLVistor
-
- getRelationalPath() - Method in class sf.database.meta.TableMapping
-
- getRemarks() - Method in class sf.database.dbinfo.ColumnInfo
-
- getRemarks() - Method in class sf.database.dbinfo.Function
-
获取备注
- getRemarks() - Method in class sf.database.dbinfo.TableInfo
-
获得表的备注信息
- getResource(String) - Method in class sf.spring.core.io.ClasspathLoader
-
- getResource(String) - Method in class sf.spring.core.io.DefaultResourceLoader
-
- getResource(String) - Method in interface sf.spring.core.io.ResourceLoader
-
Return a Resource handle for the specified resource location.
- getResource(String) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
- getResource() - Method in interface sf.spring.core.type.classreading.MetadataReader
-
Return the resource reference for the class file.
- getResourceByPath(String) - Method in class sf.spring.core.io.ClassRelativeResourceLoader
-
- getResourceByPath(String) - Method in class sf.spring.core.io.DefaultResourceLoader
-
Return a Resource handle for the resource at the given path.
- getResourceByPath(String) - Method in class sf.spring.core.io.FileSystemResourceLoader
-
Resolve resource paths as file system paths.
- getResourceCache(Class<T>) - Method in class sf.spring.core.io.DefaultResourceLoader
-
Obtain a cache for the given value type, keyed by
Resource
.
- getResourceLoader() - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Return the ResourceLoader that this pattern resolver works with.
- getResourceLoader() - Method in class sf.spring.core.type.classreading.SimpleMetadataReaderFactory
-
Return the ResourceLoader that this MetadataReaderFactory has been
constructed with.
- getResources(URL, List<String>) - Static method in class org.smallframework.spring.path.SpringClassPathScanning
-
- getResources(String) - Method in class sf.spring.core.io.ClasspathLoader
-
- getResources(String) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
- getResources(String) - Method in interface sf.spring.core.io.support.ResourcePatternResolver
-
Resolve the given location pattern into Resource objects.
- getResult() - Method in class sf.common.log.LogContext
-
- getResult() - Method in class sf.database.jdbc.sql.SQLContext
-
- getResultBeanClass() - Method in class sf.database.jdbc.sql.SQLContext
-
- getResultBeanClass() - Method in class sf.database.meta.CascadeContext
-
- getRetType(Method, Class) - Static method in class sf.database.mapper.handle.HandleHelp
-
- getReturnClz(AbstractSQLQuery<?, ?>) - Static method in class sf.querydsl.QueryDSLOrmImpl
-
获取返回值的对象,该方法存在bug,在某些特殊方法下存在,返回值为空的情况
- getReturnedClass() - Method in class sf.querydsl.QueryDSLObjectMapJsonType
-
- getReturnType() - Method in class sf.spring.asm.Type
-
Returns the return type of methods of this type.
- getReturnType(String) - Static method in class sf.spring.asm.Type
-
Returns the
Type
corresponding to the return type of the given method descriptor.
- getReturnType(Method) - Static method in class sf.spring.asm.Type
-
Returns the
Type
corresponding to the return type of the given method.
- getReturnTypeName() - Method in interface sf.spring.core.type.MethodMetadata
-
Return the fully-qualified name of this method's declared return type.
- getReturnTypeName() - Method in class sf.spring.core.type.StandardMethodMetadata
-
- getReturnTypes() - Method in class sf.tools.reflectasm.MethodAccess
-
- getRm() - Method in class sf.database.jdbc.sql.ResultSetIteration
-
- getRollbackOnly() - Method in class sf.database.jpa.JpaEntityTransaction
-
- getRoot(URL) - Static method in class sf.spring.core.io.VfsUtils
-
- getRootDataModel(Environment) - Static method in class sf.database.template.freemarker.FreemarkerHelp
-
- getRowMapper(Class<T>, DBContext) - Static method in class sf.database.jdbc.rowmapper.RowMapperHelp
-
获取转为rowmapper
- getRs() - Method in class sf.database.jdbc.sql.ResultSetIteration
-
- getSavedDefaultValue() - Method in class sf.database.meta.ColumnMapping
-
- getScale() - Method in class sf.database.meta.def.ColumnDef
-
- getSchema() - Method in class sf.database.connection.WrapConnection
-
- getSchema() - Method in class sf.database.dbinfo.Constraint
-
- getSchema() - Method in class sf.database.dbinfo.Function
-
获取schema
- getSchema() - Method in class sf.database.dbinfo.SequenceInfo
-
- getSchema() - Method in class sf.database.dbinfo.TableInfo
-
获得表所在schema
- getSchema(String) - Method in interface sf.database.dialect.DatabaseDialect
-
对于表名前缀的XX.
- getSchema(String) - Method in class sf.database.dialect.DBDialect
-
- getSchema(String) - Method in interface sf.database.dialect.IDBDialect
-
对于表名前缀的XX.
- getSchema(String) - Method in class sf.database.dialect.oracle.OracleDialect
-
判断SEQUENCE是否存在时,若schema为小写会存在误判情况(将存在判断为不存在),
为了避免大小写引起的问题,一律转成大写。
- getSchema() - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- getSchema() - Method in interface sf.database.meta.ITableMapping
-
得到schema名称。 ORM允许用户使用Annotation @Table(schema="S1")
添加在实体类上,指定该实体操作位于特定的schema上。
建模时的schema,在实际运行环境中经过重定向后变为实际部署的数据源名称。
- getSchema() - Method in class sf.database.meta.TableMapping
-
- getSchema(Connection) - Static method in class sf.database.util.DBUtils
-
获取schema 不报错
- getSchema(String, String) - Static method in class sf.jooq.Jooq
-
- getSchema() - Method in class sf.jooq.tables.DynamicJooqTable
-
- getSchema() - Method in class sf.jooq.tables.JooqTable
-
- getSchemaMap() - Method in class sf.database.meta.TableMapping
-
- getSchemas(Connection) - Method in class sf.database.dbinfo.DBMetaData
-
获得所有的Schema
- getSearchable() - Method in class sf.database.dbinfo.DataType
-
- getSegment(int) - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- getSegmentsSize() - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- getSelectClause(Example, SelectOpt, boolean) - Static method in class sf.dsl.ExampleSQLHelp
-
- getSelectColumns() - Method in class sf.dsl.Example
-
- getSelectFromTable(Select) - Static method in class sf.jooq.Jooq
-
- getSelectFromTableList(SelectQuery<?>) - Static method in class org.jooq.impl.JooqVisitor
-
获取from的表数量
- getSelectSQLContext(Example, DBContext, SelectOpt, boolean, boolean) - Static method in class sf.dsl.ExampleSQLHelp
-
获取完整的查询
- getSelectSubObject() - Method in class sf.database.meta.CascadeConfig
-
- getSelfRefencingColName() - Method in class sf.database.dbinfo.TableInfo
-
- getSeqNextValSql(String) - Method in class sf.database.dialect.DBDialect
-
获取下一个序列值得sql语句
- getSeqNextValSql(String) - Method in class sf.database.dialect.oracle.OracleDialect
-
- getSeqNextValSql(String) - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- getSequenceGenerator() - Method in class sf.database.meta.ColumnMapping
-
- getSequenceInfo(Connection, String, String) - Method in class sf.database.dialect.DBDialect
-
- getSequenceInfo(Connection, String, String) - Method in class sf.database.dialect.oracle.OracleDialect
-
- getSequenceInfo(Connection, String, String) - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- getSequences() - Method in class sf.jooq.JooqSchema
-
- getSetter() - Method in class sf.tools.reflect.PropertyHold
-
- getShort(String) - Method in class sf.database.VarObject
-
- getShort(long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getShort(Object, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- getShort(Object, int) - Method in class sf.tools.reflectasm.FieldAccess
-
- getShortName(String) - Static method in class sf.spring.util.ClassUtils
-
Get the class name without the qualified package name.
- getShortName(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Get the class name without the qualified package name.
- getShortNameAsProperty(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Return the short string name of a Java class in uncapitalized JavaBeans
property format.
- getSimpleMatchResult(String, String, boolean) - Static method in class sf.tools.string.RegexpUtils
-
- getSimpleName() - Method in interface sf.database.meta.ITableMapping
-
返回class名称Simple
- getSimpleName() - Method in class sf.database.meta.TableMapping
-
- getSize() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
For char or date types this is the maximum number of characters, for numeric or decimal types this is precision.
- getSize() - Method in class sf.spring.asm.ConstantDynamic
-
Returns the size of this constant.
- getSize() - Method in class sf.spring.asm.Type
-
Returns the size of values of this type.
- getSize() - Method in class sf.spring.util.ConcurrentReferenceHashMap.Segment
-
Return the size of the current references array.
- getSlaves() - Method in class sf.database.datasource.SimpleRoutingDataSource
-
- getSlavesDataSources() - Method in class sf.database.datasource.SimpleRoutingDataSource
-
- getSort() - Method in class sf.spring.asm.Type
-
Returns the sort of this type.
- getSort() - Method in class sf.spring.asm.TypeReference
-
Returns the sort of this type reference.
- getSpace() - Method in class sf.ext.gen.GenConfig
-
- getSpaceCount() - Method in class sf.ext.gen.GenConfig
-
- getSpecificName() - Method in class sf.database.dbinfo.Function
-
获取specificName
- getSql() - Method in class sf.common.log.LogContext
-
- getSql() - Method in class sf.database.jdbc.sql.SQLContext
-
- getSql() - Method in class sf.database.meta.CascadeContext
-
- getSQL(String) - Method in class sf.database.template.enjoy.EnjoyHandler
-
- getSql(String) - Method in class sf.database.template.enjoy.ext.SqlKit
-
- getSql() - Method in class sf.database.template.enjoy.ext.SqlPara
-
- getSQL(String) - Method in class sf.database.template.expression.ExpressionHandler
-
- getSQL(String) - Method in class sf.database.template.freemarker.FreemarkerHandler
-
- getSQL(String) - Method in class sf.database.template.mybatis.MybatisHandler
-
- getSql() - Method in class sf.database.template.mybatis.SqlParam
-
- getSQL(String) - Method in interface sf.database.template.TemplateHandler
-
- getSqlByDialect(DBDialect) - Method in class sf.database.meta.CascadeContext
-
- getSQLContext(SqlPara) - Method in class sf.database.template.enjoy.EnjoyHandler
-
- getSQLContext(String, List<Object>) - Method in class sf.database.template.freemarker.FreemarkerHandler
-
- getSQLContext(String, List<Object>) - Method in class sf.database.template.mybatis.MybatisHandler
-
- getSQLContextWhereClause(Example, boolean) - Static method in class sf.dsl.ExampleSQLHelp
-
- getSqlDataType() - Method in class sf.database.dbinfo.DataType
-
- getSqlDateExpression(Date) - Method in interface sf.database.dialect.DatabaseDialect
-
针对非绑定变量SQL,生成SQL语句所用的文本值。 Java -> SQL String
- getSQLDialect(String) - Static method in class sf.jooq.JooqDialectUtils
-
- getSqlExpression(Object, DBDialect) - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- getSqlExpression(Object, DBDialect) - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- getSqlExpression(Object, DBDialect) - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- getSqlExpression(T, DBDialect) - Method in interface sf.database.jdbc.type.TypeHandler
-
获取sql表达式
- getSqlExpression() - Method in class sf.database.mapper.handle.Condition
-
- getSqlId() - Method in class sf.database.jdbc.sql.SQLContext
-
- getSQLKeywords(Connection) - Method in class sf.database.dbinfo.DBMetaData
-
得到由JDBC驱动提供的所有数据库关键字
- getSqlMapEntrySet() - Method in class sf.database.template.enjoy.ext.SqlKit
-
- getSqlPara(String, Map) - Method in class sf.database.template.enjoy.ext.SqlKit
-
示例:
1:sql 定义
#sql("key")
select * from xxx where id = #para(id) and age > #para(age)
#end
- getSqlPara(String, Object...) - Method in class sf.database.template.enjoy.ext.SqlKit
-
示例:
1:sql 定义
#sql("key")
select * from xxx where a = #para(0) and b = #para(1)
#end
- getSqlParaBySource(String, Map) - Method in class sf.database.template.enjoy.ext.SqlKit
-
根据sql模板语句获取sqlPara
- getSqlParaPage(String, Map) - Method in class sf.database.template.enjoy.ext.SqlKit
-
获取分页的sql
示例:
1:sql 定义
#sql("key")
select * from xxx where id = #para(id) and age > #para(age)
#end
- getSqlParaPage(String, Map<String, Object>) - Method in class sf.database.template.freemarker.FreemarkerHelp
-
- getSqlParaPage(String, Map<String, Object>) - Method in class sf.database.template.mybatis.MybatisHelp
-
- getSqlParaPageSource(String, Map) - Method in class sf.database.template.enjoy.ext.SqlKit
-
- getSqlParaPageSource(String, Map<String, Object>) - Method in class sf.database.template.freemarker.FreemarkerHelp
-
- getSqlParaPageSource(String, Map<String, Object>) - Method in class sf.database.template.mybatis.MybatisHelp
-
- getSqlParaPageTemplate(Template, Map) - Method in class sf.database.template.enjoy.ext.SqlKit
-
- getSqlParaPageTemplate(Template, Map<String, Object>) - Method in class sf.database.template.freemarker.FreemarkerHelp
-
- getSqlParaPageTemplate(String, Map<String, Object>) - Method in class sf.database.template.mybatis.MybatisHelp
-
- getSqlSelectCount(String) - Static method in class sf.database.util.DBUtils
-
- getSqlStatmentSeparator() - Method in class sf.database.dialect.DBDialect
-
批量运行多个SQL语句之间的分隔符。
- getSqlStatmentSeparator() - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- getSqlTemplatePath() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- getSqlTemplatePath() - Method in class sf.database.OrmConfig
-
- getSQLTemplateProvider(ExecuteProvider, Method, Object[]) - Static method in class sf.database.mapper.handle.MethodHandleProvider
-
- getSQLTemplates(String) - Static method in class sf.querydsl.QueryDSLDialectUtils
-
- getSqlTemplateType() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- getSqlTemplateType() - Method in class sf.database.OrmConfig
-
- getSqlTimeExpression(Date) - Method in interface sf.database.dialect.DatabaseDialect
-
针对非绑定变量SQL,生成SQL语句所用的文本值。 Java -> SQL String
- getSqlTimestampExpression(Date) - Method in interface sf.database.dialect.DatabaseDialect
-
针对非绑定变量SQL,生成SQL语句所用的文本值。 Java -> SQL String
- getSqlType() - Method in class sf.database.dbinfo.ColumnDBType
-
- getSqlType() - Method in class sf.database.dbinfo.ColumnInfo
-
- getSqlType() - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- getSqlType() - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- getSqlType() - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- getSqlType() - Method in class sf.database.jdbc.type.ArrayType
-
- getSqlType() - Method in class sf.database.jdbc.type.AttributeConverterType
-
- getSqlType() - Method in class sf.database.jdbc.type.BigDecimalDECIMALType
-
- getSqlType() - Method in class sf.database.jdbc.type.BigDecimalNUMERICType
-
- getSqlType() - Method in class sf.database.jdbc.type.BigIntegerBIGINTType
-
- getSqlType() - Method in class sf.database.jdbc.type.BigIntegerNUMERICType
-
- getSqlType() - Method in class sf.database.jdbc.type.BlobByteObjectArrayType
-
- getSqlType() - Method in class sf.database.jdbc.type.BlobType
-
- getSqlType() - Method in class sf.database.jdbc.type.BooleanBITType
-
- getSqlType() - Method in class sf.database.jdbc.type.BooleanCharType
-
- getSqlType() - Method in class sf.database.jdbc.type.BooleanType
-
- getSqlType() - Method in class sf.database.jdbc.type.ByteArrayBINARYType
-
- getSqlType() - Method in class sf.database.jdbc.type.ByteArrayLONGVARBINARYType
-
- getSqlType() - Method in class sf.database.jdbc.type.ByteArrayVARBINARYType
-
- getSqlType() - Method in class sf.database.jdbc.type.ByteObjectArrayBINARYType
-
- getSqlType() - Method in class sf.database.jdbc.type.ByteTINYINTType
-
- getSqlType() - Method in class sf.database.jdbc.type.CalendarTIMESTAMPType
-
- getSqlType() - Method in class sf.database.jdbc.type.CharacterVARCHARType
-
- getSqlType() - Method in class sf.database.jdbc.type.ClobType
-
- getSqlType() - Method in class sf.database.jdbc.type.DateLongType
-
- getSqlType() - Method in class sf.database.jdbc.type.DateTIMESTAMPType
-
- getSqlType() - Method in class sf.database.jdbc.type.DateTIMEType
-
- getSqlType() - Method in class sf.database.jdbc.type.DateType
-
- getSqlType() - Method in class sf.database.jdbc.type.DoubleFLOATType
-
- getSqlType() - Method in class sf.database.jdbc.type.DoubleType
-
- getSqlType() - Method in class sf.database.jdbc.type.EnumObjectTypeHandler
-
- getSqlType() - Method in class sf.database.jdbc.type.EnumOrdinalTypeHandler
-
- getSqlType() - Method in class sf.database.jdbc.type.EnumStringTypeHandler
-
- getSqlType() - Method in class sf.database.jdbc.type.FileBlobType
-
- getSqlType() - Method in class sf.database.jdbc.type.FileClobType
-
- getSqlType() - Method in class sf.database.jdbc.type.FloatDOUBLEType
-
- getSqlType() - Method in class sf.database.jdbc.type.FloatREALType
-
- getSqlType() - Method in class sf.database.jdbc.type.FloatType
-
- getSqlType() - Method in class sf.database.jdbc.type.InputStreamBINARYType
-
- getSqlType() - Method in class sf.database.jdbc.type.InstantTIMESTAMPType
-
- getSqlType() - Method in class sf.database.jdbc.type.IntegerType
-
- getSqlType() - Method in class sf.database.jdbc.type.LocalDateDATEType
-
- getSqlType() - Method in class sf.database.jdbc.type.LocalDateTimeTIMESTAMPType
-
- getSqlType() - Method in class sf.database.jdbc.type.LocalTimeTIMEType
-
- getSqlType() - Method in class sf.database.jdbc.type.LongBIGINTType
-
- getSqlType() - Method in class sf.database.jdbc.type.NullType
-
- getSqlType() - Method in class sf.database.jdbc.type.ObjectJAVAOBJECTType
-
- getSqlType() - Method in class sf.database.jdbc.type.ObjectType
-
- getSqlType() - Method in class sf.database.jdbc.type.ReaderBINARYType
-
- getSqlType() - Method in class sf.database.jdbc.type.RefType
-
- getSqlType() - Method in class sf.database.jdbc.type.RowIdType
-
- getSqlType() - Method in class sf.database.jdbc.type.ShortSMALLINTType
-
- getSqlType() - Method in class sf.database.jdbc.type.StringCHARType
-
- getSqlType() - Method in class sf.database.jdbc.type.StringClobType
-
- getSqlType() - Method in class sf.database.jdbc.type.StringLONGNVARCHARType
-
- getSqlType() - Method in class sf.database.jdbc.type.StringLONGVARCHARType
-
- getSqlType() - Method in class sf.database.jdbc.type.StringNCHARType
-
- getSqlType() - Method in class sf.database.jdbc.type.StringNCLOBType
-
- getSqlType() - Method in class sf.database.jdbc.type.StringNVARCHARType
-
- getSqlType() - Method in class sf.database.jdbc.type.StringSQLXMLType
-
- getSqlType() - Method in class sf.database.jdbc.type.StringVARCHARType
-
- getSqlType() - Method in class sf.database.jdbc.type.StructType
-
- getSqlType() - Method in interface sf.database.jdbc.type.TypeHandler
-
java.sql.Types的值
- getSqlType() - Method in class sf.database.jdbc.type.UrlDATALINKType
-
- getSqlType() - Method in class sf.database.meta.ColumnMapping
-
- getStart() - Method in class sf.common.log.LogContext
-
- getStartValue() - Method in class sf.database.dbinfo.SequenceInfo
-
- GETSTATIC - Static variable in interface sf.spring.asm.Opcodes
-
- getStaticMethod(Class<?>, String, Class<?>...) - Static method in class sf.spring.util.ClassUtils
-
Return a public static method of a class.
- getStep() - Method in class sf.database.dbinfo.SequenceInfo
-
- getStep(int) - Method in class sf.spring.asm.TypePath
-
Returns the value of the given step of this path.
- getStepArgument(int) - Method in class sf.spring.asm.TypePath
-
Returns the index of the type argument that the given step is stepping into.
- getStrictCaseColumnMapping(String) - Method in interface sf.database.meta.ITableMapping
-
- getStrictCaseColumnMapping(String) - Method in class sf.database.meta.TableMapping
-
获取严格区分大小写的字段
- getStrictCaseDBFieldColumnMapping(String) - Method in interface sf.database.meta.ITableMapping
-
- getStrictCaseDBFieldColumnMapping(String) - Method in class sf.database.meta.TableMapping
-
区分大小写获取对应数据库字段的columnMapping
- getString(String) - Method in class sf.database.VarObject
-
得到字段值,类型转换为String
- getString(Object, int) - Method in class sf.tools.reflectasm.FieldAccess
-
- getStringMatcher(String) - Method in class sf.spring.util.AntPathMatcher
-
Build or retrieve an
AntPathMatcher.AntPathStringMatcher
for the given pattern.
- getStringValue(Clob) - Method in class sf.database.jdbc.type.StringClobType
-
- getSubString(long, int) - Method in class sf.database.jdbc.lob.SimpleClob
-
- getSuffix() - Method in class org.smallframework.spring.mapper.DaoMapperClassPathScanner
-
- getSuperClassName() - Method in interface sf.spring.core.type.ClassMetadata
-
Return the name of the super class of the underlying class,
or
null
if there is no super class defined.
- getSuperClassName() - Method in class sf.spring.core.type.StandardClassMetadata
-
- getSuperName() - Method in class sf.spring.asm.ClassReader
-
Returns the internal of name of the super class (see
Type.getInternalName()
).
- getSuperTypeIndex() - Method in class sf.spring.asm.TypeReference
-
Returns the index of the "super type" of a class that is referenced by this type reference.
- getSystemClassPath() - Static method in class sf.tools.reflect.ClassLoaderUtil
-
得到本工程的classpath
- getSystemFunctions(Connection) - Method in class sf.database.dbinfo.DBMetaData
-
得到内建其他函数名
- getTable() - Method in class sf.database.meta.def.ColumnDef
-
- getTable() - Method in class sf.database.meta.TableMapping
-
- getTable(Class<T>) - Static method in class sf.dynamicsql.DynmicSQLTables
-
- getTable(DBContext, Class<T>) - Static method in class sf.dynamicsql.DynmicSQLTables
-
- getTable(DBContext, Class<T>, DBDialect) - Static method in class sf.dynamicsql.DynmicSQLTables
-
- getTable(TableMapping) - Static method in class sf.dynamicsql.DynmicSQLTables
-
- getTable(DBContext, TableMapping, DBDialect) - Static method in class sf.dynamicsql.DynmicSQLTables
-
- getTable(Class<T>) - Static method in class sf.jooq.JooqTables
-
- getTable(DBContext, Class<T>) - Static method in class sf.jooq.JooqTables
-
- getTable(DBContext, Class<T>, DBDialect) - Static method in class sf.jooq.JooqTables
-
- getTable(DBContext, TableMapping) - Static method in class sf.jooq.JooqTables
-
- getTable(DBContext, TableMapping, DBDialect) - Static method in class sf.jooq.JooqTables
-
- getTable() - Method in class sf.jooq.tables.JooqField
-
- getTableCatalog() - Method in class sf.database.dbinfo.Constraint
-
- getTableComment() - Method in class sf.database.meta.def.TableDef
-
- getTableFields() - Method in class sf.jooq.tables.DynamicJooqTable
-
- getTableFields() - Method in class sf.jooq.tables.JooqTable
-
- getTableGenerator() - Method in class sf.database.meta.ColumnMapping
-
- getTableMapping() - Method in class sf.database.jdbc.sql.SQLContext
-
- getTableMapping() - Method in class sf.database.jdbc.sql.SQLParameter
-
- getTableMapping() - Method in class sf.database.meta.CascadeContext
-
- getTableMapping(DBField, String) - Static method in class sf.database.meta.MetaHolder
-
- getTableMapping(DBField) - Static method in class sf.database.meta.MetaHolder
-
- getTableName() - Method in class sf.database.dbinfo.ColumnInfo
-
- getTableName() - Method in class sf.database.dbinfo.Constraint
-
- getTableName() - Method in class sf.database.dbinfo.Index
-
获得索引所在的表名
- getTablename() - Method in class sf.database.meta.def.TableDef
-
- getTableName() - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- getTableName() - Method in class sf.database.meta.TableMapping
-
- getTableNameAlias(String, boolean) - Method in class sf.dsl.Example
-
- getTableNames(Connection, String, String, ObjectType...) - Method in class sf.database.dbinfo.DBMetaData
-
返回当前schema下的所有数据库表名
- getTables() - Method in class sf.jooq.JooqSchema
-
- getTableSchema() - Method in class sf.database.dbinfo.Constraint
-
- getTableSchema() - Method in class sf.database.dbinfo.Index
-
- getTablesResultSet() - Method in class sf.database.dbinfo.DBInfoBuilder
-
不同数据库 dbMeta.getTables(...) 的 schemaPattern 参数意义不同
1:oracle 数据库这个参数代表 dbMeta.getUserName()
2:postgresql 数据库中需要在 jdbcUrl中配置
schemaPatter,例如:jdbc:postgresql://localhost:15432/djpt?currentSchema=
public,sys,app 最后的参数就是搜索schema的顺序,DruidPlugin 下测试成功
3:开发者若在其它库中发现工作不正常,可通过继承 MetaBuilder并覆盖此方法来实现功能
- getTableTypes() - Method in class sf.database.meta.MetadataFeature
-
- getTableWithSchem() - Method in class sf.database.dbinfo.Index
-
- getTag() - Method in class sf.spring.asm.Handle
-
Returns the kind of field or method designated by this handle.
- getTail() - Method in class sf.core.DBObject
-
- getTailField() - Method in class sf.database.meta.TableMapping
-
- getTargetNumber(Number, Class<?>) - Static method in class sf.tools.NumberUtils
-
将number转换为对应的数字类型.
- getTaskCount() - Method in class sf.spring.util.StopWatch
-
Get the number of tasks timed.
- getTaskInfo() - Method in class sf.spring.util.StopWatch
-
Get an array of the data for tasks performed.
- getTaskName() - Method in class sf.spring.util.StopWatch.TaskInfo
-
Get the name of this task.
- getTemplate(String) - Method in class sf.database.template.freemarker.FreemarkerHelp
-
- getTemplate(String) - Method in class sf.database.template.mybatis.MybatisHelp
-
- getTemplate(String) - Static method in class sf.ext.gen.GenUtils
-
mapper 代码生成
- getTemplateHandler() - Static method in class sf.database.template.TemplateRender
-
- getTemplateSql() - Method in class sf.database.jdbc.sql.SQLContext
-
- getTemporal() - Method in class sf.database.meta.ColumnMapping
-
- getThisType() - Method in interface sf.database.meta.ITableMapping
-
得到此表对应的模型类。对于基本类型来说,模型类型和容器类型都是一致的。
- getThisType() - Method in class sf.database.meta.TableMapping
-
- getTimeMillis() - Method in class sf.spring.util.StopWatch.TaskInfo
-
Get the time in milliseconds this task took.
- getTimeNanos() - Method in class sf.spring.util.StopWatch.TaskInfo
-
Get the time in nanoseconds this task took.
- getTimeSeconds() - Method in class sf.spring.util.StopWatch.TaskInfo
-
Get the time in seconds this task took.
- getTo() - Method in class sf.database.dbinfo.ColumnChange
-
获得变更后描述
- getToTable() - Method in class sf.database.meta.CascadeConfig
-
- getTotalCount() - Method in class sf.common.wrapper.Page
-
返回记录总数
- getTotalPage() - Method in class sf.common.wrapper.Page
-
获得总页数
- getTotalTimeMillis() - Method in class sf.spring.util.StopWatch
-
Get the total time in milliseconds for all tasks.
- getTotalTimeNanos() - Method in class sf.spring.util.StopWatch
-
Get the total time in nanoseconds for all tasks.
- getTotalTimeSeconds() - Method in class sf.spring.util.StopWatch
-
Get the total time in seconds for all tasks.
- getTransaction() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- getTransactionDefinition() - Method in class org.smallframework.spring.DaoTemplate
-
- getTransactionIsolation() - Method in class sf.database.connection.WrapConnection
-
- getTransactionManager() - Method in class org.smallframework.spring.DaoTemplate
-
- getTryCatchBlockIndex() - Method in class sf.spring.asm.TypeReference
-
Returns the index of the try catch block (using the order in which they are visited with
visitTryCatchBlock), whose 'catch' type is referenced by this type reference.
- getType() - Method in class sf.database.dbinfo.ColumnChange
-
变更种类
- getType() - Method in class sf.database.dbinfo.Constraint
-
- getType() - Method in class sf.database.dbinfo.Function
-
获取类型
- getType() - Method in class sf.database.dbinfo.Index
-
索引类型,有以下几类
tableIndexStatistic(0) - this identifies table statistics that are
returned in conjuction with a table's index descriptions
tableIndexClustered(1) - this is a clustered index
tableIndexHashed (2) - this is a hashed index
tableIndexOther (3) - this is some other style of index
- getType() - Method in class sf.database.dbinfo.TableInfo
-
获得表的类型
- getType(Integer, Integer, Integer) - Static method in class sf.database.jdbc.type.JavaType
-
- getType(Type) - Static method in class sf.database.mapper.handle.HandleHelp
-
- getType() - Method in class sf.database.meta.CascadeConfig
-
- getType() - Method in class sf.database.meta.ColumnMapping
-
- getType() - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- getType() - Method in class sf.jooq.tables.JooqField
-
- getType(String) - Static method in class sf.spring.asm.Type
-
Returns the
Type
corresponding to the given type descriptor.
- getType(Class<?>) - Static method in class sf.spring.asm.Type
-
Returns the
Type
corresponding to the given class.
- getType(Constructor<?>) - Static method in class sf.spring.asm.Type
-
Returns the method
Type
corresponding to the given constructor.
- getType(Method) - Static method in class sf.spring.asm.Type
-
Returns the method
Type
corresponding to the given method.
- getType(Class<?>) - Static method in class sf.tools.ASMUtils
-
- getType(Class<?>) - Static method in class sf.tools.JavassitUtils
-
- getType() - Method in interface sf.tools.reflect.Property
-
得到类型
- getType() - Method in class sf.tools.reflect.PropertyHold
-
- getTypeArgumentIndex() - Method in class sf.spring.asm.TypeReference
-
Returns the index of the type argument referenced by this type reference.
- getTypeBySql(String) - Static method in class sf.database.mapper.handle.HandleHelp
-
根据sql语句判断sql类型,用于对应到DBClient操作
- getTypeCatelog() - Method in class sf.database.dbinfo.TableInfo
-
- getTypeFullName() - Method in enum sf.database.dbinfo.ConstraintType
-
- getTypeHandler() - Method in class sf.database.jdbc.type.AttributeConverterType
-
- getTypeHandler(Class<T>) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- getTypeHandler(Class<T>, Integer) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- getTypeHandlerNullThrowException(Class<T>, Integer) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- getTypeHandlers() - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- getTypeMap() - Method in class sf.database.connection.WrapConnection
-
- getTypeName() - Method in enum sf.database.dbinfo.ConstraintType
-
- getTypeName() - Method in class sf.database.dbinfo.DataType
-
- getTypeName() - Method in class sf.database.dbinfo.TableInfo
-
- getTypeName() - Method in class sf.database.jdbc.type.ArrayType
-
- getTypeName() - Method in class sf.database.jdbc.type.StructType
-
- getTypeParameterBoundIndex() - Method in class sf.spring.asm.TypeReference
-
Returns the index of the type parameter bound, within the type parameter
TypeReference.getTypeParameterIndex()
, referenced by this type reference.
- getTypeParameterIndex() - Method in class sf.spring.asm.TypeReference
-
Returns the index of the type parameter referenced by this type reference.
- getTypeSchema() - Method in class sf.database.dbinfo.TableInfo
-
- getUDTs() - Method in class sf.jooq.JooqSchema
-
- getUniqueDeclaredMethods(Class<?>) - Static method in class sf.spring.util.ReflectionUtils
-
Get the unique set of declared methods on the leaf class and all superclasses.
- getUniqueDeclaredMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class sf.spring.util.ReflectionUtils
-
Get the unique set of declared methods on the leaf class and all superclasses.
- getUniqueKeyGenerator() - Method in class sf.database.meta.ColumnMapping
-
- getUniques() - Method in class sf.database.meta.TableMapping
-
- getUnmodifiableTypeMap() - Method in class sf.querydsl.SQLRelationalPath
-
- getUnsafe() - Static method in class sf.tools.reflect.UnsafeUtils
-
- getUnwrap(TemplateModel) - Static method in class sf.database.template.freemarker.FreemarkerHelp
-
- getUpdateRelation() - Method in class sf.database.meta.CascadeConfig
-
- getUpdateRule() - Method in class sf.database.dbinfo.Constraint
-
- getUpdateRule() - Method in class sf.database.dbinfo.ForeignKey
-
- getUpdateTableClass(AbstractSQLUpdateClause) - Static method in class sf.querydsl.QueryDSL
-
- getUpperColumnName() - Method in class sf.database.meta.ColumnMapping
-
- getURI() - Method in class sf.spring.core.io.AbstractResource
-
This implementation builds a URI based on the URL returned
by
AbstractResource.getURL()
.
- getURI() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation returns a URI for the underlying file.
- getURI() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation returns a URI for the underlying file.
- getURI() - Method in interface sf.spring.core.io.Resource
-
Return a URI handle for this resource.
- getURI() - Method in class sf.spring.core.io.UrlResource
-
This implementation returns the underlying URI directly,
if possible.
- getURI() - Method in class sf.spring.core.io.VfsResource
-
- getUrl() - Method in class sf.database.dbinfo.ConnectInfo
-
获得JDBC地址
- getURL() - Method in class sf.spring.core.io.AbstractResource
-
This implementation throws a FileNotFoundException, assuming
that the resource cannot be resolved to a URL.
- getURL() - Method in class sf.spring.core.io.ClassPathResource
-
This implementation returns a URL for the underlying class path resource,
if available.
- getURL() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation returns a URL for the underlying file.
- getURL() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation returns a URL for the underlying file.
- getURL() - Method in interface sf.spring.core.io.Resource
-
Return a URL handle for this resource.
- getURL() - Method in class sf.spring.core.io.UrlResource
-
This implementation returns the underlying URL reference.
- getURL() - Method in class sf.spring.core.io.VfsResource
-
- getURL(String) - Static method in class sf.spring.util.ResourceUtils
-
Resolve the given resource location to a
java.net.URL
.
- getUrlPrefixes() - Method in enum sf.database.dialect.DatabaseDriver
-
- getUser() - Method in class sf.database.dbinfo.ConnectInfo
-
获得用户名
- getUserClass(Object) - Static method in class sf.spring.util.ClassUtils
-
Return the user-defined class for the given instance: usually simply
the class of the given instance, but the original class in case of a
CGLIB-generated subclass.
- getUserClass(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Return the user-defined class for the given class: usually simply the given
class, but the original class in case of a CGLIB-generated subclass.
- getUserDefinition() - Method in class sf.database.dbinfo.Index
-
- getUtf8Bytes(String) - Static method in class sf.tools.StringUtils
-
- getValidationQuery() - Method in enum sf.database.dialect.DatabaseDriver
-
Return the validation query.
- getValue() - Method in class sf.common.Entry
-
- getValue() - Method in class sf.database.jdbc.sql.SQLParameter
-
- getValue(T, ColumnMapping) - Static method in class sf.database.util.OrmValueUtils
-
- getValue(T, ColumnMapping, OrmValueUtils.BeanValueType) - Static method in class sf.database.util.OrmValueUtils
-
- getValue() - Method in class sf.dsl.Example.Criterion
-
- getValue(ResultSet, int) - Method in class sf.querydsl.QueryDSLObjectMapJsonType
-
- getValue() - Method in class sf.spring.asm.TypeReference
-
Returns the int encoded value of this type reference, suitable for use in visit methods related
to type annotations, like visitTypeAnnotation.
- getValue() - Method in class sf.spring.util.ConcurrentReferenceHashMap.Entry
-
- getValue(Object, long, Class<T>) - Static method in class sf.tools.reflect.UnsafeUtils
-
- getValueByEnum(Object) - Static method in class sf.tools.EnumUtils
-
- getValues() - Method in class sf.database.jdbc.sql.SQLContext
-
- getValues() - Method in class sf.database.template.TemplateContext
-
- getValueType() - Method in class sf.dsl.Example.Criterion
-
- getVersionMap() - Method in class sf.database.meta.TableMapping
-
- getWarnings() - Method in class sf.database.connection.WrapConnection
-
- getWriter(File, Charset, boolean) - Static method in class sf.tools.IOUtils
-
获得文本文件写入流
- getWriter(File, String, boolean) - Static method in class sf.tools.IOUtils
-
获得文本文件写入流
- getXaDataSourceClassName() - Method in enum sf.database.dialect.DatabaseDriver
-
Return the XA driver source class name.
- getXclass() - Method in class sf.database.jdbc.type.AttributeConverterType
-
- getYclass() - Method in class sf.database.jdbc.type.AttributeConverterType
-
- getZipContainer() - Method in class sf.tools.URLFile
-
- getZipEntryPath() - Method in class sf.tools.URLFile
-
- GOTO - Static variable in interface sf.spring.asm.Opcodes
-
- gSQL(String, String, String) - Static method in class sf.database.dialect.DBDialect
-
- gt(DBField, Object) - Method in class sf.dsl.Example.GeneratedCriteria
-
H
- h2 - Static variable in class sf.database.dialect.DialectUtils
-
- H2 - Static variable in class sf.database.dialect.Keywords
-
- H2 - Static variable in interface sf.jooq.JooqSupportDatabase
-
- H2 - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- H2Dialect - Class in sf.database.dialect.h2
-
- H2Dialect() - Constructor for class sf.database.dialect.h2.H2Dialect
-
- H_GETFIELD - Static variable in interface sf.spring.asm.Opcodes
-
- H_GETSTATIC - Static variable in interface sf.spring.asm.Opcodes
-
- H_INVOKEINTERFACE - Static variable in interface sf.spring.asm.Opcodes
-
- H_INVOKESPECIAL - Static variable in interface sf.spring.asm.Opcodes
-
- H_INVOKESTATIC - Static variable in interface sf.spring.asm.Opcodes
-
- H_INVOKEVIRTUAL - Static variable in interface sf.spring.asm.Opcodes
-
- H_NEWINVOKESPECIAL - Static variable in interface sf.spring.asm.Opcodes
-
- H_PUTFIELD - Static variable in interface sf.spring.asm.Opcodes
-
- H_PUTSTATIC - Static variable in interface sf.spring.asm.Opcodes
-
- handle(ResultSet, ResultSetMetaData, int) - Method in class sf.database.jdbc.rowmapper.ArrayRowMapper
-
- handle(ResultSet, ResultSetMetaData, int) - Method in class sf.database.jdbc.rowmapper.BeanRowMapper
-
- handle(ResultSet, ResultSetMetaData, int) - Method in class sf.database.jdbc.rowmapper.JPABeanRowMapper
-
- handle(ResultSet, ResultSetMetaData, int) - Method in class sf.database.jdbc.rowmapper.ListRowMapper
-
- handle(ResultSet, ResultSetMetaData, int) - Method in class sf.database.jdbc.rowmapper.MapRowMapper
-
- handle(ResultSet, ResultSetMetaData, int) - Method in interface sf.database.jdbc.rowmapper.RowMapper
-
- handle(ResultSet, ResultSetMetaData, int) - Method in class sf.database.jdbc.rowmapper.SetRowMapper
-
- handle(ResultSet, ResultSetMetaData, int) - Method in class sf.database.jdbc.rowmapper.SingleColumnRowMapper
-
- Handle - Class in sf.spring.asm
-
A reference to a field or a method.
- Handle(int, String, String, String) - Constructor for class sf.spring.asm.Handle
-
Deprecated.
this constructor has been superseded by
Handle.Handle(int, String, String, String,
boolean)
.
- Handle(int, String, String, String, boolean) - Constructor for class sf.spring.asm.Handle
-
Constructs a new field or method handle.
- HandleHelp - Class in sf.database.mapper.handle
-
- HandleHelp() - Constructor for class sf.database.mapper.handle.HandleHelp
-
- handleInvocationTargetException(InvocationTargetException) - Static method in class sf.spring.util.ReflectionUtils
-
Handle the given invocation target exception.
- handleReflectionException(Exception) - Static method in class sf.spring.util.ReflectionUtils
-
Handle the given reflection exception.
- has(Feature) - Method in interface sf.database.dialect.DatabaseDialect
-
判断数据库是否支持某项特性
- has(Feature) - Method in class sf.database.dialect.DBDialect
-
- has(Feature) - Method in interface sf.database.dialect.IDBDialect
-
判断数据库是否支持某项特性
- hasAnnotatedMethods(String) - Method in interface sf.spring.core.type.AnnotationMetadata
-
Determine whether the underlying class has any methods that are
annotated (or meta-annotated) with the given annotation type.
- hasAnnotation(String) - Method in interface sf.spring.core.type.AnnotationMetadata
-
Determine whether an annotation of the given type is present on
the underlying class.
- hasAtLeastOneMethodWithName(Class<?>, String) - Static method in class sf.spring.util.ClassUtils
-
Does the given class or one of its superclasses at least have one or more
methods with the supplied name (with any argument types)?
Includes non-public methods.
- hasChange(ColumnChange.Change) - Method in class sf.database.dbinfo.ColumnModification
-
- hasColumn(String) - Method in class sf.database.dbinfo.PrimaryKey
-
- hasConstructor(Class<?>, Class<?>...) - Static method in class sf.spring.util.ClassUtils
-
Determine whether the given class has a public constructor with the given signature.
- hasDigits() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- hasEnclosingClass() - Method in interface sf.spring.core.type.ClassMetadata
-
Return whether the underlying class is declared within an enclosing
class (i.e.
- hasEnclosingClass() - Method in class sf.spring.core.type.StandardClassMetadata
-
- hasEnd() - Method in class sf.database.template.enjoy.ext.NameSpaceDirective
-
- hasEnd() - Method in class sf.database.template.enjoy.ext.PageIgnoreDirective
-
- hasEnd() - Method in class sf.database.template.enjoy.ext.PageIgnoreTagDirective
-
- hasEnd() - Method in class sf.database.template.enjoy.ext.PageTagDirective
-
- hasEnd() - Method in class sf.database.template.enjoy.ext.ReplaceSpaceDirective
-
- hasEnd() - Method in class sf.database.template.enjoy.ext.SqlDirective
-
- hasEnd() - Method in class sf.database.template.enjoy.ext.WhereDirective
-
- hash(String, String) - Static method in class sf.tools.codec.HashUtils
-
- hashCode() - Method in class sf.common.Entry
-
- hashCode() - Method in class sf.database.dbinfo.Constraint
-
- hashCode() - Method in class sf.database.jdbc.sql.SQLContext
-
- hashCode() - Method in class sf.database.meta.ColumnMapping
-
- hashCode() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- hashCode() - Method in class sf.database.VarObject
-
- hashCode() - Method in class sf.spring.asm.ConstantDynamic
-
- hashCode() - Method in class sf.spring.asm.Handle
-
- hashCode() - Method in class sf.spring.asm.Type
-
Returns a hash code value for this type.
- hashCode() - Method in class sf.spring.core.io.AbstractResource
-
This implementation returns the description's hash code.
- hashCode() - Method in class sf.spring.core.io.ByteArrayResource
-
This implementation returns the hash code based on the
underlying byte array.
- hashCode() - Method in class sf.spring.core.io.ClassPathResource
-
This implementation returns the hash code of the underlying
class path location.
- hashCode() - Method in class sf.spring.core.io.DescriptiveResource
-
This implementation returns the hash code of the underlying description String.
- hashCode() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation returns the hash code of the underlying File reference.
- hashCode() - Method in class sf.spring.core.io.InputStreamResource
-
This implementation returns the hash code of the underlying InputStream.
- hashCode() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation returns the hash code of the underlying Path reference.
- hashCode() - Method in class sf.spring.core.io.UrlResource
-
This implementation returns the hash code of the underlying URL reference.
- hashCode() - Method in class sf.spring.core.io.VfsResource
-
- hashCode() - Method in class sf.spring.util.ConcurrentReferenceHashMap.Entry
-
- hashCode() - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- hashCode(boolean) - Static method in class sf.spring.util.ObjectUtils
-
Deprecated.
as of Spring Framework 5.0, in favor of the native JDK 8 variant
- hashCode(double) - Static method in class sf.spring.util.ObjectUtils
-
Deprecated.
as of Spring Framework 5.0, in favor of the native JDK 8 variant
- hashCode(float) - Static method in class sf.spring.util.ObjectUtils
-
Deprecated.
as of Spring Framework 5.0, in favor of the native JDK 8 variant
- hashCode(long) - Static method in class sf.spring.util.ObjectUtils
-
Deprecated.
as of Spring Framework 5.0, in favor of the native JDK 8 variant
- hashCode() - Method in class sf.tools.URLFile
-
- HashUtils - Class in sf.tools.codec
-
- HashUtils() - Constructor for class sf.tools.codec.HashUtils
-
- hasJdbcType() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- hasLength(String, String) - Static method in class sf.spring.util.Assert
-
Assert that the given String is not empty; that is,
it must not be
null
and not the empty String.
- hasLength(String, Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert that the given String is not empty; that is,
it must not be
null
and not the empty String.
- hasLength(String) - Static method in class sf.spring.util.Assert
-
Deprecated.
as of 4.3.7, in favor of
Assert.hasLength(String, String)
- hasLength(CharSequence) - Static method in class sf.spring.util.StringUtils
-
Check that the given
CharSequence
is neither null
nor
of length 0.
- hasLength(String) - Static method in class sf.spring.util.StringUtils
-
Check that the given
String
is neither null
nor of length 0.
- hasMetaAnnotation(String) - Method in interface sf.spring.core.type.AnnotationMetadata
-
Determine whether the underlying class has an annotation that is itself
annotated with the meta-annotation of the given type.
- hasMethod(Class<?>, Method) - Static method in class sf.spring.util.ClassUtils
-
Determine whether the given class has a public method with the given signature.
- hasMethod(Class<?>, String, Class<?>...) - Static method in class sf.spring.util.ClassUtils
-
Determine whether the given class has a public method with the given signature.
- hasNext() - Method in class sf.database.jdbc.sql.ResultSetIteration
-
Iterator接口
- hasQuery() - Method in class sf.core.DBObject
-
- hasSize() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- hasSuperClass() - Method in interface sf.spring.core.type.ClassMetadata
-
Return whether the underlying class has a super class.
- hasSuperClass() - Method in class sf.spring.core.type.StandardClassMetadata
-
- hasText(String, String) - Static method in class sf.spring.util.Assert
-
Assert that the given String contains valid text content; that is, it must not
be
null
and must contain at least one non-whitespace character.
- hasText(String, Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert that the given String contains valid text content; that is, it must not
be
null
and must contain at least one non-whitespace character.
- hasText(String) - Static method in class sf.spring.util.Assert
-
Deprecated.
as of 4.3.7, in favor of
Assert.hasText(String, String)
- hasText(CharSequence) - Static method in class sf.spring.util.StringUtils
-
Check whether the given
CharSequence
contains actual text.
- hasText(String) - Static method in class sf.spring.util.StringUtils
-
Check whether the given
String
contains actual text.
- hasTypeHandler(Class<?>) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- hasTypeHandler(Class<?>, Integer) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- hasUniqueObject(Collection<?>) - Static method in class sf.spring.util.CollectionUtils
-
Determine whether the given Collection only contains a single unique object.
- hasUsed(DBField) - Method in class sf.core.DBObject
-
- hasUsed(DBField) - Method in interface sf.core.IEntity
-
判断该字段是否被赋值过
- header - Variable in class sf.spring.asm.ClassReader
-
The offset in bytes of the ClassFile's access_flags field.
- HexUtils - Class in sf.tools.codec
-
- HexUtils() - Constructor for class sf.tools.codec.HexUtils
-
- HSQLDB - Static variable in class sf.database.dialect.Keywords
-
- HSQLDB - Static variable in interface sf.jooq.JooqSupportDatabase
-
- HSQLDB - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- HsqldbDialect - Class in sf.database.dialect.hsqldb
-
- HsqldbDialect() - Constructor for class sf.database.dialect.hsqldb.HsqldbDialect
-
I
- I2B - Static variable in interface sf.spring.asm.Opcodes
-
- I2C - Static variable in interface sf.spring.asm.Opcodes
-
- I2D - Static variable in interface sf.spring.asm.Opcodes
-
- I2F - Static variable in interface sf.spring.asm.Opcodes
-
- I2L - Static variable in interface sf.spring.asm.Opcodes
-
- I2S - Static variable in interface sf.spring.asm.Opcodes
-
- IADD - Static variable in interface sf.spring.asm.Opcodes
-
- IALOAD - Static variable in interface sf.spring.asm.Opcodes
-
- IAND - Static variable in interface sf.spring.asm.Opcodes
-
- IAssignValue - Interface in sf.core
-
快速赋值
- IASTORE - Static variable in interface sf.spring.asm.Opcodes
-
- IColumnMapping - Interface in sf.database.meta
-
- iconst(MethodVisitor, int) - Static method in class sf.tools.ASMUtils
-
- ICONST_0 - Static variable in interface sf.spring.asm.Opcodes
-
- ICONST_1 - Static variable in interface sf.spring.asm.Opcodes
-
- ICONST_2 - Static variable in interface sf.spring.asm.Opcodes
-
- ICONST_3 - Static variable in interface sf.spring.asm.Opcodes
-
- ICONST_4 - Static variable in interface sf.spring.asm.Opcodes
-
- ICONST_5 - Static variable in interface sf.spring.asm.Opcodes
-
- ICONST_M1 - Static variable in interface sf.spring.asm.Opcodes
-
- ID_AUTOGEN_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- ID_EXPECTED_ONE_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- ID_NOT_FOUND - Static variable in exception sf.common.exception.SmallOrmException
-
- ID_VALUE_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- IDBDialect - Interface in sf.database.dialect
-
- IdentifierGenerator - Interface in sf.database.jdbc.sql
-
主键生成策略
- identityToString(Object) - Static method in class sf.spring.util.ObjectUtils
-
Return a String representation of an object's overall identity.
- IdGenerator - Interface in sf.database.model
-
- IdGeneratorImpl - Class in sf.database.model
-
- IdGeneratorImpl() - Constructor for class sf.database.model.IdGeneratorImpl
-
- IDIV - Static variable in interface sf.spring.asm.Opcodes
-
- IDML - Interface in sf.core
-
- IEntity - Interface in sf.core
-
- IEntityEnhancer - Interface in sf.codegen
-
- IF_ACMPEQ - Static variable in interface sf.spring.asm.Opcodes
-
- IF_ACMPNE - Static variable in interface sf.spring.asm.Opcodes
-
- IF_ICMPEQ - Static variable in interface sf.spring.asm.Opcodes
-
- IF_ICMPGE - Static variable in interface sf.spring.asm.Opcodes
-
- IF_ICMPGT - Static variable in interface sf.spring.asm.Opcodes
-
- IF_ICMPLE - Static variable in interface sf.spring.asm.Opcodes
-
- IF_ICMPLT - Static variable in interface sf.spring.asm.Opcodes
-
- IF_ICMPNE - Static variable in interface sf.spring.asm.Opcodes
-
- IFEQ - Static variable in interface sf.spring.asm.Opcodes
-
- IFGE - Static variable in interface sf.spring.asm.Opcodes
-
- IFGT - Static variable in interface sf.spring.asm.Opcodes
-
- IFLE - Static variable in interface sf.spring.asm.Opcodes
-
- IFLT - Static variable in interface sf.spring.asm.Opcodes
-
- IFNE - Static variable in interface sf.spring.asm.Opcodes
-
- IFNONNULL - Static variable in interface sf.spring.asm.Opcodes
-
- IFNULL - Static variable in interface sf.spring.asm.Opcodes
-
- IgnoreEmptyList<E> - Class in sf.common
-
list的空实现,但不报错.
- IgnoreEmptyList() - Constructor for class sf.common.IgnoreEmptyList
-
- IINC - Static variable in interface sf.spring.asm.Opcodes
-
- ILazyLoadContext - Interface in sf.core
-
- ILOAD - Static variable in interface sf.spring.asm.Opcodes
-
- IMUL - Static variable in interface sf.spring.asm.Opcodes
-
- in(Object, List<Object>) - Static method in class sf.database.template.enjoy.ext.InDirective
-
- in(Object, List<Object>) - Static method in class sf.database.template.freemarker.ext.InModel
-
- in(DBField, Collection<?>) - Method in class sf.dsl.Example.GeneratedCriteria
-
- in(DBField, Object...) - Method in class sf.dsl.Example.GeneratedCriteria
-
- Index - Class in sf.database.dbinfo
-
数据库中查到的索引信息
- Index(String) - Constructor for class sf.database.dbinfo.Index
-
- Index() - Constructor for class sf.database.dbinfo.Index
-
- Index.IndexItem - Class in sf.database.dbinfo
-
- INDEX_NOT_FOUND - Static variable in class sf.tools.ArrayUtils
-
- IndexDef - Class in sf.database.meta.def
-
Index描述
- IndexDef(String, String[]) - Constructor for class sf.database.meta.def.IndexDef
-
- IndexItem(String, boolean, int) - Constructor for class sf.database.dbinfo.Index.IndexItem
-
- IndexItem() - Constructor for class sf.database.dbinfo.Index.IndexItem
-
- indexOf(Object) - Method in class sf.common.IgnoreEmptyList
-
- indexOf(boolean[], boolean) - Static method in class sf.tools.ArrayUtils
-
- indexOf(boolean[], boolean, int) - Static method in class sf.tools.ArrayUtils
-
- indexOf(byte[], byte) - Static method in class sf.tools.ArrayUtils
-
- indexOf(byte[], byte, int) - Static method in class sf.tools.ArrayUtils
-
- indexOf(char[], char) - Static method in class sf.tools.ArrayUtils
-
- indexOf(char[], char, int) - Static method in class sf.tools.ArrayUtils
-
- indexOf(double[], double) - Static method in class sf.tools.ArrayUtils
-
- indexOf(double[], double, double) - Static method in class sf.tools.ArrayUtils
-
- indexOf(double[], double, int) - Static method in class sf.tools.ArrayUtils
-
- indexOf(double[], double, int, double) - Static method in class sf.tools.ArrayUtils
-
- indexOf(float[], float) - Static method in class sf.tools.ArrayUtils
-
- indexOf(float[], float, int) - Static method in class sf.tools.ArrayUtils
-
- indexOf(int[], int) - Static method in class sf.tools.ArrayUtils
-
- indexOf(int[], int, int) - Static method in class sf.tools.ArrayUtils
-
- indexOf(long[], long) - Static method in class sf.tools.ArrayUtils
-
- indexOf(long[], long, int) - Static method in class sf.tools.ArrayUtils
-
- indexOf(Object[], Object) - Static method in class sf.tools.ArrayUtils
-
- indexOf(Object[], Object, int) - Static method in class sf.tools.ArrayUtils
-
- indexOf(short[], short) - Static method in class sf.tools.ArrayUtils
-
- indexOf(short[], short, int) - Static method in class sf.tools.ArrayUtils
-
- indexOf(String, String, int, int) - Static method in class sf.tools.StringUtils
-
Finds first occurrence of a substring in the given source but within limited range [start, end).
- indexOf(String, char, int, int) - Static method in class sf.tools.StringUtils
-
Finds the first occurrence of a character in the given source but within limited range (start, end].
- indexOf(String, String[]) - Static method in class sf.tools.StringUtils
-
Finds the very first index of a substring from the specified array.
- indexOf(String, String[], int) - Static method in class sf.tools.StringUtils
-
Finds the very first index of a substring from the specified array.
- indexOf(String, char[]) - Static method in class sf.tools.StringUtils
-
Finds the very first index of a substring from the specified array.
- indexOf(String, char[], int) - Static method in class sf.tools.StringUtils
-
Finds the very first index of a char from the specified array.
- indexOfIgnoreCase(String, char, int, int) - Static method in class sf.tools.StringUtils
-
Finds the first occurrence of a character in the given source but within limited range (start, end].
- indexOfIgnoreCase(String, String) - Static method in class sf.tools.StringUtils
-
Finds first index of a substring in the given source string with ignored case.
- indexOfIgnoreCase(String, String, int) - Static method in class sf.tools.StringUtils
-
Finds first index of a substring in the given source string with ignored
case.
- indexOfIgnoreCase(String, String, int, int) - Static method in class sf.tools.StringUtils
-
Finds first index of a substring in the given source string and range with
ignored case.
- indexOfIgnoreCase(String, String[]) - Static method in class sf.tools.StringUtils
-
Finds the very first index of a substring from the specified array.
- indexOfIgnoreCase(String, String[], int) - Static method in class sf.tools.StringUtils
-
Finds the very first index of a substring from the specified array.
- indexs - Variable in class sf.database.meta.TableMapping
-
- InDirective - Class in sf.database.template.enjoy.ext
-
- InDirective() - Constructor for class sf.database.template.enjoy.ext.InDirective
-
- INEG - Static variable in interface sf.spring.asm.Opcodes
-
- info(String, Object...) - Static method in class sf.common.log.LogUtil
-
以标准的slf4j的格式输出info
- info(Object) - Static method in class sf.common.log.LogUtil
-
- info - Variable in class sf.spring.asm.Label
-
A user managed state associated with this label.
- init() - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
默认初始化方法
- init() - Method in class sf.database.OrmConfig
-
- init(OrmConfig) - Method in class sf.database.OrmConfig
-
扫描类允许传入
- init() - Method in class sf.tools.io.UnicodeReader
-
Read-ahead four bytes and check for BOM marks.
- initialize(Class<T>) - Method in class org.smallframework.spring.SormBeanPropertyRowMapper
-
Initialize the mapping meta-data for the given class.
- initRelationalPathBase(Map<Class<?>, TableMapping>) - Static method in class sf.querydsl.QueryDSLTables
-
- inject(AnnotationVisitor) - Method in class sf.accelerator.asm.commons.AnnotationDef
-
- InModel - Class in sf.database.template.freemarker.ext
-
- InModel() - Constructor for class sf.database.template.freemarker.ext.InModel
-
- INNER_TYPE - Static variable in class sf.spring.asm.TypePath
-
A type path step that steps into the nested type of a class type.
- InputStreamBINARYType - Class in sf.database.jdbc.type
-
- InputStreamBINARYType() - Constructor for class sf.database.jdbc.type.InputStreamBINARYType
-
- InputStreamResource - Class in sf.spring.core.io
-
Resource
implementation for a given InputStream
.
- InputStreamResource(InputStream) - Constructor for class sf.spring.core.io.InputStreamResource
-
Create a new InputStreamResource.
- InputStreamResource(InputStream, String) - Constructor for class sf.spring.core.io.InputStreamResource
-
Create a new InputStreamResource.
- InputStreamSource - Interface in sf.spring.core.io
-
Simple interface for objects that are sources for an
InputStream
.
- insert(T) - Method in class org.smallframework.spring.SpringDaoMapper
-
- insert(T) - Method in class sf.database.dao.DBClient
-
- insert(T, boolean, boolean) - Method in class sf.database.dao.DBClient
-
- insert(T) - Method in interface sf.database.dao.DBMethod
-
保存
- insert(T, boolean, boolean) - Method in interface sf.database.dao.DBMethod
-
插入结果
- insert(Connection, DBObject) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- insert(Connection, DBObject, boolean, boolean) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- insert(Connection, DBObject) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
插入
- insert(Connection, DBObject, boolean, boolean) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
- insert(Connection, List<String>, Map<String, Object>, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- insert(Connection, List<String>, Map<String, Object>, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
插入
- insert(Connection, List<String>, Map<String, Object>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- insert(Connection, List<String>, Map<String, Object>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateIdInf
-
- insert(Connection, List<String>, Map<String, Object>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- insert(Connection, List<String>, Map<String, Object>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
- INSERT - Static variable in class sf.database.jdbc.sql.RecordHolder
-
- insert(T) - Method in interface sf.database.mapper.DaoMapper
-
通用插入,插入一个实体对象到数据库,返回主键
- insert(T) - Method in class sf.database.mapper.DaoMapperImpl
-
- insert(List<String>, Map<String, Object>, InsertStatementProvider<T>) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- insert(List<String>, Map<String, Object>, InsertStatementProvider<T>) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- insert(Connection, List<String>, Map<String, Object>, InsertStatementProvider<T>) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- insert(Connection, List<String>, Map<String, Object>, InsertStatementProvider<T>) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- insertBatch(List<T>) - Method in class org.smallframework.spring.SpringDaoMapper
-
- insertBatch(List<T>) - Method in interface sf.database.mapper.DaoMapper
-
批量插入实体,返回主键
- insertBatch(List<T>) - Method in class sf.database.mapper.DaoMapperImpl
-
- insertBatch(BatchInsert<T>, List<T>, boolean, int, List<String>, List<Map<String, Object>>) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- insertBatch(BatchInsert<T>, List<T>, boolean, int, List<String>, List<Map<String, Object>>) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- insertBatch(Connection, BatchInsert<T>, List<T>, boolean, int, List<String>, List<Map<String, Object>>) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- insertBatch(Connection, BatchInsert<T>, List<T>, boolean, int, List<String>, List<Map<String, Object>>) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- insertBatchFast(List<T>) - Method in class org.smallframework.spring.SpringDaoMapper
-
- insertBatchFast(List<T>) - Method in interface sf.database.mapper.DaoMapper
-
批量插入实体,快速插入 不返回主键
- insertBatchFast(List<T>) - Method in class sf.database.mapper.DaoMapperImpl
-
- insertCascade(DBObject, DBCascadeField...) - Method in class sf.database.dao.DBClient
-
- insertCascade(DBObject, DBCascadeField...) - Method in interface sf.database.dao.DBMethod
-
将对象插入数据库同时,也将指定级联字段的所有关联字段关联的对象统统插入相应的数据库
- insertCascade(Connection, DBObject, DBCascadeField...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- insertCascade(Connection, DBObject, DBCascadeField...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
将对象插入数据库同时,也将符合一个正则表达式的所有关联字段关联的对象统统插入相应的数据库
- INSERTED - Static variable in class sf.database.jdbc.sql.RecordHolder
-
- insertFast(T) - Method in class sf.database.dao.DBClient
-
- insertFast(T) - Method in interface sf.database.dao.DBMethod
-
快速插入方法,不返还主键.
- insertFast(Connection, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- insertFast(Connection, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
快速插入
- insertLinks(T, DBCascadeField...) - Method in class sf.database.dao.DBClient
-
- insertLinks(T, DBCascadeField...) - Method in interface sf.database.dao.DBMethod
-
仅将对象所有的关联字段插入到数据库中,并不包括对象本身
- insertLinks(Connection, T, DBCascadeField...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- insertLinks(Connection, T, DBCascadeField...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
仅将对象所有的关联字段插入到数据库中,并不包括对象本身
- insertRelation(T, DBCascadeField...) - Method in class sf.database.dao.DBClient
-
- insertRelation(T, DBCascadeField...) - Method in interface sf.database.dao.DBMethod
-
将对象的一个或者多个,多对多的关联信息,插入数据表
- insertRelation(Connection, T, DBCascadeField...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- insertRelation(Connection, T, DBCascadeField...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
将对象的一个或者多个,多对多的关联信息,插入数据表
- insertTemplate(String, Map<String, Object>, List<String>, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- insertTemplate(String, Map<String, Object>, List<String>, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
带主键返回的插入
- insertTemplateSource(String, Map<String, Object>, List<String>, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- insertTemplateSource(String, Map<String, Object>, List<String>, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- instance - Static variable in class sf.database.dialect.DefaultDBDialect
-
- instance - Static variable in class sf.database.OrmConfig
-
- instance(Class<T>) - Static method in class sf.database.util.OrmValueUtils
-
实例化,提供快速实例化,或标准实例化
- instance - Static variable in class sf.dynamicsql.EnjoyRenderingStrategy
-
- instance - Static variable in class sf.dynamicsql.FreemarkerRenderingStrategy
-
- INSTANCEOF - Static variable in interface sf.spring.asm.Opcodes
-
- INSTANCEOF - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the type declared in an 'instanceof' instruction.
- InstantTIMESTAMPType - Class in sf.database.jdbc.type
-
- InstantTIMESTAMPType() - Constructor for class sf.database.jdbc.type.InstantTIMESTAMPType
-
- INT - Static variable in class sf.spring.asm.Type
-
The sort of the
int
type.
- INT_TYPE - Static variable in class sf.spring.asm.Type
-
The
int
type.
- INTEGER - Static variable in interface sf.spring.asm.Opcodes
-
- IntegerType - Class in sf.database.jdbc.type
-
- IntegerType() - Constructor for class sf.database.jdbc.type.IntegerType
-
- interpretSequenceGenerator(SequenceGenerator) - Method in class sf.database.model.IdGeneratorImpl
-
Extract the IdentifierGeneratorDefinition related to the given SequenceGenerator annotation
- interpretTableGenerator(TableGenerator) - Method in class sf.database.model.IdGeneratorImpl
-
Extract the IdentifierGeneratorDefinition related to the given TableGenerator annotation
- inTrans() - Static method in class sf.database.transaction.DefaultTransactionManager
-
- inverseMapping - Static variable in class sf.database.meta.MetaHolder
-
- invoke(Object, Method, Object[]) - Method in class sf.database.mapper.MapperJavaProxy
-
Invoke.
- invoke(Object, int, Object...) - Method in class sf.tools.reflectasm.MethodAccess
-
- invoke(Object, String, Class[], Object...) - Method in class sf.tools.reflectasm.MethodAccess
-
Invokes the method with the specified name and the specified param types.
- invoke(Object, String, Object...) - Method in class sf.tools.reflectasm.MethodAccess
-
Invokes the first method with the specified name and the specified number of arguments.
- INVOKEDYNAMIC - Static variable in interface sf.spring.asm.Opcodes
-
- INVOKEINTERFACE - Static variable in interface sf.spring.asm.Opcodes
-
- invokeMethod(Method, Object) - Static method in class sf.spring.util.ReflectionUtils
-
Invoke the specified
Method
against the supplied target object with no arguments.
- invokeMethod(Method, Object, Object...) - Static method in class sf.spring.util.ReflectionUtils
-
Invoke the specified
Method
against the supplied target object with the
supplied arguments.
- INVOKESPECIAL - Static variable in interface sf.spring.asm.Opcodes
-
- INVOKESTATIC - Static variable in interface sf.spring.asm.Opcodes
-
- invokeVfsMethod(Method, Object, Object...) - Static method in class sf.spring.core.io.VfsUtils
-
- INVOKEVIRTUAL - Static variable in interface sf.spring.asm.Opcodes
-
- IOR - Static variable in interface sf.spring.asm.Opcodes
-
- IOUtils - Class in sf.tools
-
- IOUtils() - Constructor for class sf.tools.IOUtils
-
- IOUtils.FileFilterEx - Class in sf.tools
-
文件过滤器
- IP_ADDR - Static variable in class sf.tools.string.RegexpUtils
-
- IREM - Static variable in interface sf.spring.asm.Opcodes
-
- IRETURN - Static variable in interface sf.spring.asm.Opcodes
-
- isAbsolute() - Method in class sf.tools.URLFile
-
- isAbstract() - Method in interface sf.spring.core.type.ClassMetadata
-
Return whether the underlying class is marked as abstract.
- isAbstract() - Method in interface sf.spring.core.type.MethodMetadata
-
Return whether the underlying method is effectively abstract:
i.e.
- isAbstract() - Method in class sf.spring.core.type.StandardClassMetadata
-
- isAbstract() - Method in class sf.spring.core.type.StandardMethodMetadata
-
- isActive() - Method in class sf.database.jpa.JpaEntityTransaction
-
- isAllowDropColumn() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- isAllowDropColumn() - Method in class sf.database.OrmConfig
-
- isAllowDropColumn() - Method in class sf.database.support.EntityScanner
-
- isAlterTable() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- isAlterTable() - Method in class sf.database.OrmConfig
-
- isAlterTable() - Method in class sf.database.support.EntityScanner
-
- isAndroid(String) - Static method in class sf.tools.ASMUtils
-
- isAndroid() - Static method in class sf.tools.ASMUtils
-
- isAnnotated(String) - Method in interface sf.spring.core.type.AnnotatedTypeMetadata
-
Determine whether the underlying element has an annotation or meta-annotation
of the given type defined.
- isAnnotated(String) - Method in class sf.spring.core.type.StandardMethodMetadata
-
- isAnnotation() - Method in interface sf.spring.core.type.ClassMetadata
-
Return whether the underlying class represents an annotation.
- isAnnotation() - Method in class sf.spring.core.type.StandardClassMetadata
-
- isArray(Object) - Static method in class sf.spring.util.ObjectUtils
-
Determine whether the given object is an array:
either an Object array or a primitive array.
- isAssignable(Class<?>, Class<?>, String) - Static method in class sf.spring.util.Assert
-
Assert that
superType.isAssignableFrom(subType)
is true
.
- isAssignable(Class<?>, Class<?>, Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert that
superType.isAssignableFrom(subType)
is true
.
- isAssignable(Class<?>, Class<?>) - Static method in class sf.spring.util.Assert
-
Assert that
superType.isAssignableFrom(subType)
is true
.
- isAssignable(Class<?>, Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Check if the right-hand side type may be assigned to the left-hand side
type, assuming setting by reflection.
- isAssignableValue(Class<?>, Object) - Static method in class sf.spring.util.ClassUtils
-
Determine if the given type is assignable from the given value,
assuming setting by reflection.
- isAuto() - Method in class sf.database.meta.ColumnMapping
-
是否自增
- isAutoincrement() - Method in class sf.database.dbinfo.ColumnInfo
-
- isAutoIncrement() - Method in class sf.database.dbinfo.DataType
-
- isAutoNumber() - Method in class sf.database.meta.ColumnMapping
-
是否为数字自增
- isBlank(String) - Static method in class sf.tools.StringUtils
-
Checks if a String is whitespace, empty ("") or null.
- isByteArray(int) - Static method in class sf.database.util.JdbcUtils
-
判断是否是字节数组类型
- isCacheable() - Method in class sf.database.meta.TableMapping
-
- isCacheSafe(Class<?>, ClassLoader) - Static method in class sf.spring.util.ClassUtils
-
Check whether the given class is cache-safe in the given context,
i.e.
- isCandidateComponent(AnnotatedBeanDefinition) - Method in class org.smallframework.spring.mapper.DaoMapperClassPathScanner
-
重新父类的判断是否能够实例化的组件
- isCascade() - Method in class sf.database.meta.ColumnMapping
-
是否是级联字段
- isCaseSensitive() - Method in class sf.database.dbinfo.DataType
-
- isCaseSensitive() - Method in interface sf.database.dialect.DatabaseDialect
-
数据库对象是否为大小写敏感的
一般来说对应引号中的表名列名都是大小写敏感的。此处仅指没有引号的情况下是否大小写敏感
- isCaseSensitive() - Method in class sf.database.dialect.DBDialect
-
- isCaseSensitive() - Method in interface sf.database.dialect.IDBDialect
-
数据库对象是否为大小写敏感的
一般来说对应引号中的表名列名都是大小写敏感的。此处仅指没有引号的情况下是否大小写敏感
- isCaseSensitive() - Method in enum sf.database.meta.object.Case
-
- isCglibProxy(Object) - Static method in class sf.spring.util.ClassUtils
-
Deprecated.
as of 5.2, in favor of custom (possibly narrower) checks
- isCglibProxyClass(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Deprecated.
as of 5.2, in favor of custom (possibly narrower) checks
- isCglibProxyClassName(String) - Static method in class sf.spring.util.ClassUtils
-
Deprecated.
as of 5.2, in favor of custom (possibly narrower) checks
- isCglibRenamedMethod(Method) - Static method in class sf.spring.util.ReflectionUtils
-
Determine whether the given method is a CGLIB 'renamed' method,
following the pattern "CGLIB$methodName$0".
- isCheckedException(Throwable) - Static method in class sf.spring.util.ObjectUtils
-
Return whether the given throwable is a checked exception:
that is, neither a RuntimeException nor an Error.
- isCheckEnhancement() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- isCheckEnhancement() - Method in class sf.database.OrmConfig
-
- isCheckSequence() - Method in class sf.database.support.EntityScanner
-
- isClosed() - Method in class sf.database.connection.WrapConnection
-
- isClustered() - Method in class sf.database.meta.def.IndexDef
-
- isCodeAttribute() - Method in class sf.spring.asm.Attribute
-
Returns true if this type of attribute is a Code attribute.
- isCompatibleWithThrowsClause(Throwable, Class<?>...) - Static method in class sf.spring.util.ObjectUtils
-
Check whether the given exception is compatible with the specified
exception types, as declared in a throws clause.
- isConcrete() - Method in interface sf.spring.core.type.ClassMetadata
-
Return whether the underlying class represents a concrete class,
i.e.
- isConcrete() - Method in class sf.spring.core.type.StandardClassMetadata
-
- isCount() - Method in class sf.dsl.Example
-
- isCreateTable() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- isCreateTable() - Method in class sf.database.OrmConfig
-
- isCreateTable() - Method in class sf.database.support.EntityScanner
-
- isCurrentTransactionReadOnly() - Method in class org.smallframework.spring.DaoTemplate
-
- isDateType(Integer) - Static method in class sf.database.jdbc.type.JavaType
-
- isDeferrable() - Method in class sf.database.dbinfo.Constraint
-
- isDeleted(int) - Method in class sf.database.jdbc.sql.RecordsHolder
-
检查指定的对象是否删除
- isDirectory() - Method in class sf.tools.URLFile
-
- isDirectoryOnly() - Method in class sf.spring.core.io.ClasspathLoader
-
- isDisplay() - Method in class sf.ext.gen.GenConfig
-
- isDistinct() - Method in class sf.dsl.Example
-
- isDoInit() - Method in class sf.database.support.AllowDataInitialize
-
- isEmpty() - Method in class sf.common.CopyOnWriteMap
-
Returns true if this map is empty, otherwise false.
- isEmpty() - Method in class sf.common.IgnoreEmptyList
-
- isEmpty() - Method in class sf.database.VarObject
-
- isEmpty(Collection<?>) - Static method in class sf.spring.util.CollectionUtils
-
Return
true
if the supplied Collection is null
or empty.
- isEmpty(Map<?, ?>) - Static method in class sf.spring.util.CollectionUtils
-
Return
true
if the supplied Map is null
or empty.
- isEmpty() - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- isEmpty() - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- isEmpty(Object[]) - Static method in class sf.spring.util.ObjectUtils
-
Determine whether the given array is empty:
i.e.
- isEmpty(Object) - Static method in class sf.spring.util.ObjectUtils
-
Determine whether the given object is empty.
- isEmpty(Object) - Static method in class sf.spring.util.StringUtils
-
Check whether the given object (possibly a
String
) is empty.
- isEmpty(T[]) - Static method in class sf.tools.ArrayUtils
-
- isEmpty(CharSequence) - Static method in class sf.tools.StringUtils
-
- isEmpty(String) - Static method in class sf.tools.StringUtils
-
Checks if a String is empty ("") or null.
- isEnable() - Method in class sf.database.support.DataInitializer
-
- isEnabled() - Method in class sf.database.dbinfo.Constraint
-
- isEnd() - Method in class sf.accelerator.asm.commons.AnnotationDef
-
- isEnd() - Method in class sf.accelerator.asm.commons.FieldExtDef
-
- isEnhanceScanPackages() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- isEnhanceScanPackages() - Method in class sf.database.OrmConfig
-
- isEqualOrNewerThan(JavaVersion) - Method in enum sf.spring.boot.system.JavaVersion
-
Return if this version is equal to or newer than a given version.
- isEquals(Object) - Method in class sf.core.DBObject
-
- isEqualsMethod(Method) - Static method in class sf.spring.util.ReflectionUtils
-
Determine whether the given method is an "equals" method.
- isEqualTo(ColumnMapping, ColumnInfo, DBDialect) - Static method in class sf.database.dbinfo.ColumnDBType
-
比较列定义, 一样就返回true
- isExistPullMethod() - Method in class sf.database.meta.TableMapping
-
- isExistPushMethod() - Method in class sf.database.meta.TableMapping
-
- isFile() - Method in class sf.spring.core.io.AbstractFileResolvingResource
-
- isFile(URI) - Method in class sf.spring.core.io.AbstractFileResolvingResource
-
This implementation returns a File reference for the given URI-identified
resource, provided that it refers to a file in the file system.
- isFile() - Method in class sf.spring.core.io.AbstractResource
-
This implementation always returns
false
.
- isFile() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation always indicates a file.
- isFile() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation always indicates a file.
- isFile() - Method in interface sf.spring.core.io.Resource
-
Determine whether this resource represents a file in a file system.
- isFile() - Method in class sf.spring.core.io.UrlResource
-
- isFile() - Method in class sf.tools.URLFile
-
- isFileURL(URL) - Static method in class sf.spring.util.ResourceUtils
-
Determine whether the given URL points to a resource in the file system,
i.e.
- isFinal() - Method in interface sf.spring.core.type.ClassMetadata
-
Return whether the underlying class is marked as 'final'.
- isFinal() - Method in interface sf.spring.core.type.MethodMetadata
-
Return whether the underlying method is marked as 'final'.
- isFinal() - Method in class sf.spring.core.type.StandardClassMetadata
-
- isFinal() - Method in class sf.spring.core.type.StandardMethodMetadata
-
- isFixedPrecScale() - Method in class sf.database.dbinfo.DataType
-
- isForUpdate() - Method in class sf.dsl.Example
-
- isGenerated() - Method in class sf.database.meta.ColumnMapping
-
- isGenerated() - Method in interface sf.database.meta.IColumnMapping
-
是否为自动生成数值
- isGeneratedcolumn() - Method in class sf.database.dbinfo.ColumnInfo
-
- isHashCodeMethod(Method) - Static method in class sf.spring.util.ReflectionUtils
-
Determine whether the given method is a "hashCode" method.
- isHasParamter() - Method in class sf.database.mapper.handle.Condition
-
- isHidden() - Method in class sf.tools.URLFile
-
- ISHL - Static variable in interface sf.spring.asm.Opcodes
-
- ISHR - Static variable in interface sf.spring.asm.Opcodes
-
- isIndependent() - Method in interface sf.spring.core.type.ClassMetadata
-
Determine whether the underlying class is independent, i.e.
- isIndependent() - Method in class sf.spring.core.type.StandardClassMetadata
-
- isInitData() - Method in class sf.database.support.EntityScanner
-
- isInitiallyDeferred() - Method in class sf.database.dbinfo.Constraint
-
- isInnerClass(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Determine if the supplied class is an inner class,
i.e.
- isInsertable() - Method in class sf.database.meta.def.ColumnDef
-
- isInstanceOf(Class<?>, Object, String) - Static method in class sf.spring.util.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object, Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object) - Static method in class sf.spring.util.Assert
-
Assert that the provided object is an instance of the provided class.
- isInt(Class) - Static method in class sf.tools.JavaTypeUtils
-
是否是整数
- isInteger(Integer) - Static method in class sf.database.jdbc.type.JavaType
-
- isInterface() - Method in class sf.spring.asm.Handle
-
Returns true if the owner of the field or method designated by this handle is an interface.
- isInterface() - Method in interface sf.spring.core.type.ClassMetadata
-
Return whether the underlying class represents an interface.
- isInterface() - Method in class sf.spring.core.type.StandardClassMetadata
-
- isIOError(SQLException) - Method in interface sf.database.dialect.DatabaseDialect
-
当出现异常时,使用此方法检查这个异常是否因为网络连接异常引起的。
- isJarFileURL(URL) - Static method in class sf.spring.util.ResourceUtils
-
Determine whether the given URL points to a jar file itself,
that is, has protocol "file" and ends with the ".jar" extension.
- isJarResource(Resource) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Return whether the given resource handle indicates a jar resource
that the
doFindPathMatchingJarResources
method can handle.
- isJarURL(URL) - Static method in class sf.spring.util.ResourceUtils
-
Determine whether the given URL points to a resource in a jar file.
- isJavaLanguageInterface(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Determine whether the given interface is a common Java language interface:
Serializable
, Externalizable
, Closeable
, AutoCloseable
,
Cloneable
, Comparable
- all of which can be ignored when looking
for 'primary' user-level interfaces.
- isJavaNumberType(int) - Static method in class sf.database.jdbc.type.JavaType
-
- isJoinedToTransaction() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- isKeepUpdate() - Method in class sf.database.dao.DBContext
-
- isLob(Integer) - Static method in class sf.database.jdbc.type.JavaType
-
- isLob() - Method in class sf.database.meta.ColumnMapping
-
- isLob() - Method in interface sf.database.meta.IColumnMapping
-
该字段是否为LOB字段
- isLocalFile() - Method in class sf.tools.URLFile
-
是否一个本地文件
- isNonStaticMemberClass() - Method in class sf.tools.reflectasm.ConstructorAccess
-
- isNoPkConstraint() - Method in class sf.database.meta.def.TableDef
-
- isNotBlank(String) - Static method in class sf.tools.StringUtils
-
Checks if a String is not empty (""), not null and not whitespace
only.
- isNotEmpty(Collection<?>) - Static method in class sf.spring.util.CollectionUtils
-
- isNotEmpty(Map<?, ?>) - Static method in class sf.spring.util.CollectionUtils
-
- isNotEmpty(T[]) - Static method in class sf.tools.ArrayUtils
-
- isNotEmpty(String) - Static method in class sf.tools.StringUtils
-
Checks if a String is not empty ("") and not null.
- isNotInsert() - Method in class sf.database.meta.ColumnMapping
-
- isNotInsert() - Method in interface sf.database.meta.IColumnMapping
-
该字段不参与插入
- isNotNull(DBField) - Method in class sf.dsl.Example.GeneratedCriteria
-
- isNoTransaction() - Method in class sf.database.dao.DBContext
-
- isNotUpdate() - Method in class sf.database.meta.ColumnMapping
-
- isNotUpdate() - Method in interface sf.database.meta.IColumnMapping
-
该字段不参与更新
- isNull(DBField) - Method in class sf.dsl.Example.GeneratedCriteria
-
- isNull(Object, String) - Static method in class sf.spring.util.Assert
-
Assert that an object is
null
.
- isNull(Object, Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert that an object is
null
.
- isNull(Object) - Static method in class sf.spring.util.Assert
-
Deprecated.
as of 4.3.7, in favor of
Assert.isNull(Object, String)
- isNullable() - Method in class sf.database.dbinfo.ColumnDBType
-
- isNullable() - Method in class sf.database.dbinfo.ColumnInfo
-
- isNullable() - Method in class sf.database.dbinfo.DataType
-
- isNullable() - Method in class sf.database.meta.def.ColumnDef
-
- isNullable() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- isNumberClass(Class<?>) - Static method in class sf.tools.JavaTypeUtils
-
判断是否是数字类型
- isNumeric(int) - Static method in class sf.database.util.JdbcUtils
-
判断是否是数字类型
Check whether the given SQL type is numeric.
- isObjectMethod(Method) - Static method in class sf.spring.util.ReflectionUtils
-
Determine whether the given method is originally declared by
Object
.
- isOlderThan(JavaVersion) - Method in enum sf.spring.boot.system.JavaVersion
-
Return if this version is older than a given version.
- isOnlyMapper() - Method in class sf.ext.gen.MapperCodeGen
-
- isOnSingleColumn(String) - Method in class sf.database.dbinfo.Index
-
- isOpen() - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- isOpen() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- isOpen() - Method in class sf.spring.core.io.AbstractResource
-
This implementation always returns
false
.
- isOpen() - Method in class sf.spring.core.io.InputStreamResource
-
This implementation always returns
true
.
- isOpen() - Method in interface sf.spring.core.io.Resource
-
Indicate whether this resource represents a handle with an open stream.
- isOpenStreamIterator() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- isOpenStreamIterator() - Method in class sf.database.OrmConfig
-
- isOverridable() - Method in interface sf.spring.core.type.MethodMetadata
-
Return whether the underlying method is overridable,
i.e.
- isOverridable() - Method in class sf.spring.core.type.StandardMethodMetadata
-
- isPattern(String) - Method in class sf.spring.util.AntPathMatcher
-
- isPattern(String) - Method in interface sf.spring.util.PathMatcher
-
Does the given
path
represent a pattern that can be matched
by an implementation of this interface?
- isPk() - Method in class sf.database.meta.ColumnMapping
-
- isPk() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- isPk() - Method in interface sf.database.meta.IColumnMapping
-
Is the column a promary key of table.
- isPreferBigDecimal() - Method in class sf.ext.gen.GenConfig
-
- isPreferDate() - Method in class sf.ext.gen.GenConfig
-
- isPresent(String, ClassLoader) - Static method in class sf.spring.util.ClassUtils
-
Determine whether the
Class
identified by the supplied name is present
and can be loaded.
- isPrimaryKey - Variable in class sf.database.dbinfo.ColumnInfo
-
- isPrimaryKey() - Method in class sf.database.dbinfo.ColumnInfo
-
- isPrimitiveArray(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Check if the given class represents an array of primitives,
i.e.
- isPrimitiveOrWrapper(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Check if the given class represents a primitive (i.e.
- isPrimitiveWrapper(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Check if the given class represents a primitive wrapper,
i.e.
- isPrimitiveWrapperArray(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Check if the given class represents an array of primitive wrappers,
i.e.
- isPublicStaticFinal(Field) - Static method in class sf.spring.util.ReflectionUtils
-
Determine whether the given field is a "public static final" constant.
- isReadable() - Method in class sf.spring.core.io.AbstractFileResolvingResource
-
- isReadable() - Method in class sf.spring.core.io.AbstractResource
-
This implementation always returns
true
for a resource
that exists
(revised as of 5.1).
- isReadable() - Method in class sf.spring.core.io.DescriptiveResource
-
- isReadable() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation checks whether the underlying file is marked as readable
(and corresponds to an actual file with content, not to a directory).
- isReadable() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation checks whether the underlying file is marked as readable
(and corresponds to an actual file with content, not to a directory).
- isReadable() - Method in interface sf.spring.core.io.Resource
-
Indicate whether non-empty contents of this resource can be read via
InputStreamSource.getInputStream()
.
- isReadable() - Method in class sf.spring.core.io.VfsResource
-
- isReadable() - Method in interface sf.tools.reflect.Property
-
可读?
- isReadable() - Method in class sf.tools.reflect.PropertyHold
-
- isReadOnly() - Method in class sf.database.connection.WrapConnection
-
- isRunning() - Method in class sf.spring.util.StopWatch
-
Determine whether this
StopWatch
is currently running.
- isScanSubPackage() - Method in class sf.database.support.EntityScanner
-
- isShowCallChain() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- isShowCallChain() - Method in class sf.database.OrmConfig
-
- isShowSql() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- isShowSql() - Method in class sf.database.OrmConfig
-
- isSingleton() - Method in class org.smallframework.spring.mapper.DaoMapperFactoryBean
-
- isSkipTable(String) - Method in class sf.database.dbinfo.DBInfoBuilder
-
通过继承并覆盖此方法,跳过一些不希望处理的 table,定制更加灵活的 table 过滤规则
- isSpecialChar(char) - Static method in class sf.database.mapper.handle.HandleHelp
-
- isSqlTemplateDebug() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- isSqlTemplateDebug() - Method in class sf.database.OrmConfig
-
- isSqlTemplateIdUseDialect() - Method in class sf.database.dao.DBContext
-
- isStatic() - Method in interface sf.spring.core.type.MethodMetadata
-
Return whether the underlying method is declared as 'static'.
- isStatic() - Method in class sf.spring.core.type.StandardMethodMetadata
-
- isString(int) - Static method in class sf.database.util.JdbcUtils
-
判断是否是字符串类型
- isSupportsSavepoints() - Method in class sf.database.meta.MetadataFeature
-
- isSynchronizationActive() - Method in class org.smallframework.spring.DaoTemplate
-
- isTail() - Method in class sf.database.meta.ColumnMapping
-
- ISTORE - Static variable in interface sf.spring.asm.Opcodes
-
- isToStringMethod(Method) - Static method in class sf.spring.util.ReflectionUtils
-
Determine whether the given method is a "toString" method.
- isTransaction() - Method in class org.smallframework.spring.DaoTemplate
-
- isTrue(boolean, String) - Static method in class sf.spring.util.Assert
-
Assert a boolean expression, throwing an
IllegalArgumentException
if the expression evaluates to false
.
- isTrue(boolean, Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert a boolean expression, throwing an
IllegalArgumentException
if the expression evaluates to false
.
- isTrue(boolean) - Static method in class sf.spring.util.Assert
-
Deprecated.
as of 4.3.7, in favor of
Assert.isTrue(boolean, String)
- ISUB - Static variable in interface sf.spring.asm.Opcodes
-
- isUnique() - Method in class sf.database.dbinfo.ColumnDBType
-
- isUnique() - Method in class sf.database.dbinfo.ColumnInfo
-
- isUnique() - Method in class sf.database.dbinfo.Index
-
该索引是否唯一约束
- isUnique() - Method in class sf.database.meta.def.ColumnDef
-
- isUnique() - Method in class sf.database.meta.def.IndexDef
-
- isUnique() - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- isUnknown() - Method in class sf.spring.asm.Attribute
-
Returns true if this type of attribute is unknown.
- isUnsigned() - Method in class sf.database.dbinfo.DataType
-
- isUnsigned() - Method in class sf.database.meta.ColumnMapping
-
- isUpdatable() - Method in class sf.database.meta.def.ColumnDef
-
- isUpdate() - Method in class sf.database.jdbc.sql.SQLContext
-
- isUrl(String) - Static method in class sf.spring.util.ResourceUtils
-
Return whether the given resource location is a URL:
either a special "classpath" pseudo URL or a standard URL.
- isUseMappedBy() - Method in class sf.database.meta.CascadeConfig
-
- isUseOuterJoin() - Method in class sf.database.meta.TableMapping
-
- isUserLevelMethod(Method) - Static method in class sf.spring.util.ClassUtils
-
Determine whether the given method is declared by the user or at least pointing to
a user-declared method.
- isUseSystemPrint() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- isUseSystemPrint() - Method in class sf.database.OrmConfig
-
- isUseTail() - Method in class org.smallframework.springboot.SmallOrmProperties
-
- isUseTail() - Method in class sf.database.dao.DBContext
-
- isUseTail() - Method in class sf.database.OrmConfig
-
- isUseTemplateReplace() - Method in class sf.dynamicsql.SimpleTable
-
- isValid(int) - Method in class sf.database.connection.WrapConnection
-
- isValid() - Method in class sf.dsl.Example.GeneratedCriteria
-
- isVersion() - Method in class sf.database.meta.ColumnMapping
-
- isVisible(Class<?>, ClassLoader) - Static method in class sf.spring.util.ClassUtils
-
Check whether the given class is visible in the given ClassLoader.
- isWrapperFor(Class<?>) - Method in class sf.database.connection.WrapConnection
-
- isWrapperFor(Class<?>) - Method in class sf.database.datasource.ADataSource
-
- isWrapperFor(Class<?>) - Method in class sf.database.datasource.SimpleDataSource
-
- isWrapperFor(Class<?>) - Method in class sf.database.datasource.WrapDataSource
-
- isWritable() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation checks whether the underlying file is marked as writable
(and corresponds to an actual file with content, not to a directory).
- isWritable() - Method in class sf.spring.core.io.FileUrlResource
-
- isWritable() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation checks whether the underlying file is marked as writable
(and corresponds to an actual file with content, not to a directory).
- isWritable() - Method in interface sf.spring.core.io.WritableResource
-
Indicate whether the contents of this resource can be written
via
WritableResource.getOutputStream()
.
- isWriteable() - Method in interface sf.tools.reflect.Property
-
可写?
- isWriteable() - Method in class sf.tools.reflect.PropertyHold
-
- isZipFile() - Method in class sf.tools.URLFile
-
- ITableMapping - Interface in sf.database.meta
-
- iteration(ResultSet, RowMapper<T>) - Static method in class sf.database.jdbc.sql.ResultSetIteration
-
Generates an
Iterable
, suitable for use in for-each loops.
- iterator() - Method in class sf.common.IgnoreEmptyList
-
- iterator() - Method in class sf.database.jdbc.sql.RecordsHolder
-
- iterator() - Method in class sf.database.jdbc.sql.ResultSetIteration
-
Iterable接口
- ITERATOR_SIZE - Static variable in class sf.database.jdbc.sql.CrudSqlImpl
-
分页迭代数量
- IUSHR - Static variable in interface sf.spring.asm.Opcodes
-
- IXOR - Static variable in interface sf.spring.asm.Opcodes
-
J
- JAR_FILE_EXTENSION - Static variable in class sf.spring.util.ResourceUtils
-
File extension for a regular jar file: ".jar".
- JAR_URL_PREFIX - Static variable in class sf.spring.util.ResourceUtils
-
URL prefix for loading from a jar file: "jar:".
- JAR_URL_SEPARATOR - Static variable in class sf.spring.util.ResourceUtils
-
Separator between JAR URL and file path within the JAR: "!/".
- java.lang - package java.lang
-
- JavassitUtils - Class in sf.tools
-
- JavassitUtils() - Constructor for class sf.tools.JavassitUtils
-
- JavaType - Class in sf.database.jdbc.type
-
http://www.cnblogs.com/shishm/archive/2012/01/30/2332142.html
- JavaType() - Constructor for class sf.database.jdbc.type.JavaType
-
- JavaTypeUtils - Class in sf.tools
-
- JavaTypeUtils() - Constructor for class sf.tools.JavaTypeUtils
-
- JavaVersion - Enum in sf.spring.boot.system
-
Known Java versions.
- jdbc42 - Static variable in class sf.database.jdbc.type.JavaType
-
- jdbcJavaTypes - Static variable in class sf.database.jdbc.type.JavaType
-
- Jdbcs - Class in sf.database.jdbc.type
-
提供一些与 JDBC 有关的帮助函数
- Jdbcs() - Constructor for class sf.database.jdbc.type.Jdbcs
-
- jdbcType - Variable in class sf.database.jdbc.sql.SQLParameter
-
- jdbcTypeNames - Static variable in class sf.database.jdbc.type.JavaType
-
- jdbcUrl - Variable in class sf.database.datasource.SimpleDataSource
-
- JdbcUtils - Class in sf.database.util
-
- JdbcUtils() - Constructor for class sf.database.util.JdbcUtils
-
- Jdk - Class in sf.tools.reflect
-
To check the existence of version dependent classes.
- join(String[], String) - Static method in class sf.tools.StringUtils
-
- join(String...) - Static method in class sf.tools.StringUtils
-
- join(Iterable<?>, String) - Static method in class sf.tools.StringUtils
-
- join(Iterator<?>, String) - Static method in class sf.tools.StringUtils
-
- join(Object[], String) - Static method in class sf.tools.StringUtils
-
- joinTransaction() - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- Jooq - Class in sf.jooq
-
- Jooq() - Constructor for class sf.jooq.Jooq
-
- jooqDelect(Delete<T>) - Method in interface sf.jooq.dao.DBJooq
-
jooq 删除
- jooqDelect(Delete<T>) - Method in class sf.jooq.dao.DBJooqImpl
-
- jooqDelect(Connection, Delete<T>) - Method in class sf.jooq.JooqImpl
-
- jooqDelect(Connection, Delete<T>) - Method in interface sf.jooq.JooqInf
-
删除
- JooqDialectUtils - Class in sf.jooq
-
- JooqDialectUtils() - Constructor for class sf.jooq.JooqDialectUtils
-
- jooqExists(SQLDialect, List<Condition>, Class<T>) - Method in interface sf.jooq.dao.DBJooq
-
jooq判断是否存在
- jooqExists(SQLDialect, List<Condition>, Class<T>) - Method in class sf.jooq.dao.DBJooqImpl
-
- jooqExists(Connection, SQLDialect, List<Condition>, Class<T>) - Method in class sf.jooq.JooqImpl
-
- jooqExists(Connection, SQLDialect, List<Condition>, Class<T>) - Method in interface sf.jooq.JooqInf
-
判断是否存在
- JooqField<R extends org.jooq.Record,T,X,U> - Class in sf.jooq.tables
-
列定义
- JooqField() - Constructor for class sf.jooq.tables.JooqField
-
- JooqImpl - Class in sf.jooq
-
- JooqInf - Interface in sf.jooq
-
只支持开源数据库:
CUBRID 8.4 and later
Derby 10.10 and later
Firebird 2.5, 3.0
H2 1.3, 1.4
HSQLDB 2.2 and later
MariaDB 5.2 and later
MySQL 5.5 and later
PostgreSQL 9.3 and later
SQLite 3
- jooqInsert(Insert<T>) - Method in interface sf.jooq.dao.DBJooq
-
jooq 插入
- jooqInsert(Insert<T>, Table<T>, Map<String, Object>) - Method in interface sf.jooq.dao.DBJooq
-
带返回值的插入
- jooqInsert(Insert<T>) - Method in class sf.jooq.dao.DBJooqImpl
-
- jooqInsert(Insert<T>, Table<T>, Map<String, Object>) - Method in class sf.jooq.dao.DBJooqImpl
-
- jooqInsert(Connection, Insert<T>) - Method in class sf.jooq.JooqImpl
-
- jooqInsert(Connection, Insert<T>, Table<T>, Map<String, Object>) - Method in class sf.jooq.JooqImpl
-
- jooqInsert(Connection, Insert<T>) - Method in interface sf.jooq.JooqInf
-
插入
- jooqInsert(Connection, Insert<T>, Table<T>, Map<String, Object>) - Method in interface sf.jooq.JooqInf
-
带返回值的保存
- jooqMapper - Variable in class sf.database.mapper.DaoMapperImpl
-
- JooqMapper<T extends DBObject> - Interface in sf.jooq.mapper
-
- JooqMapperImpl<T extends DBObject> - Class in sf.jooq.mapper
-
- JooqMapperImpl(DBClient, Class<T>) - Constructor for class sf.jooq.mapper.JooqMapperImpl
-
- JooqSchema - Class in sf.jooq
-
schema对应的表
- JooqSchema(String) - Constructor for class sf.jooq.JooqSchema
-
- JooqSchema(String, Catalog) - Constructor for class sf.jooq.JooqSchema
-
- JooqSchema(Name) - Constructor for class sf.jooq.JooqSchema
-
- JooqSchema(Name, Catalog) - Constructor for class sf.jooq.JooqSchema
-
- jooqSelectIterator(OrmIterator<T>, Class<T>, Select<?>) - Method in interface sf.jooq.dao.DBJooq
-
jooq 查询按流返回
- jooqSelectIterator(OrmIterator<T>, Class<T>, Select<?>) - Method in class sf.jooq.dao.DBJooqImpl
-
- jooqSelectIterator(OrmIterator<T>, Select<?>) - Method in interface sf.jooq.mapper.JooqMapper
-
- jooqSelectIterator(OrmIterator<T>, Select<?>) - Method in class sf.jooq.mapper.JooqMapperImpl
-
- jooqSelectList(Select<?>, Class<T>) - Method in interface sf.jooq.dao.DBJooq
-
jooq 查询list
- jooqSelectList(Select<?>, Class<T>) - Method in class sf.jooq.dao.DBJooqImpl
-
- jooqSelectList(Connection, Select, Class<T>) - Method in class sf.jooq.JooqImpl
-
- jooqSelectList(Connection, Select, Class<T>) - Method in interface sf.jooq.JooqInf
-
查询列表
- jooqSelectList(Select<?>) - Method in interface sf.jooq.mapper.JooqMapper
-
- jooqSelectList(Select<?>) - Method in class sf.jooq.mapper.JooqMapperImpl
-
- jooqSelectOne(Select<?>, Class<T>) - Method in interface sf.jooq.dao.DBJooq
-
jooq 查询单一对象
- jooqSelectOne(Select<?>, Class<T>) - Method in class sf.jooq.dao.DBJooqImpl
-
- jooqSelectOne(Connection, Select, Class<T>) - Method in class sf.jooq.JooqImpl
-
- jooqSelectOne(Connection, Select, Class<T>) - Method in interface sf.jooq.JooqInf
-
查询单一对象
- jooqSelectOne(Select<?>) - Method in interface sf.jooq.mapper.JooqMapper
-
- jooqSelectOne(Select<?>, Class<S>) - Method in interface sf.jooq.mapper.JooqMapper
-
- jooqSelectOne(Select<?>) - Method in class sf.jooq.mapper.JooqMapperImpl
-
- jooqSelectOne(Select<?>, Class<S>) - Method in class sf.jooq.mapper.JooqMapperImpl
-
- jooqSelectPage(Select<?>, Select<?>, Class<T>) - Method in interface sf.jooq.dao.DBJooq
-
jooq 查询分页
- jooqSelectPage(Select<?>, Select<?>, Class<T>) - Method in class sf.jooq.dao.DBJooqImpl
-
- jooqSelectPage(Connection, Select<?>, Select<?>, Class<T>) - Method in class sf.jooq.JooqImpl
-
- jooqSelectPage(Connection, Select<?>, Select<?>, Class<T>) - Method in interface sf.jooq.JooqInf
-
分页查询
- jooqSelectPage(Select<?>, Select<?>) - Method in interface sf.jooq.mapper.JooqMapper
-
- jooqSelectPage(Select<?>, Select<?>) - Method in class sf.jooq.mapper.JooqMapperImpl
-
- jooqSelectStream(OrmStream<T>, Class<T>, Select<?>) - Method in interface sf.jooq.dao.DBJooq
-
jooq 查询按流返回
- jooqSelectStream(OrmStream<T>, Class<T>, Select<?>) - Method in class sf.jooq.dao.DBJooqImpl
-
- jooqSelectStream(OrmStream<T>, Select<?>) - Method in interface sf.jooq.mapper.JooqMapper
-
- jooqSelectStream(OrmStream<T>, Select<?>) - Method in class sf.jooq.mapper.JooqMapperImpl
-
- JooqSupportDatabase - Interface in sf.jooq
-
- jooqTable() - Method in interface sf.jooq.mapper.JooqMapper
-
- jooqTable(DBContext) - Method in interface sf.jooq.mapper.JooqMapper
-
- jooqTable() - Method in class sf.jooq.mapper.JooqMapperImpl
-
- jooqTable(DBContext) - Method in class sf.jooq.mapper.JooqMapperImpl
-
- JooqTable<R extends org.jooq.Record> - Class in sf.jooq.tables
-
- JooqTable(Name) - Constructor for class sf.jooq.tables.JooqTable
-
- JooqTable(Name, Schema) - Constructor for class sf.jooq.tables.JooqTable
-
- JooqTable(Name, Schema, Table<?>) - Constructor for class sf.jooq.tables.JooqTable
-
- JooqTable(Name, Schema, Table<R>, Field<?>[]) - Constructor for class sf.jooq.tables.JooqTable
-
- JooqTable(Name, Schema, Table<R>, Field<?>[], String) - Constructor for class sf.jooq.tables.JooqTable
-
- JooqTable(Class<? extends DBObject>, DBDialect, Name, Schema, Table<R>, Field<?>[], String) - Constructor for class sf.jooq.tables.JooqTable
-
- JooqTable(DBContext, Class<? extends DBObject>, DBDialect) - Constructor for class sf.jooq.tables.JooqTable
-
- JooqTables - Class in sf.jooq
-
- JooqTables() - Constructor for class sf.jooq.JooqTables
-
- jooqUpdate(Update<T>) - Method in interface sf.jooq.dao.DBJooq
-
jooq 更新
- jooqUpdate(Update<T>) - Method in class sf.jooq.dao.DBJooqImpl
-
- jooqUpdate(Connection, Update<T>) - Method in class sf.jooq.JooqImpl
-
- jooqUpdate(Connection, Update<T>) - Method in interface sf.jooq.JooqInf
-
更新
- JooqVisitor - Class in org.jooq.impl
-
打破访问限制.
- JooqVisitor() - Constructor for class org.jooq.impl.JooqVisitor
-
- JPABeanRowMapper - Class in sf.database.jdbc.rowmapper
-
SqlResultSetMapping对象转换:
- JPABeanRowMapper(SqlResultSetMapping) - Constructor for class sf.database.jdbc.rowmapper.JPABeanRowMapper
-
- JPABeanRowMapper(SqlResultSetMapping, boolean, boolean) - Constructor for class sf.database.jdbc.rowmapper.JPABeanRowMapper
-
- JpaEntityManager - Interface in sf.database.jpa
-
- JpaEntityManagerFactory - Class in sf.database.jpa
-
- JpaEntityManagerFactory(DBClient) - Constructor for class sf.database.jpa.JpaEntityManagerFactory
-
- JpaEntityManagerImpl - Class in sf.database.jpa
-
- JpaEntityManagerImpl(Connection) - Constructor for class sf.database.jpa.JpaEntityManagerImpl
-
- JpaEntityManagerImpl(EntityManagerFactory, Map<String, Object>) - Constructor for class sf.database.jpa.JpaEntityManagerImpl
-
- JPAEntityPath<T extends DBObject> - Class in sf.querydsl
-
JPQL和HQL使用.
- JPAEntityPath(DBContext, Class<? extends DBObject>) - Constructor for class sf.querydsl.JPAEntityPath
-
- JPAEntityPath(Class<? extends T>, String) - Constructor for class sf.querydsl.JPAEntityPath
-
- JPAEntityPath(Class<? extends T>, PathMetadata) - Constructor for class sf.querydsl.JPAEntityPath
-
- JPAEntityPath(Class<? extends T>, PathMetadata, PathInits) - Constructor for class sf.querydsl.JPAEntityPath
-
- JpaEntityTransaction - Class in sf.database.jpa
-
- JpaEntityTransaction() - Constructor for class sf.database.jpa.JpaEntityTransaction
-
- JSR - Static variable in interface sf.spring.asm.Opcodes
-
K
- KeyHolder - Interface in sf.database.jdbc.sql
-
Interface for retrieving keys, typically used for auto-generated keys
as potentially returned by JDBC insert statements.
- keySet() - Method in class sf.common.CopyOnWriteMap
-
This method will return a read-only
Set
.
- keySet() - Method in class sf.database.VarObject
-
- keySet() - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- keywords - Variable in class sf.database.dialect.DBDialect
-
数据库关键字
- Keywords - Class in sf.database.dialect
-
Defines reserved keywords for the supported dialects
L
- L2D - Static variable in interface sf.spring.asm.Opcodes
-
- L2F - Static variable in interface sf.spring.asm.Opcodes
-
- L2I - Static variable in interface sf.spring.asm.Opcodes
-
- Label - Class in sf.spring.asm
-
A position in the bytecode of a method.
- Label() - Constructor for class sf.spring.asm.Label
-
Constructs a new label.
- LADD - Static variable in interface sf.spring.asm.Opcodes
-
- LALOAD - Static variable in interface sf.spring.asm.Opcodes
-
- LAND - Static variable in interface sf.spring.asm.Opcodes
-
- lastElement(Set<T>) - Static method in class sf.spring.util.CollectionUtils
-
Retrieve the last element of the given Set, using
SortedSet.last()
or otherwise iterating over all elements (assuming a linked set).
- lastElement(List<T>) - Static method in class sf.spring.util.CollectionUtils
-
Retrieve the last element of the given List, accessing the highest index.
- lastIndexOf(Object) - Method in class sf.common.IgnoreEmptyList
-
- lastIndexOf(boolean[], boolean) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(boolean[], boolean, int) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(byte[], byte) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(byte[], byte, int) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(char[], char) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(char[], char, int) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(double[], double) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(double[], double, double) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(double[], double, int) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(double[], double, int, double) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(float[], float) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(float[], float, int) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(int[], int) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(int[], int, int) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(long[], long) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(long[], long, int) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(Object[], Object) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(Object[], Object, int) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(short[], short) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(short[], short, int) - Static method in class sf.tools.ArrayUtils
-
- lastIndexOf(String, String, int, int) - Static method in class sf.tools.StringUtils
-
Finds last index of a substring in the given source string in specified range [end, start]
See
StringUtils.indexOf(String, String, int, int)
for details about the speed.
- lastIndexOf(String, char, int, int) - Static method in class sf.tools.StringUtils
-
Finds last index of a character in the given source string in specified range [end, start]
- lastIndexOf(String, String[]) - Static method in class sf.tools.StringUtils
-
Finds the very last index of a substring from the specified array.
- lastIndexOf(String, String[], int) - Static method in class sf.tools.StringUtils
-
Finds the very last index of a substring from the specified array.
- lastIndexOf(String, char[]) - Static method in class sf.tools.StringUtils
-
Finds the very last index of a substring from the specified array.
- lastIndexOf(String, char[], int) - Static method in class sf.tools.StringUtils
-
Finds the very last index of a substring from the specified array.
- lastIndexOfIgnoreCase(String, String) - Static method in class sf.tools.StringUtils
-
Finds last index of a substring in the given source string with ignored
case.
- lastIndexOfIgnoreCase(String, String, int) - Static method in class sf.tools.StringUtils
-
Finds last index of a substring in the given source string with ignored
case.
- lastIndexOfIgnoreCase(String, String, int, int) - Static method in class sf.tools.StringUtils
-
Finds last index of a substring in the given source string with ignored
case in specified range.
- lastIndexOfIgnoreCase(String, char, int, int) - Static method in class sf.tools.StringUtils
-
Finds last index of a character in the given source string in specified range [end, start]
- lastIndexOfIgnoreCase(String, String[]) - Static method in class sf.tools.StringUtils
-
Finds the very last index of a substring from the specified array.
- lastIndexOfIgnoreCase(String, String[], int) - Static method in class sf.tools.StringUtils
-
Finds the very last index of a substring from the specified array.
- lastModified() - Method in class sf.spring.core.io.AbstractFileResolvingResource
-
- lastModified() - Method in class sf.spring.core.io.AbstractResource
-
This implementation checks the timestamp of the underlying File,
if available.
- lastModified() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation returns the underlying File/Path last-modified time.
- lastModified() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation returns the underlying File's timestamp.
- lastModified() - Method in interface sf.spring.core.io.Resource
-
Determine the last-modified timestamp for this resource.
- lastModified() - Method in class sf.spring.core.io.VfsResource
-
- lastModified() - Method in class sf.tools.URLFile
-
- LASTORE - Static variable in interface sf.spring.asm.Opcodes
-
- LazyLoadProcessor - Class in sf.core
-
该对象描述一个lazyload策略,多个对象公用,因此不保存状态
- LazyLoadProcessor() - Constructor for class sf.core.LazyLoadProcessor
-
- LazyLoadTask - Interface in sf.core
-
延迟加载执行句柄
- LCMP - Static variable in interface sf.spring.asm.Opcodes
-
- LCONST_0 - Static variable in interface sf.spring.asm.Opcodes
-
- LCONST_1 - Static variable in interface sf.spring.asm.Opcodes
-
- LDC - Static variable in interface sf.spring.asm.Opcodes
-
- LDIV - Static variable in interface sf.spring.asm.Opcodes
-
- le(DBField, Object) - Method in class sf.dsl.Example.GeneratedCriteria
-
- left(String, int) - Static method in class sf.tools.StringUtils
-
Gets the leftmost
len
characters of a String.
- leftP() - Method in class sf.dsl.Example.GeneratedCriteria
-
左括号
- leftPad(String, int) - Static method in class sf.tools.StringUtils
-
- leftPad(String, int, char) - Static method in class sf.tools.StringUtils
-
- leftPad(String, int, String) - Static method in class sf.tools.StringUtils
-
- LENGTH - Static variable in class sf.common.log.OrmLog
-
- length() - Method in class sf.database.jdbc.lob.SimpleBlob
-
- length() - Method in class sf.database.jdbc.lob.SimpleClob
-
- length() - Method in class sf.tools.URLFile
-
- like(DBField, String) - Method in class sf.dsl.Example.GeneratedCriteria
-
- like(DBField, String, char) - Method in class sf.dsl.Example.GeneratedCriteria
-
- like(DBField, String, boolean) - Method in class sf.dsl.Example.GeneratedCriteria
-
- limit_SelectImpl - Static variable in class org.jooq.impl.JooqVisitor
-
- lineSeparator - Static variable in class sf.common.log.OrmLog
-
- lineSeparator - Static variable in class sf.tools.SystemUtils
-
分割符
- LinkedCaseInsensitiveMap<V> - Class in sf.spring.util
-
LinkedHashMap
variant that stores String keys in a case-insensitive
manner, for example for key-based access in a results table.
- LinkedCaseInsensitiveMap() - Constructor for class sf.spring.util.LinkedCaseInsensitiveMap
-
Create a new LinkedCaseInsensitiveMap that stores case-insensitive keys
according to the default Locale (by default in lower case).
- LinkedCaseInsensitiveMap(Locale) - Constructor for class sf.spring.util.LinkedCaseInsensitiveMap
-
Create a new LinkedCaseInsensitiveMap that stores case-insensitive keys
according to the given Locale (by default in lower case).
- LinkedCaseInsensitiveMap(int) - Constructor for class sf.spring.util.LinkedCaseInsensitiveMap
-
Create a new LinkedCaseInsensitiveMap that wraps a
LinkedHashMap
with the given initial capacity and stores case-insensitive keys
according to the default Locale (by default in lower case).
- LinkedCaseInsensitiveMap(int, Locale) - Constructor for class sf.spring.util.LinkedCaseInsensitiveMap
-
Create a new LinkedCaseInsensitiveMap that wraps a
LinkedHashMap
with the given initial capacity and stores case-insensitive keys
according to the given Locale (by default in lower case).
- list(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- list() - Method in class sf.tools.URLFile
-
- list(FilenameFilter) - Method in class sf.tools.URLFile
-
- LIST_KEY - Static variable in interface sf.database.template.TemplateConstants
-
塞入上下文中的list常量
- listDirectory(File) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Determine a sorted list of files in the given directory.
- listFiles() - Method in class sf.tools.URLFile
-
- listFiles(FilenameFilter) - Method in class sf.tools.URLFile
-
- listFiles(FileFilter) - Method in class sf.tools.URLFile
-
- listIterator() - Method in class sf.common.IgnoreEmptyList
-
- listIterator(int) - Method in class sf.common.IgnoreEmptyList
-
- ListRowMapper - Class in sf.database.jdbc.rowmapper
-
结果集转为list
- ListRowMapper() - Constructor for class sf.database.jdbc.rowmapper.ListRowMapper
-
- LLOAD - Static variable in interface sf.spring.asm.Opcodes
-
- LMUL - Static variable in interface sf.spring.asm.Opcodes
-
- LNEG - Static variable in interface sf.spring.asm.Opcodes
-
- loadAllSQL() - Method in class sf.database.template.enjoy.EnjoyHandler
-
- loadAllSQL() - Method in class sf.database.template.expression.ExpressionHandler
-
- loadAllSQL() - Method in class sf.database.template.freemarker.FreemarkerHandler
-
- loadAllSQL() - Method in class sf.database.template.mybatis.MybatisHandler
-
- loadAllSQL() - Method in interface sf.database.template.TemplateHandler
-
- loadProperties(URL) - Static method in class sf.tools.IOUtils
-
获得配置文件的项目。配置文件用= :等分隔对,语法同properties文件
- loadProperties(URL, Boolean) - Static method in class sf.tools.IOUtils
-
- loadProperties(Reader) - Static method in class sf.tools.IOUtils
-
获得配置文件的项目。配置文件用= :等分隔对,语法同properties文件
- loadProperties(Reader, Boolean) - Static method in class sf.tools.IOUtils
-
获得配置文件的项目。配置文件用= :等分隔对,语法同properties文件
- lobNames - Variable in class sf.database.meta.TableMapping
-
- LOCAL_VARIABLE - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the type of a local variable in a method.
- LocalDateDATEType - Class in sf.database.jdbc.type
-
- LocalDateDATEType() - Constructor for class sf.database.jdbc.type.LocalDateDATEType
-
- LocalDateTimeTIMESTAMPType - Class in sf.database.jdbc.type
-
- LocalDateTimeTIMESTAMPType() - Constructor for class sf.database.jdbc.type.LocalDateTimeTIMESTAMPType
-
- LocalTimeTIMEType - Class in sf.database.jdbc.type
-
- LocalTimeTIMEType() - Constructor for class sf.database.jdbc.type.LocalTimeTIMEType
-
- lock(T) - Method in class org.smallframework.spring.SpringDaoMapper
-
- lock(Object, LockModeType) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- lock(Object, LockModeType, Map<String, Object>) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- lock(T) - Method in interface sf.database.mapper.DaoMapper
-
获取单一对象,如果在事物中执行会添加数据库行级锁(select * from table where id = ? for
update),如果对象不存在,返回null
- lock(T) - Method in class sf.database.mapper.DaoMapperImpl
-
- LogContext - Class in sf.common.log
-
- LogContext() - Constructor for class sf.common.log.LogContext
-
- logger - Variable in class org.smallframework.spring.SormBeanPropertyRowMapper
-
Logger available to subclasses.
- LogUtil - Class in sf.common.log
-
- LogUtil() - Constructor for class sf.common.log.LogUtil
-
- LONG - Static variable in interface sf.spring.asm.Opcodes
-
- LONG - Static variable in class sf.spring.asm.Type
-
The sort of the
long
type.
- LONG_TYPE - Static variable in class sf.spring.asm.Type
-
The
long
type.
- LongBIGINTType - Class in sf.database.jdbc.type
-
- LongBIGINTType() - Constructor for class sf.database.jdbc.type.LongBIGINTType
-
- lookBusinessCodeInTrace(StackTraceElement[]) - Static method in class sf.common.log.OrmLog
-
- lookDialect - Static variable in class sf.database.dialect.DialectUtils
-
自定义方言查找方法
- LookDialect - Interface in sf.database.dialect
-
方言查找
- lookDialectClass - Variable in class org.smallframework.springboot.SmallOrmProperties
-
自定义方言查找
- lookDialectClass - Variable in class sf.database.OrmConfig
-
自定义方言查找
- lookup(String, String) - Static method in class sf.database.meta.MetaHolder
-
逆向查找元模型
- LOOKUPSWITCH - Static variable in interface sf.spring.asm.Opcodes
-
- LOR - Static variable in interface sf.spring.asm.Opcodes
-
- lowerCase(String) - Static method in class sf.tools.StringUtils
-
Converts a String to lower case as per
String.toLowerCase()
.
- lowerCase(String, Locale) - Static method in class sf.tools.StringUtils
-
Converts a String to lower case as per
String.toLowerCase(Locale)
.
- LREM - Static variable in interface sf.spring.asm.Opcodes
-
- LRETURN - Static variable in interface sf.spring.asm.Opcodes
-
- LSHL - Static variable in interface sf.spring.asm.Opcodes
-
- LSHR - Static variable in interface sf.spring.asm.Opcodes
-
- LSTORE - Static variable in interface sf.spring.asm.Opcodes
-
- LSUB - Static variable in interface sf.spring.asm.Opcodes
-
- lt(DBField, Object) - Method in class sf.dsl.Example.GeneratedCriteria
-
- LUSHR - Static variable in interface sf.spring.asm.Opcodes
-
- LXOR - Static variable in interface sf.spring.asm.Opcodes
-
M
- main(String[]) - Static method in class sf.common.ZipUtils
-
- makeAccessible(Constructor<?>) - Static method in class sf.spring.util.ReflectionUtils
-
Make the given constructor accessible, explicitly setting it accessible
if necessary.
- makeAccessible(Method) - Static method in class sf.spring.util.ReflectionUtils
-
Make the given method accessible, explicitly setting it accessible if
necessary.
- makeAccessible(Field) - Static method in class sf.spring.util.ReflectionUtils
-
Make the given field accessible, explicitly setting it accessible if
necessary.
- map - Variable in class sf.dynamicsql.SimpleTable
-
- map - Variable in class sf.jooq.tables.DynamicJooqTable
-
- map - Variable in class sf.jooq.tables.JooqTable
-
- map - Variable in class sf.querydsl.DynamicSQLRelationalPath
-
字段名称,对应的列
- map - Variable in class sf.querydsl.JPAEntityPath
-
- map(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- map - Variable in class sf.querydsl.SQLRelationalPath
-
字段列,值为SimpleExpression
- map2bean(Map<String, Object>, Class<T>) - Static method in class sf.tools.ObjectMapUtils
-
把Map转化为JavaBean
- map2bean(Map<String, Object>, Class<T>) - Static method in class sf.tools.reflect.FastBeanUtils
-
- mapper - Variable in class org.smallframework.spring.CommonServiceImpl
-
- mapperBuilder - Variable in class sf.database.dao.DBClient
-
- MapperBuilder - Interface in sf.database.mapper
-
定义获取Mapper实现的接口,这样可以很容易的更换实现.
- MapperCodeGen - Class in sf.ext.gen
-
- MapperCodeGen() - Constructor for class sf.ext.gen.MapperCodeGen
-
- MapperCodeGen(String) - Constructor for class sf.ext.gen.MapperCodeGen
-
- MapperImplCodeGen - Class in sf.ext.gen
-
- MapperImplCodeGen() - Constructor for class sf.ext.gen.MapperImplCodeGen
-
- MapperImplCodeGen(String) - Constructor for class sf.ext.gen.MapperImplCodeGen
-
- mapperInterface(Class<?>) - Method in class sf.database.mapper.MapperJavaProxy
-
Mapper interface.
- MapperInvoke - Interface in sf.database.mapper
-
- MapperJavaProxy - Class in sf.database.mapper
-
Java代理实现.
- MapperJavaProxy() - Constructor for class sf.database.mapper.MapperJavaProxy
-
The Constructor.
- MapperJavaProxy(DefaultMapperBuilder, DBClient, Class<?>) - Constructor for class sf.database.mapper.MapperJavaProxy
-
- MapperScannerRegistrarNotFoundConfiguration() - Constructor for class org.smallframework.springboot.SmallOrmAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration
-
- mapping - Static variable in class sf.database.jdbc.type.JavaType
-
- MAPPING_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- mapRow(ResultSet, int) - Method in class org.smallframework.spring.SormBeanPropertyRowMapper
-
Extract the values for all columns in the current row.
- MapRowMapper - Class in sf.database.jdbc.rowmapper
-
结果集转为Map
- MapRowMapper() - Constructor for class sf.database.jdbc.rowmapper.MapRowMapper
-
- mariadb - Static variable in class sf.database.dialect.DialectUtils
-
- MARIADB - Static variable in interface sf.jooq.JooqSupportDatabase
-
- MariaDBDialect - Class in sf.database.dialect.mariadb
-
- MariaDBDialect() - Constructor for class sf.database.dialect.mariadb.MariaDBDialect
-
- markProcessed(String) - Method in interface sf.core.ILazyLoadContext
-
直接标记为无需加载
- master - Variable in class sf.database.datasource.SimpleRoutingDataSource
-
数据源
- match(String, String) - Method in class sf.spring.util.AntPathMatcher
-
- match(String, String) - Method in interface sf.spring.util.PathMatcher
-
Match the given
path
against the given pattern
,
according to this PathMatcher's matching strategy.
- MATCH_ANY - Static variable in class sf.tools.string.RegexpUtils
-
- MATCH_ANY_STRING - Static variable in class sf.tools.string.RegexpUtils
-
- MATCH_BLANK - Static variable in class sf.tools.string.RegexpUtils
-
- MATCH_END - Static variable in class sf.tools.string.RegexpUtils
-
- MATCH_NON_BLANK - Static variable in class sf.tools.string.RegexpUtils
-
- MATCH_NON_NUMBER - Static variable in class sf.tools.string.RegexpUtils
-
- MATCH_NON_WORD_CHAR - Static variable in class sf.tools.string.RegexpUtils
-
- MATCH_NUMBER - Static variable in class sf.tools.string.RegexpUtils
-
- MATCH_START - Static variable in class sf.tools.string.RegexpUtils
-
- MATCH_WORD_CHAR - Static variable in class sf.tools.string.RegexpUtils
-
- matches(Field) - Method in interface sf.spring.util.ReflectionUtils.FieldFilter
-
Determine whether the given field matches.
- matches(Method) - Method in interface sf.spring.util.ReflectionUtils.MethodFilter
-
Determine whether the given method matches.
- matches(String, String) - Static method in class sf.tools.string.RegexpUtils
-
效果等同于String.matches.
- matches(String, String, boolean) - Static method in class sf.tools.string.RegexpUtils
-
判断字符串和正则表达式是否匹配
- matchesTypeName(Class<?>, String) - Static method in class sf.spring.util.ClassUtils
-
Check whether the given class matches the user-specified type name.
- matchProductName(String) - Method in enum sf.database.dialect.DatabaseDriver
-
- matchStart(String, String) - Method in class sf.spring.util.AntPathMatcher
-
- matchStart(String, String) - Method in interface sf.spring.util.PathMatcher
-
Match the given
path
against the corresponding part of the given
pattern
, according to this PathMatcher's matching strategy.
- matchStrings(String, Map<String, String>) - Method in class sf.spring.util.AntPathMatcher.AntPathStringMatcher
-
Main entry point.
- md5(String) - Static method in class sf.tools.codec.HashUtils
-
- merge(T) - Method in class org.smallframework.spring.SpringDaoMapper
-
- merge(T) - Method in class sf.database.dao.DBClient
-
- merge(T) - Method in interface sf.database.dao.DBMethod
-
合并结果,根据传入主键确定是保存还是修改数据.
- merge(Connection, DBObject) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- merge(Connection, DBObject) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
合并记录
- merge(T) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- merge(T) - Method in interface sf.database.mapper.DaoMapper
-
合并记录
- merge(T) - Method in class sf.database.mapper.DaoMapperImpl
-
- mergeArrayIntoCollection(Object, Collection<E>) - Static method in class sf.spring.util.CollectionUtils
-
Merge the given array into the given Collection.
- mergePropertiesIntoMap(Properties, Map<K, V>) - Static method in class sf.spring.util.CollectionUtils
-
Merge the given Properties instance into the given Map,
copying all properties (key-value pairs) over.
- mergeStringArrays(String[], String[]) - Static method in class sf.spring.util.StringUtils
-
Deprecated.
as of 4.3.15, in favor of manual merging via
LinkedHashSet
(with every entry included at most once, even entries within the first array)
- meta - Variable in class sf.database.meta.ColumnMapping
-
- MetadataContainer - Interface in sf.database.meta
-
所有自带TableMetadata信息的字段
- MetadataEventListener - Interface in sf.database.support
-
表结构变更时,整个操作过程进度的事件监听器(可以干涉修改表的过程)
按事件的时间顺序如下
变更表之前 (可以控制是否继续刷新操作)
如果表不存在,创建表之前(可以控制是否建表)
如果表存在,在比较表之前(可以控制是否继续刷新操作)
数据库中的表和元数据比较完成后
比较完成并生成SQL后,在操作表之前
在每句SQL执行成功后
在任何一句SQL执行失败后
在所有SQL都执行完成后
- MetadataFeature - Class in sf.database.meta
-
- MetadataFeature(DatabaseMetaData) - Constructor for class sf.database.meta.MetadataFeature
-
- MetadataReader - Interface in sf.spring.core.type.classreading
-
Simple facade for accessing class metadata,
as read by an ASM
ClassReader
.
- metadataReaderFactory - Static variable in class org.smallframework.spring.path.SpringClassPathScanning
-
metadataReaderFactory spring中用来读取resource为class的工具
- MetadataReaderFactory - Interface in sf.spring.core.type.classreading
-
Factory interface for
MetadataReader
instances.
- metaFieldMap - Variable in class sf.database.meta.TableMapping
-
java字段名称和字段对应,支持实体类里出现只用大小写区分的同类型对象.
- metaFields - Variable in class sf.database.meta.TableMapping
-
- MetaHolder - Class in sf.database.meta
-
- MetaHolder() - Constructor for class sf.database.meta.MetaHolder
-
- METHOD - Static variable in class sf.spring.asm.Type
-
The sort of method types.
- METHOD_FORMAL_PARAMETER - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the type of a formal parameter of a method.
- METHOD_INVOCATION_TYPE_ARGUMENT - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target a type parameter of a generic method in a method call.
- METHOD_RECEIVER - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the receiver type of a method.
- METHOD_REFERENCE - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the receiver type of a method reference.
- METHOD_REFERENCE_TYPE_ARGUMENT - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target a type parameter of a generic method in a method
reference.
- METHOD_RETURN - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the return type of a method.
- METHOD_TYPE_PARAMETER - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target a type parameter of a generic method.
- METHOD_TYPE_PARAMETER_BOUND - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a generic method.
- methodAccess - Variable in class sf.database.meta.TableMapping
-
reflectasm相关
- MethodAccess - Class in sf.tools.reflectasm
-
- MethodAccess() - Constructor for class sf.tools.reflectasm.MethodAccess
-
- MethodHandleAutoSQL - Class in sf.database.mapper.handle
-
使用spring-data-commons实现,使用方法和spring-data-jpa一致
自动生成sql
- MethodHandleProvider - Class in sf.database.mapper.handle
-
以下注解的功能实现.
- MethodHandleProvider() - Constructor for class sf.database.mapper.handle.MethodHandleProvider
-
- MethodHandleSQL - Class in sf.database.mapper.handle
-
接口执行SQL
- MethodHandleTemplate - Class in sf.database.mapper.handle
-
接口执行模板
- MethodMetadata - Interface in sf.spring.core.type
-
Interface that defines abstract access to the annotations of a specific
class, in a form that does not require that class to be loaded yet.
- MethodTooLargeException - Exception in sf.spring.asm
-
Exception thrown when the Code attribute of a method produced by a
ClassWriter
is too
large.
- MethodTooLargeException(String, String, String, int) - Constructor for exception sf.spring.asm.MethodTooLargeException
-
Constructs a new
MethodTooLargeException
.
- MethodVisitor - Class in sf.spring.asm
-
A visitor to visit a Java method.
- MethodVisitor(int) - Constructor for class sf.spring.asm.MethodVisitor
-
Constructs a new
MethodVisitor
.
- MethodVisitor(int, MethodVisitor) - Constructor for class sf.spring.asm.MethodVisitor
-
Constructs a new
MethodVisitor
.
- mid(String, int, int) - Static method in class sf.tools.StringUtils
-
Gets
len
characters from the middle of a String.
- mkdir() - Method in class sf.tools.URLFile
-
- mkdirs() - Method in class sf.tools.URLFile
-
- model2Save(DBContext, TableMapping, DBDialect, DBObject, boolean) - Static method in class sf.database.jdbc.sql.CommonSql
-
生成插入语句
- modifyPrimaryKey(Constraint, Constraint) - Method in class sf.database.dbinfo.DdlGeneratorImpl
-
- ModuleVisitor - Class in sf.spring.asm
-
A visitor to visit a Java module.
- ModuleVisitor(int) - Constructor for class sf.spring.asm.ModuleVisitor
-
Constructs a new
ModuleVisitor
.
- ModuleVisitor(int, ModuleVisitor) - Constructor for class sf.spring.asm.ModuleVisitor
-
Constructs a new
ModuleVisitor
.
- MONITORENTER - Static variable in interface sf.spring.asm.Opcodes
-
- MONITOREXIT - Static variable in interface sf.spring.asm.Opcodes
-
- ms - Static variable in class sf.database.mapper.handle.MethodHandleAutoSQL
-
- ms - Static variable in class sf.database.mapper.handle.MethodHandleSQL
-
- ms - Static variable in class sf.database.mapper.handle.MethodHandleTemplate
-
- MULTIANEWARRAY - Static variable in interface sf.spring.asm.Opcodes
-
- MultiValueMap<K,V> - Interface in sf.spring.util
-
Extension of the
Map
interface that stores multiple values.
- mv - Variable in class sf.spring.asm.MethodVisitor
-
The method visitor to which this visitor must delegate method calls.
- mv - Variable in class sf.spring.asm.ModuleVisitor
-
The module visitor to which this visitor must delegate method calls.
- MybatisHandler - Class in sf.database.template.mybatis
-
- MybatisHelp - Class in sf.database.template.mybatis
-
- MybatisTemplate - Class in sf.database.template.mybatis
-
mybatis 模版主要代码
- MybatisTemplate() - Constructor for class sf.database.template.mybatis.MybatisTemplate
-
- mysql - Static variable in class sf.database.dialect.DialectUtils
-
- MYSQL - Static variable in class sf.database.dialect.Keywords
-
- MYSQL - Static variable in interface sf.jooq.JooqSupportDatabase
-
- MySQL - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- MySqlDialect - Class in sf.database.dialect.mysql
-
- MySqlDialect() - Constructor for class sf.database.dialect.mysql.MySqlDialect
-
N
- name() - Method in interface sf.core.DBCascadeField
-
- name() - Method in interface sf.core.DBField
-
- name() - Method in class sf.database.dbinfo.ForeignKey
-
- name() - Method in class sf.database.meta.TupleField
-
- named(String) - Static method in class sf.database.meta.dynamic.DynamicColumnMapping
-
Creates default column meta data with the given column name, but without
any type or constraint information.
- NameSpaceDirective - Class in sf.database.template.enjoy.ext
-
NameSpaceDirective
- NameSpaceDirective() - Constructor for class sf.database.template.enjoy.ext.NameSpaceDirective
-
- nativeSQL(String) - Method in class sf.database.connection.WrapConnection
-
- ne(DBField, Object) - Method in class sf.dsl.Example.GeneratedCriteria
-
- needLoad(String) - Method in interface sf.core.ILazyLoadContext
-
返回任务编号,-1表示无需执行
- needUpdate() - Method in class sf.core.DBObject
-
- needUpdate() - Method in interface sf.core.IDML
-
判断是否需要更新
- NEW - Static variable in interface sf.spring.asm.Opcodes
-
- NEW - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the type of the object created by a 'new' instruction.
- NEWARRAY - Static variable in interface sf.spring.asm.Opcodes
-
- newClass(String) - Method in class sf.spring.asm.ClassWriter
-
Adds a class reference to the constant pool of the class being build.
- newConst(Object) - Method in class sf.spring.asm.ClassWriter
-
Adds a number or string constant to the constant pool of the class being build.
- newConstantDynamic(String, String, Handle, Object...) - Method in class sf.spring.asm.ClassWriter
-
Adds a dynamic constant reference to the constant pool of the class being build.
- newExceptionReference(int) - Static method in class sf.spring.asm.TypeReference
-
Returns a reference to the type of an exception, in a 'throws' clause of a method.
- newField(String, String, String) - Method in class sf.spring.asm.ClassWriter
-
Adds a field reference to the constant pool of the class being build.
- newFormalParameterReference(int) - Static method in class sf.spring.asm.TypeReference
-
Returns a reference to the type of a formal parameter of a method.
- newHandle(int, String, String, String) - Method in class sf.spring.asm.ClassWriter
-
Deprecated.
this method is superseded by
ClassWriter.newHandle(int, String, String, String,
boolean)
.
- newHandle(int, String, String, String, boolean) - Method in class sf.spring.asm.ClassWriter
-
Adds a handle to the constant pool of the class being build.
- newInstance(Class<T>) - Static method in class org.smallframework.spring.SormBeanPropertyRowMapper
-
Static factory method to create a new
SormBeanPropertyRowMapper
(with the mapped class specified only once).
- newInstance(Class<T>) - Static method in class sf.tools.reflect.UnsafeUtils
-
不使用反射直接创造对象,注意类的构造方法不会被执行
- newInstance() - Method in class sf.tools.reflectasm.ConstructorAccess
-
Constructor for top-level classes and static nested classes.
- newInstance(Object) - Method in class sf.tools.reflectasm.ConstructorAccess
-
Constructor for inner classes (non-static nested classes).
- newInvokeDynamic(String, String, Handle, Object...) - Method in class sf.spring.asm.ClassWriter
-
Adds an invokedynamic reference to the constant pool of the class being build.
- newMethod(String, String, String, boolean) - Method in class sf.spring.asm.ClassWriter
-
Adds a method reference to the constant pool of the class being build.
- newMethodType(String) - Method in class sf.spring.asm.ClassWriter
-
Adds a method type reference to the constant pool of the class being build.
- newModule(String) - Method in class sf.spring.asm.ClassWriter
-
Adds a module reference to the constant pool of the class being build.
- newNameType(String, String) - Method in class sf.spring.asm.ClassWriter
-
Adds a name and type to the constant pool of the class being build.
- newPackage(String) - Method in class sf.spring.asm.ClassWriter
-
Adds a package reference to the constant pool of the class being build.
- newRecord() - Method in class sf.database.jdbc.sql.RecordsHolder
-
创建一个新记录
- newSuperTypeReference(int) - Static method in class sf.spring.asm.TypeReference
-
Returns a reference to the super class or to an interface of the 'implements' clause of a
class.
- newTryCatchReference(int) - Static method in class sf.spring.asm.TypeReference
-
Returns a reference to the type of the exception declared in a 'catch' clause of a method.
- newTypeArgumentReference(int, int) - Static method in class sf.spring.asm.TypeReference
-
Returns a reference to the type of a type argument in a constructor or method call or
reference.
- newTypeParameterBoundReference(int, int, int) - Static method in class sf.spring.asm.TypeReference
-
Returns a reference to a type parameter bound of a generic class or method.
- newTypeParameterReference(int, int) - Static method in class sf.spring.asm.TypeReference
-
Returns a reference to a type parameter of a generic class or method.
- newTypeReference(int) - Static method in class sf.spring.asm.TypeReference
-
Returns a type reference of the given sort.
- newUTF8(String) - Method in class sf.spring.asm.ClassWriter
-
Adds an UTF8 string to the constant pool of the class being build.
- next() - Method in class sf.database.jdbc.sql.ResultSetIteration
-
Iterator接口
- nextID(String) - Method in class sf.tools.snowflake.SnowflakeIDAutoGen
-
生成id
- nextId() - Method in class sf.tools.snowflake.SnowflakeIDWorker
-
- nextSlave() - Method in class sf.database.datasource.SimpleRoutingDataSource
-
- NO_ORDER - Static variable in class sf.ext.gen.GenConfig
-
- NO_ROW_LIMIT - Static variable in class sf.database.mapper.handle.RowLimit
-
- NO_ROW_OFFSET - Static variable in class sf.database.mapper.handle.RowLimit
-
- noNullElements(Object[], String) - Static method in class sf.spring.util.Assert
-
Assert that an array contains no
null
elements.
- noNullElements(Object[], Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert that an array contains no
null
elements.
- noNullElements(Object[]) - Static method in class sf.spring.util.Assert
-
Deprecated.
as of 4.3.7, in favor of
Assert.noNullElements(Object[], String)
- noNullElements(Collection<?>, String) - Static method in class sf.spring.util.Assert
-
Assert that a collection contains no
null
elements.
- noNullElements(Collection<?>, Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert that a collection contains no
null
elements.
- NOP - Static variable in interface sf.spring.asm.Opcodes
-
- NOT_UNIQUE_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- notBetween(DBField, Object, Object) - Method in class sf.dsl.Example.GeneratedCriteria
-
- notEmpty(Object[], String) - Static method in class sf.spring.util.Assert
-
Assert that an array contains elements; that is, it must not be
null
and must contain at least one element.
- notEmpty(Object[], Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert that an array contains elements; that is, it must not be
null
and must contain at least one element.
- notEmpty(Object[]) - Static method in class sf.spring.util.Assert
-
Deprecated.
as of 4.3.7, in favor of
Assert.notEmpty(Object[], String)
- notEmpty(Collection<?>, String) - Static method in class sf.spring.util.Assert
-
Assert that a collection contains elements; that is, it must not be
null
and must contain at least one element.
- notEmpty(Collection<?>, Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert that a collection contains elements; that is, it must not be
null
and must contain at least one element.
- notEmpty(Collection<?>) - Static method in class sf.spring.util.Assert
-
Deprecated.
as of 4.3.7, in favor of
Assert.notEmpty(Collection, String)
- notEmpty(Map<?, ?>, String) - Static method in class sf.spring.util.Assert
-
Assert that a Map contains entries; that is, it must not be
null
and must contain at least one entry.
- notEmpty(Map<?, ?>, Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert that a Map contains entries; that is, it must not be
null
and must contain at least one entry.
- notEmpty(Map<?, ?>) - Static method in class sf.spring.util.Assert
-
Deprecated.
as of 4.3.7, in favor of
Assert.notEmpty(Map, String)
- notHas(Feature) - Method in interface sf.database.dialect.DatabaseDialect
-
判断数据库是否不支持某项特性
- notHas(Feature) - Method in class sf.database.dialect.DBDialect
-
- notHas(Feature) - Method in interface sf.database.dialect.IDBDialect
-
判断数据库是否不支持某项特性
- notIn(DBField, Collection<?>) - Method in class sf.dsl.Example.GeneratedCriteria
-
- notIn(DBField, Object...) - Method in class sf.dsl.Example.GeneratedCriteria
-
- notLike(DBField, String) - Method in class sf.dsl.Example.GeneratedCriteria
-
- notLike(DBField, String, char) - Method in class sf.dsl.Example.GeneratedCriteria
-
- notLike(DBField, String, boolean) - Method in class sf.dsl.Example.GeneratedCriteria
-
- NotModified - Annotation Type in sf.codegen.support
-
标识不要做增强
- notNull - Variable in class sf.dsl.Example.GeneratedCriteria
-
- notNull - Variable in class sf.dsl.Example
-
- notNull(Object, String) - Static method in class sf.spring.util.Assert
-
Assert that an object is not
null
.
- notNull(Object, Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert that an object is not
null
.
- notNull(Object) - Static method in class sf.spring.util.Assert
-
Deprecated.
as of 4.3.7, in favor of
Assert.notNull(Object, String)
- NULL - Static variable in interface sf.spring.asm.Opcodes
-
- nullable - Variable in class sf.database.dbinfo.ColumnDBType
-
- Nullable - Annotation Type in sf.spring.lang
-
A common Spring annotation to declare that annotated elements can be
null
under
some circumstance.
- nullSafeClassName(Object) - Static method in class sf.spring.util.ObjectUtils
-
Determine the class name for the given object.
- nullSafeEquals(Object, Object) - Static method in class sf.spring.util.ObjectUtils
-
Determine if the given objects are equal, returning
true
if
both are null
or false
if only one is null
.
- nullSafeHashCode(Object) - Static method in class sf.spring.util.ObjectUtils
-
Return as hash code for the given object; typically the value of
Object#hashCode()
}.
- nullSafeHashCode(Object[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(boolean[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(byte[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(char[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(double[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(float[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(int[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(long[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(short[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeToString(Object) - Static method in class sf.spring.util.ObjectUtils
-
Return a String representation of the specified Object.
- nullSafeToString(Object[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(boolean[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(byte[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(char[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(double[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(float[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(int[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(long[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(short[]) - Static method in class sf.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- NullType - Class in sf.database.jdbc.type
-
- NullType() - Constructor for class sf.database.jdbc.type.NullType
-
- number(String, Class<T>) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
新创建
- number(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- number(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
抹去泛型类型
- numberNew(DBField, Class<T>) - Method in class sf.querydsl.SQLRelationalPath
-
新创建
- NumberUtils - Class in sf.tools
-
- NumberUtils() - Constructor for class sf.tools.NumberUtils
-
O
- OBJECT - Static variable in class sf.spring.asm.Type
-
The sort of object reference types.
- OBJECT_INSTANCE_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- ObjectDISTINCTType - Class in sf.database.jdbc.type
-
- ObjectDISTINCTType() - Constructor for class sf.database.jdbc.type.ObjectDISTINCTType
-
- ObjectFastJsonMapping<T> - Class in sf.database.jdbc.extension
-
扩展Java-DB的映射规则,将复杂对象转换为JSON与数据库中的文本进行对应
- ObjectFastJsonMapping() - Constructor for class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- objectFieldOffset(Field) - Static method in class sf.tools.reflect.UnsafeUtils
-
- objectFieldOffset(Field) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Reports the location of a given field in the storage allocation of its
class.
- ObjectGsonMapping<T> - Class in sf.database.jdbc.extension
-
- ObjectGsonMapping() - Constructor for class sf.database.jdbc.extension.ObjectGsonMapping
-
- ObjectGsonMapping(Gson) - Constructor for class sf.database.jdbc.extension.ObjectGsonMapping
-
- ObjectJacksonMapping<T> - Class in sf.database.jdbc.extension
-
jackson实现的json映射.
- ObjectJacksonMapping() - Constructor for class sf.database.jdbc.extension.ObjectJacksonMapping
-
- ObjectJacksonMapping(ObjectMapper) - Constructor for class sf.database.jdbc.extension.ObjectJacksonMapping
-
- ObjectJAVAOBJECTType - Class in sf.database.jdbc.type
-
- ObjectJAVAOBJECTType() - Constructor for class sf.database.jdbc.type.ObjectJAVAOBJECTType
-
- ObjectJsonMapping<T> - Class in sf.database.jdbc.extension
-
扩展Java-DB的映射规则,将复杂对象转换为JSON与数据库中的文本进行对应
- ObjectJsonMapping() - Constructor for class sf.database.jdbc.extension.ObjectJsonMapping
-
- ObjectMapUtils - Class in sf.tools
-
对象和map互转
- ObjectMapUtils() - Constructor for class sf.tools.ObjectMapUtils
-
- ObjectOTHERType - Class in sf.database.jdbc.type
-
- ObjectOTHERType() - Constructor for class sf.database.jdbc.type.ObjectOTHERType
-
- Objects - Class in sf.tools.reflect
-
- Objects() - Constructor for class sf.tools.reflect.Objects
-
- objectToArray(Object) - Static method in class sf.tools.ArrayUtils
-
Object的数组转换为Object[]数组.
- ObjectType - Enum in sf.database.dbinfo
-
枚举数据库对象类型
ObjectType.TABLE
数据库表
ObjectType.SEQUENCE
数据库序列
ObjectType.VIEW
数据库视图
ObjectType.FUNCTION
自定义函数
ObjectType.PROCEDURE
存储过程
- ObjectType - Class in sf.database.jdbc.type
-
通用java类型
- ObjectType() - Constructor for class sf.database.jdbc.type.ObjectType
-
- ObjectUtils - Class in sf.spring.util
-
Miscellaneous object utility methods.
- ObjectUtils() - Constructor for class sf.spring.util.ObjectUtils
-
- offset_SelectImpl - Static variable in class org.jooq.impl.JooqVisitor
-
- offsetLimit - Variable in class sf.dsl.Example
-
查询总数限制
- offsetLimit(long, int) - Method in class sf.dsl.Example
-
分页参数
- OffsetLimit(long, int) - Constructor for class sf.dsl.Example.OffsetLimit
-
- onAlterSqlFinished(String, String, List<String>, int, long) - Method in interface sf.database.support.MetadataEventListener
-
每一句SQL语句执行完成后
- onColumnsCompared(String, TableMapping, Set<ColumnMapping>, List<ColumnMapping>, List<String>) - Method in interface sf.database.support.MetadataEventListener
-
表结构比较完成后出发,提供了表的对比结果供用户判断。
在这个方法中,实现类可以直接修改传入的比较结果,让后续的程序按修改后的比较结果执行ALTER TABLE语句。
- onCompareColumns(String, List<ColumnInfo>, Map<DBField, ColumnMapping>) - Method in interface sf.database.support.MetadataEventListener
-
开始进行表结构的比较
- onFieldRead(FieldExtDef) - Method in class sf.accelerator.asm.commons.FieldExtCallback
-
- onResolveEntityClassFromMapperInterface(Class<?>) - Method in class sf.database.mapper.MapperJavaProxy
-
获取BaseMapper<EntityClass>接口的泛型实体参数类.
- onSqlExecuteError(Exception, String, String, List<String>, int) - Method in interface sf.database.support.MetadataEventListener
-
当某句SQL语句执行失败后触发
- onTableCreate(TableMapping, String) - Method in interface sf.database.support.MetadataEventListener
-
表不存在,将会创建表
- onTableFinished(TableMapping, String) - Method in interface sf.database.support.MetadataEventListener
-
表变更完成
- Opcodes - Interface in sf.spring.asm
-
The JVM opcodes, access flags and array type codes.
- openStreamIterator - Variable in class org.smallframework.springboot.SmallOrmProperties
-
是否开启流式迭代
- openStreamIterator - Variable in class sf.database.OrmConfig
-
是否开启流式迭代(默认关闭)
- Operator - Enum in sf.dsl
-
条件运算符 =等于 >大于 < 小于 >=大于等于 <= 小于等于
!= 不等于 ^= 匹配字符串头 $= 匹配字符串尾 *=
匹配字符串任意位置 in in [] BETWEEN
- OptimisticLock - Class in sf.database.meta
-
乐观锁支持
- OptimisticLock() - Constructor for class sf.database.meta.OptimisticLock
-
- or() - Method in class sf.dsl.Example.GeneratedCriteria
-
or条件
- or(Example.Criteria) - Method in class sf.dsl.Example
-
- or() - Method in class sf.dsl.Example
-
- oracle - Static variable in class sf.database.dialect.DialectUtils
-
- ORACLE - Static variable in class sf.database.dialect.Keywords
-
- Oracle - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- OracleDialect - Class in sf.database.dialect.oracle
-
- OracleDialect() - Constructor for class sf.database.dialect.oracle.OracleDialect
-
- ORDER_BY_ORIGNAL - Static variable in class sf.ext.gen.GenConfig
-
- ORDER_BY_TYPE - Static variable in class sf.ext.gen.GenConfig
-
- orderBy(DBField, Example.Order) - Method in class sf.dsl.Example
-
- orderBy(DBField...) - Method in class sf.dsl.Example
-
- orderByAsc(DBField...) - Method in class sf.dsl.Example
-
- orderByDesc(DBField...) - Method in class sf.dsl.Example
-
- orderdColumns - Variable in class sf.database.meta.dynamic.DynamicTableMapping
-
- orderMap - Variable in class sf.dsl.Example
-
排序字段
- org.jooq.impl - package org.jooq.impl
-
- org.smallframework.mavenplugin.goal - package org.smallframework.mavenplugin.goal
-
- org.smallframework.spring - package org.smallframework.spring
-
- org.smallframework.spring.mapper - package org.smallframework.spring.mapper
-
- org.smallframework.spring.path - package org.smallframework.spring.path
-
- org.smallframework.springboot - package org.smallframework.springboot
-
- ORM_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- ORM_LAZY_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- ORM_PREFIX - Static variable in class org.smallframework.springboot.SmallOrmProperties
-
- ormConfig(DataSource) - Method in class org.smallframework.springboot.SmallOrmAutoConfiguration
-
- OrmConfig - Class in sf.database
-
- OrmConfig() - Constructor for class sf.database.OrmConfig
-
- OrmConfigFactoryBean - Class in org.smallframework.spring
-
- OrmConfigFactoryBean() - Constructor for class org.smallframework.spring.OrmConfigFactoryBean
-
- OrmIterator<T> - Interface in sf.database.jdbc.sql
-
- OrmLog - Class in sf.common.log
-
- OrmLog() - Constructor for class sf.common.log.OrmLog
-
- OrmMapper - Annotation Type in sf.database.mapper.annotation
-
标注接口是DaoMapper,动态生成sql语句.
- OrmParam - Annotation Type in sf.database.mapper.annotation
-
orm参数
- OrmSession - Interface in sf.database.jpa
-
orm的session基类,由于beetlsql和hibernate等使用了一级缓存,导致关系映射比sorm性能高.
- OrmSessionImpl - Class in sf.database.jpa
-
- OrmSessionImpl() - Constructor for class sf.database.jpa.OrmSessionImpl
-
- OrmStream<T> - Interface in sf.database.jdbc.sql
-
- OrmUtils - Class in sf.database.util
-
- OrmUtils() - Constructor for class sf.database.util.OrmUtils
-
- OrmValueUtils - Class in sf.database.util
-
orm的设置值的方法
- OrmValueUtils() - Constructor for class sf.database.util.OrmValueUtils
-
- OrmValueUtils.BeanValueType - Enum in sf.database.util
-
设置值的方法.
- overrideThreadContextClassLoader(ClassLoader) - Static method in class sf.spring.util.ClassUtils
-
Override the thread context ClassLoader with the environment's bean ClassLoader
if necessary, i.e.
P
- packagesToScan - Variable in class sf.database.OrmConfig
-
指定扫描若干包,配置示例如下——
- Page<T> - Class in sf.common.wrapper
-
- Page() - Constructor for class sf.common.wrapper.Page
-
- Page(int) - Constructor for class sf.common.wrapper.Page
-
构造
- Page(long, int) - Constructor for class sf.common.wrapper.Page
-
构造
- Page(int, List<T>, int) - Constructor for class sf.common.wrapper.Page
-
构造
- PageDirective - Class in sf.database.template.enjoy.ext
-
使用 #page("...")
- PageDirective() - Constructor for class sf.database.template.enjoy.ext.PageDirective
-
- PageDirective - Class in sf.database.template.freemarker.ext
-
使用 <@page>...
- PageDirective() - Constructor for class sf.database.template.freemarker.ext.PageDirective
-
- PageIgnoreDirective - Class in sf.database.template.enjoy.ext
-
- PageIgnoreDirective() - Constructor for class sf.database.template.enjoy.ext.PageIgnoreDirective
-
- PageIgnoreDirective - Class in sf.database.template.freemarker.ext
-
- PageIgnoreDirective() - Constructor for class sf.database.template.freemarker.ext.PageIgnoreDirective
-
- PageIgnoreTagDirective - Class in sf.database.template.enjoy.ext
-
- PageIgnoreTagDirective() - Constructor for class sf.database.template.enjoy.ext.PageIgnoreTagDirective
-
- PageListHandler<T> - Class in sf.database.jdbc.handle
-
假分页
- PageListHandler(RowMapper<T>) - Constructor for class sf.database.jdbc.handle.PageListHandler
-
- PageStrategy - Enum in sf.database.jdbc.sql
-
分页策略
- PageTagDirective - Class in sf.database.template.enjoy.ext
-
必须使用#pageColumnsTag() ...
- PageTagDirective() - Constructor for class sf.database.template.enjoy.ext.PageTagDirective
-
- PARA_ARRAY_KEY - Static variable in class sf.database.template.expression.ExpressionHelp
-
- PARA_ARRAY_KEY - Static variable in interface sf.database.template.TemplateConstants
-
- ParaDirective - Class in sf.database.template.enjoy.ext
-
#para 指令用于在 sql 模板中根据参数名生成问号占位以及查询参数
- ParaDirective() - Constructor for class sf.database.template.enjoy.ext.ParaDirective
-
- Parameter - Annotation Type in sf.database.annotations
-
- parameterExists - Static variable in class sf.tools.reflect.Jdk
-
true
if java.lang.reflect.Parameter
is available.
- ParaModel - Class in sf.database.template.freemarker.ext
-
- ParaModel() - Constructor for class sf.database.template.freemarker.ext.ParaModel
-
- park(boolean, long) - Method in class sf.tools.reflect.UnsafeWrapper
-
Blocks current thread, returning when a balancing
unpark
occurs, or a balancing unpark
has
already occurred, or the thread is interrupted, or, if not
absolute and time is not zero, the given time nanoseconds have
elapsed, or if absolute, the given deadline in milliseconds
since Epoch has passed, or spuriously (i.e., returning for no
"reason").
- parseDbInfo(ConnectInfo) - Method in interface sf.database.dialect.DatabaseDialect
-
根据 JDBC的URL,解析出其中的dbname,host,user等信息。目的是为了在不必连接数据库的情况下,得到数据库名称
- parseEnumFields(ClassReader) - Method in class sf.codegen.EnhanceTaskASM
-
- parseFullName(String) - Static method in enum sf.database.dbinfo.ConstraintType
-
- parseInsert(Method, DBClient, String, Object[], boolean) - Method in class sf.database.mapper.handle.MethodHandleSQL
-
- parseInsert(Method, DBClient, String, Object[], boolean, boolean) - Method in class sf.database.mapper.handle.MethodHandleTemplate
-
- parseLocale(String) - Static method in class sf.spring.util.StringUtils
-
Parse the given
String
value into a Locale
, accepting
the Locale.toString()
format as well as BCP 47 language tags.
- parseLocaleString(String) - Static method in class sf.spring.util.StringUtils
-
Parse the given
String
representation into a Locale
.
- parseName(String) - Static method in enum sf.database.dbinfo.ConstraintType
-
- parseName(String) - Static method in enum sf.database.dbinfo.ForeignKeyAction
-
- parseName(String) - Static method in enum sf.database.dbinfo.ForeignKeyMatchType
-
- parseSelectList(PartTree, Method, DBClient, List<SQLContext>) - Method in class sf.database.mapper.handle.MethodHandleAutoSQL
-
- parseSelectList(Method, DBClient, String, Object[]) - Method in class sf.database.mapper.handle.MethodHandleSQL
-
- parseSelectList(Method, DBClient, String, Object[], boolean) - Method in class sf.database.mapper.handle.MethodHandleTemplate
-
- parseSqlTemplate() - Method in class sf.database.template.enjoy.ext.SqlKit
-
- parseStringValue(String, PropertyPlaceholderHelper.PlaceholderResolver, Set<String>) - Method in class sf.spring.util.PropertyPlaceholderHelper
-
- parseTimeZoneString(String) - Static method in class sf.spring.util.StringUtils
-
Parse the given
timeZoneString
value into a TimeZone
.
- parseUpdate(SQLContext, Method, DBClient) - Method in class sf.database.mapper.handle.MethodHandleAutoSQL
-
根据返回参数int 或者int[] 判断是否是批处理。如果都没有,根据第一参数判断
- parseUpdate(Method, DBClient, String, Object[]) - Method in class sf.database.mapper.handle.MethodHandleSQL
-
根据返回参数int 或者int[] 判断是否是批处理。如果都没有,根据第一参数判断
- parseUpdate(Method, DBClient, String, Object[], boolean) - Method in class sf.database.mapper.handle.MethodHandleTemplate
-
根据返回参数int 或者int[] 判断是否是批处理。如果都没有,根据第一参数判断
- password - Variable in class sf.database.datasource.SimpleDataSource
-
- path - Static variable in class sf.database.template.TemplateRender
-
- path(String) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- path(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- path(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
- pathEquals(String, String) - Static method in class sf.spring.util.StringUtils
-
Compare two paths after normalization of them.
- PathMatcher - Interface in sf.spring.util
-
Strategy interface for
String
-based path matching.
- PathMatchingResourcePatternResolver - Class in sf.spring.core.io.support
-
A
ResourcePatternResolver
implementation that is able to resolve a
specified resource location path into one or more matching Resources.
- PathMatchingResourcePatternResolver() - Constructor for class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Create a new PathMatchingResourcePatternResolver with a DefaultResourceLoader.
- PathMatchingResourcePatternResolver(ResourceLoader) - Constructor for class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Create a new PathMatchingResourcePatternResolver.
- PathMatchingResourcePatternResolver(ClassLoader) - Constructor for class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Create a new PathMatchingResourcePatternResolver with a DefaultResourceLoader.
- PathResource - Class in sf.spring.core.io
-
Deprecated.
as of 5.1.1, in favor of
FileSystemResource.FileSystemResource(Path)
- PathResource(Path) - Constructor for class sf.spring.core.io.PathResource
-
Deprecated.
Create a new PathResource from a Path handle.
- PathResource(String) - Constructor for class sf.spring.core.io.PathResource
-
Deprecated.
Create a new PathResource from a Path handle.
- PathResource(URI) - Constructor for class sf.spring.core.io.PathResource
-
Deprecated.
Create a new PathResource from a Path handle.
- persist(Object) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- PERSONAL_ID_CARD - Static variable in class sf.tools.string.RegexpUtils
-
- pkFields - Variable in class sf.database.meta.dynamic.DynamicTableMapping
-
- PLACEHOLDER_PREFIX - Static variable in class sf.spring.util.SystemPropertyUtils
-
Prefix for system property placeholders: "${"
- PLACEHOLDER_SUFFIX - Static variable in class sf.spring.util.SystemPropertyUtils
-
Suffix for system property placeholders: "}"
- PojoGen - Class in sf.ext.gen
-
代码生成类
- PojoGen(Connection, String, String, GenConfig) - Constructor for class sf.ext.gen.PojoGen
-
- pollForPurge() - Method in class sf.spring.util.ConcurrentReferenceHashMap.ReferenceManager
-
Return any reference that has been garbage collected and can be purged from the
underlying structure or
null
if no references need purging.
- pool - Static variable in class sf.database.meta.MetaHolder
-
元数据池,对应数据库表,key必须严格的相等
- POP - Static variable in interface sf.spring.asm.Opcodes
-
- POP2 - Static variable in interface sf.spring.asm.Opcodes
-
- position(byte[], long) - Method in class sf.database.jdbc.lob.SimpleBlob
-
- position(Blob, long) - Method in class sf.database.jdbc.lob.SimpleBlob
-
- position(String, long) - Method in class sf.database.jdbc.lob.SimpleClob
-
- position(Clob, long) - Method in class sf.database.jdbc.lob.SimpleClob
-
- POSTGRES - Static variable in interface sf.jooq.JooqSupportDatabase
-
- postgresql - Static variable in class sf.database.dialect.DialectUtils
-
- POSTGRESQL - Static variable in class sf.database.dialect.Keywords
-
- PostgreSQL - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- PostgreSqlDialect - Class in sf.database.dialect.postgresql
-
- PostgreSqlDialect() - Constructor for class sf.database.dialect.postgresql.PostgreSqlDialect
-
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.smallframework.spring.mapper.DaoMapperScannerConfigurer
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.smallframework.spring.mapper.DaoMapperScannerConfigurer
-
- preferBigDecimal - Variable in class sf.ext.gen.GenConfig
-
- preferBigDecimal(boolean) - Method in class sf.ext.gen.GenConfig
-
- preferDate - Variable in class sf.ext.gen.GenConfig
-
- preferPrimitive(boolean) - Method in class sf.ext.gen.GenConfig
-
- prefix(String, String) - Static method in class sf.tools.StringUtils
-
- prepareCall(String) - Method in class sf.database.connection.WrapConnection
-
- prepareCall(String, int, int) - Method in class sf.database.connection.WrapConnection
-
- prepareCall(String, int, int, int) - Method in class sf.database.connection.WrapConnection
-
- PreparedStatementCallback<T> - Interface in sf.database.jdbc.sql
-
- PreparedStatementCreator - Interface in sf.database.jdbc.sql
-
- PreparedStatementSetter - Interface in sf.database.jdbc.sql
-
- prepareStatement(String) - Method in class sf.database.connection.WrapConnection
-
- prepareStatement(String, String[]) - Method in class sf.database.connection.WrapConnection
-
- prepareStatement(String, int, int) - Method in class sf.database.connection.WrapConnection
-
- prepareStatement(String, int) - Method in class sf.database.connection.WrapConnection
-
- prepareStatement(String, int, int, int) - Method in class sf.database.connection.WrapConnection
-
- prepareStatement(String, int[]) - Method in class sf.database.connection.WrapConnection
-
- prepareUpdate(DBField, Object) - Method in class sf.core.DBObject
-
- prepareUpdate(DBField, Object) - Method in interface sf.core.IDML
-
准备更新数据
- prettyPrint() - Method in class sf.spring.util.StopWatch
-
Generate a string with a table describing all tasks performed.
- PrimaryKey - Class in sf.database.dbinfo
-
描述数据库主键的信息
- PrimaryKey(String) - Constructor for class sf.database.dbinfo.PrimaryKey
-
- println(StringBuilder) - Static method in class sf.common.log.OrmLog
-
- process(DBObject, int) - Method in interface sf.core.ILazyLoadContext
-
执行指定编号的延迟加载任务
- process(Connection, Object) - Method in interface sf.core.LazyLoadTask
-
- Property - Interface in sf.tools.reflect
-
描述一个属性。提供针对该属性的访问接口
- PropertyHold - Class in sf.tools.reflect
-
- PropertyHold() - Constructor for class sf.tools.reflect.PropertyHold
-
- propertyMap - Variable in class sf.dsl.Example.GeneratedCriteria
-
- propertyMap - Variable in class sf.dsl.Example
-
- PropertyPlaceholderHelper - Class in sf.spring.util
-
Utility class for working with Strings that have placeholder values in them.
- PropertyPlaceholderHelper(String, String) - Constructor for class sf.spring.util.PropertyPlaceholderHelper
-
Creates a new
PropertyPlaceholderHelper
that uses the supplied prefix and suffix.
- PropertyPlaceholderHelper(String, String, String, boolean) - Constructor for class sf.spring.util.PropertyPlaceholderHelper
-
Creates a new
PropertyPlaceholderHelper
that uses the supplied prefix and suffix.
- PropertyPlaceholderHelper.PlaceholderResolver - Interface in sf.spring.util
-
Strategy interface used to resolve replacement values for placeholders contained in Strings.
- ProtocolResolver - Interface in sf.spring.core.io
-
A resolution strategy for protocol-specific resource handles.
- PublicConstructorAccess - Class in sf.tools.reflectasm
-
- PublicConstructorAccess() - Constructor for class sf.tools.reflectasm.PublicConstructorAccess
-
- pull(int) - Method in class sf.core.DBObject
-
拉取
获取类的属性的值
- pull(String) - Method in class sf.core.DBObject
-
- pull(int) - Method in interface sf.core.IAssignValue
-
拉取
获取类的属性的值
- pull(String) - Method in interface sf.core.IAssignValue
-
- purgeUnreferencedEntries() - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
Remove any entries that have been garbage collected and are no longer referenced.
- push(int, Object) - Method in class sf.core.DBObject
-
推
将一个值保存到类的属性中
- push(String, Object) - Method in class sf.core.DBObject
-
- push(int, Object) - Method in interface sf.core.IAssignValue
-
推
将一个值保存到类的属性中
- push(String, Object) - Method in interface sf.core.IAssignValue
-
- put(K, V) - Method in class sf.common.CopyOnWriteMap
-
Adds the provided key and value to this map.
- put(K, V) - Method in class sf.common.SoftHashMap
-
- put(String, Object) - Method in class sf.database.VarObject
-
- put(K, V) - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- put(String, V) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class sf.common.CopyOnWriteMap
-
Inserts all the keys and values contained in the
provided map to this map.
- putAll(Map<? extends String, ?>) - Method in class sf.database.VarObject
-
- putAll(Map<? extends String, ? extends V>) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- putAllTemplate(Map<String, String>) - Method in class sf.database.template.freemarker.FreemarkerHelp
-
- putAllTemplate(Map<String, String>) - Method in class sf.database.template.mybatis.MybatisHelp
-
- putBoolean(Object, long, boolean) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- putByte(int) - Method in class sf.spring.asm.ByteVector
-
Puts a byte into this byte vector.
- putByte(long, byte) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Stores a value into a given memory address.
- putByte(Object, long, byte) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- putByteArray(byte[], int, int) - Method in class sf.spring.asm.ByteVector
-
Puts an array of bytes into this byte vector.
- putByteArray(long, byte[]) - Static method in class sf.tools.reflect.UnsafeWrapper
-
把一个byte[]放到指定的内存块中
- putChar(long, char) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- putChar(Object, long, char) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- putDouble(long, double) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- putDouble(Object, long, double) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- putEnv(String, Object) - Method in class sf.database.jdbc.sql.SQLContext
-
- PUTFIELD - Static variable in interface sf.spring.asm.Opcodes
-
- putFloat(long, float) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- putFloat(Object, long, float) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- putIfAbsent(K, V) - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- putIfAbsent(String, V) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- putInt(int) - Method in class sf.spring.asm.ByteVector
-
Puts an int into this byte vector.
- putInt(long, int) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- putInt(Object, long, int) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Stores a value into a given Java variable.
- putLong(long) - Method in class sf.spring.asm.ByteVector
-
Puts a long into this byte vector.
- putLong(long, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- putLong(Object, long, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- putObject(Object, long, Object) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Stores a reference value into a given Java variable.
- putShort(int) - Method in class sf.spring.asm.ByteVector
-
Puts a short into this byte vector.
- putShort(long, short) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- putShort(Object, long, short) - Static method in class sf.tools.reflect.UnsafeWrapper
-
- PUTSTATIC - Static variable in interface sf.spring.asm.Opcodes
-
- putTemplate(String, String) - Method in class sf.database.template.freemarker.FreemarkerHelp
-
- putTemplate(String, String) - Method in class sf.database.template.mybatis.MybatisHelp
-
- putUTF8(String) - Method in class sf.spring.asm.ByteVector
-
Puts an UTF8 string into this byte vector.
Q
- query - Variable in class sf.core.DBObject
-
- QUERY_CONDITION_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- QUERY_SQL_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- QueryBaseVistor - Class in com.querydsl.core.support
-
- QueryBaseVistor() - Constructor for class com.querydsl.core.support.QueryBaseVistor
-
- QueryDSL - Class in sf.querydsl
-
- QueryDSL() - Constructor for class sf.querydsl.QueryDSL
-
- queryDSLConfiguration(Class<? extends DBObject>...) - Method in interface sf.querydsl.dao.DBQueryDSL
-
QueryDSL支持,返回一个QueryDSL的查询对象,可以使用QueryDSL进行数据库操作(存在连接泄漏风险)
- queryDSLConfiguration(Class<? extends DBObject>...) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLConfiguration(Connection, Class<? extends DBObject>...) - Method in interface sf.querydsl.QueryDSLInf
-
QueryDSL支持,返回QueryDSL的Configuration,可以使用QueryDSL进行数据库操作.
- queryDSLConfiguration(Connection, Class<? extends DBObject>...) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- queryDSLDelete(SQLDeleteClause) - Method in interface sf.querydsl.dao.DBQueryDSL
-
- queryDSLDelete(SQLDeleteClause) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLDelete(Connection, SQLDeleteClause) - Method in interface sf.querydsl.QueryDSLInf
-
- queryDSLDelete(Connection, SQLDeleteClause) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- QueryDSLDialectUtils - Class in sf.querydsl
-
- QueryDSLDialectUtils() - Constructor for class sf.querydsl.QueryDSLDialectUtils
-
- QueryDSLDMLVistor - Class in com.querydsl.sql.dml
-
打破访问限制.
- QueryDSLDMLVistor() - Constructor for class com.querydsl.sql.dml.QueryDSLDMLVistor
-
- queryDSLExists(List<Predicate>, Class<T>) - Method in interface sf.querydsl.dao.DBQueryDSL
-
是否存在
- queryDSLExists(List<Predicate>, Class<T>) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLExists(Connection, List<Predicate>, Class<T>) - Method in interface sf.querydsl.QueryDSLInf
-
是否存在该对象
- queryDSLExists(Connection, List<Predicate>, Class<T>) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- QueryDSLInf - Interface in sf.querydsl
-
querydsl基础操作类
- queryDSLInsert(SQLInsertClause) - Method in interface sf.querydsl.dao.DBQueryDSL
-
- queryDSLInsert(SQLInsertClause, List<Map<String, Object>>) - Method in interface sf.querydsl.dao.DBQueryDSL
-
- queryDSLInsert(SQLInsertClause) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLInsert(SQLInsertClause, List<Map<String, Object>>) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLInsert(Connection, SQLInsertClause) - Method in interface sf.querydsl.QueryDSLInf
-
插入
- queryDSLInsert(Connection, SQLInsertClause, List<Map<String, Object>>) - Method in interface sf.querydsl.QueryDSLInf
-
带返回值
- queryDSLInsert(Connection, SQLInsertClause) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- queryDSLInsert(Connection, SQLInsertClause, List<Map<String, Object>>) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- queryDSLMapper - Variable in class sf.database.mapper.DaoMapperImpl
-
- QueryDSLMapper<T extends DBObject> - Interface in sf.querydsl.mapper
-
- QueryDSLMapperImpl<T extends DBObject> - Class in sf.querydsl.mapper
-
- QueryDSLMapperImpl(DBClient, Class<T>) - Constructor for class sf.querydsl.mapper.QueryDSLMapperImpl
-
- queryDSLMerge(SQLMergeClause) - Method in interface sf.querydsl.dao.DBQueryDSL
-
merge into 只有oracle支持
- queryDSLMerge(SQLMergeClause, List<Map<String, Object>>) - Method in interface sf.querydsl.dao.DBQueryDSL
-
merge into 只有oracle支持
- queryDSLMerge(SQLMergeClause) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLMerge(SQLMergeClause, List<Map<String, Object>>) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLMerge(Connection, SQLMergeClause) - Method in interface sf.querydsl.QueryDSLInf
-
- queryDSLMerge(Connection, SQLMergeClause, List<Map<String, Object>>) - Method in interface sf.querydsl.QueryDSLInf
-
带返回值
- queryDSLMerge(Connection, SQLMergeClause) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- queryDSLMerge(Connection, SQLMergeClause, List<Map<String, Object>>) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- QueryDSLObjectMapJsonType<T> - Class in sf.querydsl
-
提供对Map关系的映射
- QueryDSLObjectMapJsonType() - Constructor for class sf.querydsl.QueryDSLObjectMapJsonType
-
- QueryDSLObjectMapJsonType(int) - Constructor for class sf.querydsl.QueryDSLObjectMapJsonType
-
- QueryDSLOrmImpl - Class in sf.querydsl
-
- queryDSLProvider(boolean) - Method in interface sf.querydsl.dao.DBQueryDSL
-
- queryDSLProvider(boolean) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLSelectIterator(OrmIterator<T>, Class<T>, AbstractSQLQuery<?, ?>) - Method in interface sf.querydsl.dao.DBQueryDSL
-
- queryDSLSelectIterator(OrmIterator<T>, Class<T>, AbstractSQLQuery<?, ?>) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLSelectIterator(OrmIterator<T>, AbstractSQLQuery<T, SQLQuery<T>>) - Method in interface sf.querydsl.mapper.QueryDSLMapper
-
- queryDSLSelectIterator(OrmIterator<T>, AbstractSQLQuery<T, SQLQuery<T>>) - Method in class sf.querydsl.mapper.QueryDSLMapperImpl
-
- queryDSLSelectList(AbstractSQLQuery<?, ?>, Class<T>) - Method in interface sf.querydsl.dao.DBQueryDSL
-
- queryDSLSelectList(AbstractSQLQuery<?, ?>, Class<T>) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLSelectList(AbstractSQLQuery<T, SQLQuery<T>>) - Method in interface sf.querydsl.mapper.QueryDSLMapper
-
- queryDSLSelectList(AbstractSQLQuery<T, SQLQuery<T>>) - Method in class sf.querydsl.mapper.QueryDSLMapperImpl
-
- queryDSLSelectList(Connection, AbstractSQLQuery<?, ?>, Class<T>) - Method in interface sf.querydsl.QueryDSLInf
-
- queryDSLSelectList(Connection, AbstractSQLQuery<?, ?>, Class<T>) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- queryDSLSelectOne(AbstractSQLQuery<?, ?>, Class<T>) - Method in interface sf.querydsl.dao.DBQueryDSL
-
- queryDSLSelectOne(AbstractSQLQuery<?, ?>, Class<T>) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLSelectOne(AbstractSQLQuery<T, SQLQuery<T>>, Class<S>) - Method in interface sf.querydsl.mapper.QueryDSLMapper
-
- queryDSLSelectOne(AbstractSQLQuery<T, SQLQuery<T>>) - Method in interface sf.querydsl.mapper.QueryDSLMapper
-
- queryDSLSelectOne(AbstractSQLQuery<T, SQLQuery<T>>, Class<S>) - Method in class sf.querydsl.mapper.QueryDSLMapperImpl
-
- queryDSLSelectOne(AbstractSQLQuery<T, SQLQuery<T>>) - Method in class sf.querydsl.mapper.QueryDSLMapperImpl
-
- queryDSLSelectOne(Connection, AbstractSQLQuery<?, ?>, Class<T>) - Method in interface sf.querydsl.QueryDSLInf
-
查询单一值
- queryDSLSelectOne(Connection, AbstractSQLQuery<?, ?>, Class<T>) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- queryDSLSelectPage(AbstractSQLQuery<?, ?>, Class<T>, long, int) - Method in interface sf.querydsl.dao.DBQueryDSL
-
sqlserver2000分页有bug
- queryDSLSelectPage(AbstractSQLQuery<?, ?>, Class<T>, long, int) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLSelectPage(AbstractSQLQuery<T, SQLQuery<T>>, int, int) - Method in interface sf.querydsl.mapper.QueryDSLMapper
-
- queryDSLSelectPage(AbstractSQLQuery<T, SQLQuery<T>>, int, int) - Method in class sf.querydsl.mapper.QueryDSLMapperImpl
-
- queryDSLSelectPage(Connection, AbstractSQLQuery<?, ?>, Class<T>, long, int) - Method in interface sf.querydsl.QueryDSLInf
-
sqlserver2000分页有问题
- queryDSLSelectPage(Connection, AbstractSQLQuery<?, ?>, Class<T>, long, int) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- queryDSLSelectStream(OrmStream<T>, Class<T>, AbstractSQLQuery<?, ?>) - Method in interface sf.querydsl.dao.DBQueryDSL
-
- queryDSLSelectStream(OrmStream<T>, Class<T>, AbstractSQLQuery<?, ?>) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLSelectStream(OrmStream<T>, AbstractSQLQuery<T, SQLQuery<T>>) - Method in interface sf.querydsl.mapper.QueryDSLMapper
-
- queryDSLSelectStream(OrmStream<T>, AbstractSQLQuery<T, SQLQuery<T>>) - Method in class sf.querydsl.mapper.QueryDSLMapperImpl
-
- queryDSLSQLTemplates(boolean) - Method in interface sf.querydsl.dao.DBQueryDSL
-
- queryDSLSQLTemplates(boolean) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- QueryDSLSupportDatabase - Interface in sf.querydsl
-
- queryDSLTable() - Method in interface sf.querydsl.mapper.QueryDSLMapper
-
- queryDSLTable(DBContext) - Method in interface sf.querydsl.mapper.QueryDSLMapper
-
- queryDSLTable() - Method in class sf.querydsl.mapper.QueryDSLMapperImpl
-
- queryDSLTable(DBContext) - Method in class sf.querydsl.mapper.QueryDSLMapperImpl
-
- QueryDSLTables - Class in sf.querydsl
-
- QueryDSLTables() - Constructor for class sf.querydsl.QueryDSLTables
-
- queryDSLUpdate(SQLUpdateClause) - Method in interface sf.querydsl.dao.DBQueryDSL
-
- queryDSLUpdate(SQLUpdateClause) - Method in class sf.querydsl.dao.DBQueryDSLImpl
-
- queryDSLUpdate(Connection, SQLUpdateClause) - Method in interface sf.querydsl.QueryDSLInf
-
- queryDSLUpdate(Connection, SQLUpdateClause) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- QueryDSLVistor - Class in com.querydsl.sql
-
打破访问限制.
- QueryDSLVistor() - Constructor for class com.querydsl.sql.QueryDSLVistor
-
- quote(String) - Static method in class sf.spring.util.StringUtils
-
Quote the given
String
with single quotes.
- quoteChar - Variable in class sf.database.dialect.DBDialect
-
- quoteIfString(Object) - Static method in class sf.spring.util.StringUtils
-
Turn the given Object into a
String
with single quotes
if it is a String
; keeping the Object as-is else.
R
- random(int) - Static method in class sf.tools.RandomStringUtils
-
- random(int, boolean, boolean) - Static method in class sf.tools.RandomStringUtils
-
- random(int, int, int, boolean, boolean) - Static method in class sf.tools.RandomStringUtils
-
- random(int, int, int, boolean, boolean, char[]) - Static method in class sf.tools.RandomStringUtils
-
- random(int, String) - Static method in class sf.tools.RandomStringUtils
-
- random(int, char[]) - Static method in class sf.tools.RandomStringUtils
-
- randomAlphabetic(int) - Static method in class sf.tools.RandomStringUtils
-
- randomAlphanumeric(int) - Static method in class sf.tools.RandomStringUtils
-
- randomAscii(int) - Static method in class sf.tools.RandomStringUtils
-
- randomBase62(int) - Static method in class sf.tools.RandomStringUtils
-
- randomHex(int) - Static method in class sf.tools.RandomStringUtils
-
- randomNumeric(int) - Static method in class sf.tools.RandomStringUtils
-
- randomString() - Static method in class sf.tools.StringUtils
-
产生8位的随机数字
- RandomStringUtils - Class in sf.tools
-
- RandomStringUtils() - Constructor for class sf.tools.RandomStringUtils
-
- rawColumnName - Variable in class sf.database.meta.ColumnMapping
-
原始的ColumnName(对应数据库)
- RDBMS - Enum in sf.database.support
-
- read(ClassReader, int, int, char[], int, Label[]) - Method in class sf.spring.asm.Attribute
-
Reads a
Attribute.type
attribute.
- read(char[], int, int) - Method in class sf.tools.io.UnicodeReader
-
- readableChannel() - Method in class sf.spring.core.io.AbstractFileResolvingResource
-
This implementation returns a FileChannel for the given URI-identified
resource, provided that it refers to a file in the file system.
- readableChannel() - Method in class sf.spring.core.io.AbstractResource
-
This implementation returns
Channels.newChannel(InputStream)
with the result of InputStreamSource.getInputStream()
.
- readableChannel() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation opens a FileChannel for the underlying file.
- readableChannel() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation opens a Channel for the underlying file.
- readableChannel() - Method in interface sf.spring.core.io.Resource
-
Return a
ReadableByteChannel
.
- readByte(int) - Method in class sf.spring.asm.ClassReader
-
Reads a byte value in this
ClassReader
.
- readByteArray(long, int) - Static method in class sf.tools.reflect.UnsafeWrapper
-
从内存中读取一个数组
- readClass(int, char[]) - Method in class sf.spring.asm.ClassReader
-
Reads a CONSTANT_Class constant pool entry in this
ClassReader
.
- readConst(int, char[]) - Method in class sf.spring.asm.ClassReader
-
Reads a numeric or string constant pool entry in this
ClassReader
.
- ReaderBINARYType - Class in sf.database.jdbc.type
-
- ReaderBINARYType() - Constructor for class sf.database.jdbc.type.ReaderBINARYType
-
- readInt(int) - Method in class sf.spring.asm.ClassReader
-
Reads a signed int value in this
ClassReader
.
- readLabel(int, Label[]) - Method in class sf.spring.asm.ClassReader
-
Returns the label corresponding to the given bytecode offset.
- readLong(int) - Method in class sf.spring.asm.ClassReader
-
Reads a signed long value in this
ClassReader
.
- readModule(int, char[]) - Method in class sf.spring.asm.ClassReader
-
Reads a CONSTANT_Module constant pool entry in this
ClassReader
.
- readPackage(int, char[]) - Method in class sf.spring.asm.ClassReader
-
Reads a CONSTANT_Package constant pool entry in this
ClassReader
.
- readShort(int) - Method in class sf.spring.asm.ClassReader
-
Reads a signed short value in this
ClassReader
.
- readUnsignedShort(int) - Method in class sf.spring.asm.ClassReader
-
Reads an unsigned short value in this
ClassReader
.
- readUTF8(int, char[]) - Method in class sf.spring.asm.ClassReader
-
Reads a CONSTANT_Utf8 constant pool entry in this
ClassReader
.
- reallocateMemory(long, long) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Resizes a new block of native memory, to the given size in bytes.
- rebuild() - Method in class sf.dynamicsql.SimpleTable
-
- RecordComponentVisitor - Class in sf.spring.asm
-
A visitor to visit a record component.
- RecordComponentVisitor(int) - Constructor for class sf.spring.asm.RecordComponentVisitor
-
Constructs a new
RecordComponentVisitor
.
- RecordComponentVisitor(int, RecordComponentVisitor) - Constructor for class sf.spring.asm.RecordComponentVisitor
-
Constructs a new
RecordComponentVisitor
.
- RecordHolder<T extends DBObject> - Class in sf.database.jdbc.sql
-
持有一个查询结果,以及对应的resultset中的记录
- RecordsHolder<T extends DBObject> - Class in sf.database.jdbc.sql
-
一个可以更新数据的结果集,我们可以直接在结果集上更新数据。 代码示例如下:
- ReferenceManager() - Constructor for class sf.spring.util.ConcurrentReferenceHashMap.ReferenceManager
-
- ReflectionExtends - Class in sf.tools.reflect
-
- ReflectionExtends() - Constructor for class sf.tools.reflect.ReflectionExtends
-
- ReflectionUtils - Class in sf.spring.util
-
Simple utility class for working with the reflection API and handling
reflection exceptions.
- ReflectionUtils() - Constructor for class sf.spring.util.ReflectionUtils
-
- ReflectionUtils.FieldCallback - Interface in sf.spring.util
-
Callback interface invoked on each field in the hierarchy.
- ReflectionUtils.FieldFilter - Interface in sf.spring.util
-
Callback optionally used to filter fields to be operated on by a field callback.
- ReflectionUtils.MethodCallback - Interface in sf.spring.util
-
Action to take on each method.
- ReflectionUtils.MethodFilter - Interface in sf.spring.util
-
Callback optionally used to filter methods to be operated on by a method callback.
- refresh(Object) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- refresh(Object, Map<String, Object>) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- refresh(Object, LockModeType) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- refresh(Object, LockModeType, Map<String, Object>) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- refreshTable(Class<?>) - Method in class sf.database.dao.DBClient
-
- refreshTable(Class<?>, MetadataEventListener) - Method in class sf.database.dao.DBClient
-
检查并修改数据库中的表,使其和传入的实体模型保持一致。
- refreshTable(TableMapping, MetadataEventListener, boolean, boolean) - Method in class sf.database.dao.DBClient
-
检查并修改数据库中的表,使其和传入的实体模型保持一致。
- refreshTable(Class<?>) - Method in interface sf.database.dao.DBMethod
-
刷新某张表
- refreshTable(Class<?>, MetadataEventListener) - Method in interface sf.database.dao.DBMethod
-
- refreshTable(TableMapping, MetadataEventListener, boolean, boolean) - Method in interface sf.database.dao.DBMethod
-
- refreshTable(Connection, Class<?>) - Static method in class sf.database.dbinfo.DBMetaData
-
检查并修改数据库中的表,使其和传入的实体模型保持一致。
- refreshTable(Connection, TableMapping, MetadataEventListener) - Static method in class sf.database.dbinfo.DBMetaData
-
检查并修改数据库中的表,使其和传入的实体模型保持一致。
- refreshTable(Connection, TableMapping, MetadataEventListener, boolean, boolean) - Static method in class sf.database.dbinfo.DBMetaData
-
检查并修改数据库中的表,使其和传入的实体模型保持一致。
- refreshTable(Connection, TableMapping, String, MetadataEventListener, boolean, boolean) - Static method in class sf.database.dbinfo.DBMetaData
-
更新表。此操作核对输入的元模型和数据库中表的差异,并且通过create table或alter table等语句尽可能将其修改得和元模型一直。
- refreshTables() - Method in class sf.database.dao.DBClient
-
- refreshTables() - Method in interface sf.database.dao.DBMethod
-
刷新表
- RefType - Class in sf.database.jdbc.type
-
- RefType() - Constructor for class sf.database.jdbc.type.RefType
-
- REGEXP_KEY_CHARS - Static variable in class sf.tools.string.RegexpUtils
-
预定义的字符,凡是字符串中出现这些字符的话,都需要转义
目前设置的转义字符有14个
- RegexpUtils - Class in sf.tools.string
-
用于生成正則表达式相关计算的工具
- RegexpUtils() - Constructor for class sf.tools.string.RegexpUtils
-
- registeEntity(String...) - Method in class sf.database.support.EntityScanner
-
- register(TypeHandler<?>) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- register(Class<T>, TypeHandler<? extends T>) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- register(Class<?>, Integer, TypeHandler<?>) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.smallframework.springboot.SmallOrmAutoConfiguration.AutoConfiguredMapperScannerRegistrar
-
- registerCustom(Class<?>, Integer, TypeHandler<?>) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- registerCustomType(Class, TypeHandler<?>) - Static method in class sf.database.jdbc.type.Jdbcs
-
注册一个自定义JdbcValue,若adaptor为null,则取消注册
- registerFilters() - Method in class org.smallframework.spring.mapper.DaoMapperClassPathScanner
-
- registerType(Class<T>, AbstractSQLQuery) - Static method in class sf.querydsl.QueryDSL
-
设置返回自定义类型
- registerType(Class<T>, Configuration) - Static method in class sf.querydsl.QueryDSL
-
获取返回类型
- registerType(ColumnMapping, Type, Configuration) - Static method in class sf.querydsl.QueryDSL
-
- registry - Static variable in class sf.database.jdbc.type.Jdbcs
-
- relationalPathBase(Class<T>) - Static method in class sf.querydsl.QueryDSLTables
-
- relationalPathBase(DBContext, Class<T>) - Static method in class sf.querydsl.QueryDSLTables
-
- relationalPathBase(TableMapping) - Static method in class sf.querydsl.QueryDSLTables
-
- relationalPathBase(DBContext, TableMapping) - Static method in class sf.querydsl.QueryDSLTables
-
- release() - Method in interface sf.spring.util.ConcurrentReferenceHashMap.Reference
-
Release this entry and ensure that it will be returned from
ReferenceManager#pollForPurge()
.
- releaseSavepoint(Savepoint) - Method in class sf.database.connection.WrapConnection
-
- remove(Object) - Method in class sf.common.CopyOnWriteMap
-
Removed the value and key from this map based on the
provided key.
- remove(Object) - Method in class sf.common.IgnoreEmptyList
-
- remove(int) - Method in class sf.common.IgnoreEmptyList
-
- remove(Object) - Method in class sf.common.SoftHashMap
-
- remove() - Method in class sf.database.jdbc.sql.ResultSetIteration
-
- remove(Object) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- remove(Object) - Method in class sf.database.VarObject
-
- remove(Object) - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- remove(Object, Object) - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- remove(Object) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- remove(String, String) - Static method in class sf.tools.StringUtils
-
Removes all occurrences of a substring from within the source string.
- remove(String, char) - Static method in class sf.tools.StringUtils
-
Removes all occurrences of a character from within the source string.
- removeAll(Collection<?>) - Method in class sf.common.IgnoreEmptyList
-
- removeChars(String, String) - Static method in class sf.tools.StringUtils
-
Removes all characters contained in provided string.
- removeChars(String, char...) - Static method in class sf.tools.StringUtils
-
Removes set of characters from string.
- removeClassLoader(ClassLoader) - Method in class sf.spring.core.io.ClasspathLoader
-
- removeColumn(Index.IndexItem) - Method in class sf.database.dbinfo.Index
-
删除一个列
- removeColumn(String...) - Method in class sf.jooq.tables.DynamicJooqTable
-
删除列
- removeColumnByFieldName(String) - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
删除指定的列
- removeColumnByName(String) - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
按数据库字段名称删除指定的列
- removeColumns(String...) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
删除动态表模型.
- removeCustomTypeHandler(Type) - Method in class sf.database.jdbc.type.TypeHandlerRegistry
-
- removedTableNamePrefixes - Variable in class sf.database.dbinfo.DBInfoBuilder
-
- removeDuplicateStrings(String[]) - Static method in class sf.spring.util.StringUtils
-
Remove duplicate strings from the given array.
- removeEldestEntry(Map.Entry<String, V>) - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
Determine whether this map should remove the given eldest entry.
- removeEnd(String, String) - Static method in class sf.tools.StringUtils
-
Removes a substring only if it is at the end of a source string,
otherwise returns the source string.
- removeEndIgnoreCase(String, String) - Static method in class sf.tools.StringUtils
-
Case insensitive removal of a substring if it is at the end of a source
string, otherwise returns the source string.
- removeExt(String) - Static method in class sf.tools.IOUtils
-
得到文件名除去扩展名的部分。如果传入的文件名包含路径,分析时会考虑最后一个\或/字符后满的部分才作为文件名。 去除扩展名后返回包含路径的部分。
- removeFields(TableImpl<?>, String...) - Static method in class org.jooq.impl.JooqVisitor
-
删除列
- removeNull(T[]) - Static method in class sf.tools.ArrayUtils
-
从数组中移除null的元素
- removeStart(String, String) - Static method in class sf.tools.StringUtils
-
Removes a substring only if it is at the beginning of a source string,
otherwise returns the source string.
- removeStartIgnoreCase(String, String) - Static method in class sf.tools.StringUtils
-
Case insensitive removal of a substring if it is at the beginning of a
source string, otherwise returns the source string.
- rename(String) - Method in class sf.jooq.tables.DynamicJooqTable
-
Rename this table
- rename(Name) - Method in class sf.jooq.tables.DynamicJooqTable
-
Rename this table
- rename(String) - Method in class sf.jooq.tables.JooqTable
-
Rename this table
- rename(Name) - Method in class sf.jooq.tables.JooqTable
-
Rename this table
- renameTo(File) - Method in class sf.tools.URLFile
-
- render(String, Map<String, Object>, List<Object>) - Method in class sf.database.template.freemarker.FreemarkerHelp
-
- render(String, Map<String, Object>, List<Object>) - Method in class sf.database.template.mybatis.MybatisHelp
-
- renderByEnjoy(Map<String, Object>, String) - Static method in class sf.ext.gen.GenUtils
-
- renderContent(String, Map<String, Object>, List<Object>) - Method in class sf.database.template.freemarker.FreemarkerHelp
-
- renderContent(String, Map<String, Object>, List<Object>) - Method in class sf.database.template.mybatis.MybatisHelp
-
- repeat(String, int) - Static method in class sf.tools.StringUtils
-
Repeat a String
repeat
times to form a new String.
- repeat(String, String, int) - Static method in class sf.tools.StringUtils
-
Repeat a String
repeat
times to form a new String, with a String
separator injected each time.
- repeat(char, int) - Static method in class sf.tools.StringUtils
-
Returns padding using the specified delimiter repeated to a given length.
- replace(K, V, V) - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- replace(K, V) - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- replace(String, String, String) - Static method in class sf.spring.util.StringUtils
-
Replace all occurrences of a substring within a string with another string.
- replace(String, String, String) - Static method in class sf.tools.StringUtils
-
Replaces all occurrences of a String within another String.
- replace(String, String, String, int) - Static method in class sf.tools.StringUtils
-
Replaces a String with another String inside a larger String, for the
first
max
values of the search String.
- replaceChars(String, char, char) - Static method in class sf.tools.StringUtils
-
Replaces all occurrences of a character in a String with another.
- replaceChars(String, String, String) - Static method in class sf.tools.StringUtils
-
Replaces multiple characters in a String in one go.
- replaceEach(String, String[], String[]) - Static method in class sf.tools.StringUtils
-
Replaces all occurrences of Strings within another String.
- replaceEachRepeatedly(String, String[], String[]) - Static method in class sf.tools.StringUtils
-
Replaces all occurrences of Strings within another String.
- replaceLineSql(String) - Static method in class sf.database.template.sql.SqlHelp
-
快速替换压缩方法
- replaceOnce(String, String, String) - Static method in class sf.tools.StringUtils
-
Replaces a String with another String inside a larger String, once.
- replacePattern(String, String, String) - Static method in class sf.tools.StringUtils
-
Replaces each substring of the source String that matches the given
regular expression with the given replacement using the
Pattern.DOTALL
option.
- replacePlaceholders(String, Properties) - Method in class sf.spring.util.PropertyPlaceholderHelper
-
Replaces all placeholders of format
${name}
with the corresponding
property from the supplied Properties
.
- replacePlaceholders(String, PropertyPlaceholderHelper.PlaceholderResolver) - Method in class sf.spring.util.PropertyPlaceholderHelper
-
Replaces all placeholders of format
${name}
with the value returned
from the supplied PropertyPlaceholderHelper.PlaceholderResolver
.
- ReplaceSpaceDirective - Class in sf.database.template.enjoy.ext
-
- ReplaceSpaceDirective() - Constructor for class sf.database.template.enjoy.ext.ReplaceSpaceDirective
-
- reset() - Method in class sf.database.jdbc.sql.ResultSetIteration
-
重置
- resolve(String, ResourceLoader) - Method in interface sf.spring.core.io.ProtocolResolver
-
Resolve the given location against the given resource loader
if this implementation's protocol matches.
- resolveClassName(String, ClassLoader) - Static method in class sf.spring.util.ClassUtils
-
Resolve the given class name into a Class instance.
- resolvePlaceholder(String) - Method in interface sf.spring.util.PropertyPlaceholderHelper.PlaceholderResolver
-
Resolve the supplied placeholder name to the replacement value.
- resolvePlaceholders(String) - Static method in class sf.spring.util.SystemPropertyUtils
-
Resolve
${...}
placeholders in the given text, replacing them with
corresponding system property values.
- resolvePlaceholders(String, boolean) - Static method in class sf.spring.util.SystemPropertyUtils
-
Resolve
${...}
placeholders in the given text, replacing them with
corresponding system property values.
- resolvePrimitiveClassName(String) - Static method in class sf.spring.util.ClassUtils
-
Resolve the given class name as primitive class, if appropriate,
according to the JVM's naming rules for primitive classes.
- resolvePrimitiveIfNecessary(Class<?>) - Static method in class sf.spring.util.ClassUtils
-
Resolve the given class if it is a primitive class,
returning the corresponding primitive wrapper type instead.
- resolveRootDirResource(Resource) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Resolve the specified resource for path matching.
- resolveURL() - Method in class sf.spring.core.io.ClassPathResource
-
Resolves a URL for the underlying class path resource.
- Resource - Interface in sf.spring.core.io
-
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
- RESOURCE_VARIABLE - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the type of a resource variable in a method.
- ResourceLoader - Interface in sf.spring.core.io
-
Strategy interface for loading resources (e..
- resourcePatternResolver - Static variable in class org.smallframework.spring.path.SpringClassPathScanning
-
- ResourcePatternResolver - Interface in sf.spring.core.io.support
-
Strategy interface for resolving a location pattern (for example,
an Ant-style path pattern) into Resource objects.
- ResourceUtils - Class in sf.spring.util
-
Utility methods for resolving resource locations to files in the
file system.
- ResourceUtils() - Constructor for class sf.spring.util.ResourceUtils
-
- restructureIfNecessary(boolean) - Method in class sf.spring.util.ConcurrentReferenceHashMap.Segment
-
Restructure the underlying data structure when it becomes necessary.
- resultLog(LogContext, Exception) - Static method in class sf.common.log.OrmLog
-
日志打印
- resultLog(LogContext, Object, Connection) - Static method in class sf.common.log.OrmLog
-
日志打印
- resultLog(LogContext, Object, Connection, Exception) - Static method in class sf.common.log.OrmLog
-
- ResultSetCallback<T> - Interface in sf.database.jdbc.sql
-
结果集回调处理
- ResultSetIteration<T> - Class in sf.database.jdbc.sql
-
实现结果集的迭代接口.
- ResultSetIteration() - Constructor for class sf.database.jdbc.sql.ResultSetIteration
-
- ResultSetIteration(ResultSet, RowMapper<T>) - Constructor for class sf.database.jdbc.sql.ResultSetIteration
-
- ResultSets - Class in sf.database.jdbc.result
-
- RET - Static variable in interface sf.spring.asm.Opcodes
-
- retainAll(Collection<?>) - Method in class sf.common.IgnoreEmptyList
-
- rethrow(SQLException) - Method in class sf.database.jdbc.sql.ResultSetIteration
-
- rethrowException(Throwable) - Static method in class sf.spring.util.ReflectionUtils
-
Rethrow the given
exception
, which is presumably the
target exception of an InvocationTargetException
.
- rethrowRuntimeException(Throwable) - Static method in class sf.spring.util.ReflectionUtils
-
Rethrow the given
exception
, which is presumably the
target exception of an InvocationTargetException
.
- retrieveMatchingFiles(File, String) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Retrieve files that match the given path pattern,
checking the given directory and its subdirectories.
- RETURN - Static variable in interface sf.spring.asm.Opcodes
-
- reverse(String) - Static method in class sf.tools.StringUtils
-
- right(String, int) - Static method in class sf.tools.StringUtils
-
Gets the rightmost
len
characters of a String.
- rightP() - Method in class sf.dsl.Example.GeneratedCriteria
-
右括号
- rightPad(String, int) - Static method in class sf.tools.StringUtils
-
- rightPad(String, int, char) - Static method in class sf.tools.StringUtils
-
- rightPad(String, int, String) - Static method in class sf.tools.StringUtils
-
- rm - Variable in class sf.database.jdbc.sql.ResultSetIteration
-
- rollback(Savepoint) - Method in class sf.database.connection.WrapConnection
-
- rollback() - Method in class sf.database.connection.WrapConnection
-
- rollback() - Method in class sf.database.jpa.JpaEntityTransaction
-
- rollback() - Static method in class sf.database.transaction.DefaultTransactionManager
-
- rollback(TransactionContext) - Method in class sf.jooq.spring.SpringTransactionProvider
-
- rollbackTransaction() - Method in class org.smallframework.spring.DaoTemplate
-
- rowid() - Method in class sf.core.DBObject
-
- rowid() - Method in interface sf.core.IEntity
-
如果是oracle得到rowid
- RowIdType - Class in sf.database.jdbc.type
-
rowid为只读对象.
- RowIdType() - Constructor for class sf.database.jdbc.type.RowIdType
-
- RowLimit - Class in sf.database.mapper.handle
-
- RowLimit() - Constructor for class sf.database.mapper.handle.RowLimit
-
- RowLimit(long, int) - Constructor for class sf.database.mapper.handle.RowLimit
-
- RowListHandler<T> - Class in sf.database.jdbc.handle
-
列表回调处理
- RowListHandler(RowMapper<T>) - Constructor for class sf.database.jdbc.handle.RowListHandler
-
- RowMapper<T> - Interface in sf.database.jdbc.rowmapper
-
将 一行 ResultSet 转换成 T,不允许调用 rs.next()
- RowMapperHelp - Class in sf.database.jdbc.rowmapper
-
- RowMapperHelp() - Constructor for class sf.database.jdbc.rowmapper.RowMapperHelp
-
- rowNum - Variable in class sf.database.jdbc.sql.ResultSetIteration
-
处理的记录位置(第几条记录):可以只针对某一条记录做特殊处理,从0开始
- rs - Variable in class sf.database.jdbc.sql.ResultSetIteration
-
- rsmd - Variable in class sf.database.jdbc.sql.ResultSetIteration
-
S
- SALOAD - Static variable in interface sf.spring.asm.Opcodes
-
- SASTORE - Static variable in interface sf.spring.asm.Opcodes
-
- saveAsFile(File, InputStream...) - Static method in class sf.tools.IOUtils
-
将输入流保存为文件
- saveAsFile(File, byte[]) - Static method in class sf.tools.IOUtils
-
将内存数据块写入文件
- saveAsFile(File, String...) - Static method in class sf.tools.IOUtils
-
- saveAsFile(File, Charset, Reader...) - Static method in class sf.tools.IOUtils
-
将reader内容保存为文件
- saveAsFile(File, boolean, byte[]) - Static method in class sf.tools.IOUtils
-
将内存数据块写入文件
- saveAsFile(File, Charset, String...) - Static method in class sf.tools.IOUtils
-
将文字写入文件
- saveAsTempFile(InputStream) - Static method in class sf.tools.IOUtils
-
将指定的流保存为临时文件
- saveAsTempFile(Reader) - Static method in class sf.tools.IOUtils
-
将数据从来源保存为临时文件
- SavedDefaultValue - Annotation Type in sf.database.annotations
-
插入时,当该对象属性值为null时,使用对象属性的默认值(比如默认的初始化的值).
- saveSourceFile(String, String, String, String) - Static method in class sf.ext.gen.GenUtils
-
- schema - Variable in class sf.database.meta.dynamic.DynamicTableMapping
-
schema of the table.
- schema - Variable in class sf.database.meta.TableMapping
-
- SCHEMA_MAPPING - Static variable in class sf.database.meta.MetaHolder
-
- schemaMap - Variable in class sf.database.meta.TableMapping
-
- Segment(int, int) - Constructor for class sf.spring.util.ConcurrentReferenceHashMap.Segment
-
- select(Example) - Method in class sf.database.dao.DBClient
-
- select(String, Object...) - Method in class sf.database.dao.DBClient
-
- select(Example) - Method in interface sf.database.dao.DBMethod
-
- select(String, Object...) - Method in interface sf.database.dao.DBMethod
-
查询 map ,注意返回结果字段不区分大小写.
- select(Connection, Example) - Method in class sf.database.jdbc.sql.CrudExampleImpl
-
- select(Connection, Example) - Method in interface sf.database.jdbc.sql.CrudExampleInf
-
- select(Connection, ResultSetCallback<T>, SQLContext) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- select(Connection, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- select(Connection, ResultSetCallback<T>, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- select(Connection, PreparedStatementCreator, ResultSetCallback<T>, SQLContext) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- select(Connection, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
- select(Connection, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- select(Connection, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateIdInf
-
- select(Connection, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- select(Connection, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
- select - Variable in class sf.dsl.Example
-
select字段权限最高,不为空,则不再判断selectColumns,excludeColumns,countColumn
- select(String) - Method in class sf.dsl.Example
-
- select(SelectStatementProvider) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- select(SelectStatementProvider) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- select(Connection, SelectStatementProvider) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- select(Connection, SelectStatementProvider) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- selectArray(Example) - Method in class sf.database.dao.DBClient
-
- selectArray(String, Object...) - Method in class sf.database.dao.DBClient
-
- selectArray(Example) - Method in interface sf.database.dao.DBMethod
-
- selectArray(String, Object...) - Method in interface sf.database.dao.DBMethod
-
查询结果为数组
- selectArray(Connection, Example) - Method in class sf.database.jdbc.sql.CrudExampleImpl
-
- selectArray(Connection, Example) - Method in interface sf.database.jdbc.sql.CrudExampleInf
-
- selectArray(Connection, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectArray(Connection, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
- selectArray(Connection, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- selectArray(Connection, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateIdInf
-
- selectArray(Connection, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- selectArray(Connection, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
- selectArray(SelectStatementProvider) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- selectArray(SelectStatementProvider) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- selectArray(Connection, SelectStatementProvider) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- selectArray(Connection, SelectStatementProvider) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- selectArrayTemplate(String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectArrayTemplate(String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectArrayTemplateSource(String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectArrayTemplateSource(String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectByContext(Connection, ResultSetCallback<T>, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectByPrimaryKeys(Class<T>, Object...) - Method in class sf.database.dao.DBClient
-
- selectByPrimaryKeys(Class<T>, Object...) - Method in interface sf.database.dao.DBMethod
-
根据主键查询
- selectByPrimaryKeys(Connection, Class<T>, Object...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectByPrimaryKeys(Connection, Class<T>, Object...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
- selectColumns - Variable in class sf.dsl.Example
-
- selectCount(T) - Method in class sf.database.dao.DBClient
-
- selectCount(T) - Method in interface sf.database.dao.DBMethod
-
查询总数
- selectCount(Connection, T) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectCount(Connection, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
查询总数
- selectCount(DBField) - Method in class sf.dsl.Example
-
- selectCount() - Method in class sf.dsl.Example
-
- selectDistinct(DBField...) - Method in class sf.dsl.Example
-
- selectForUpdate(Connection, ResultSetCallback<T>, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectForUpdate(Connection, ResultSetCallback<T>, SQLContext) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectForUpdate(Connection, ResultSetCallback<T>, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
支持结果集更新
- selectForUpdate(Connection, ResultSetCallback<T>, SQLContext) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
支持结果集更新
- selectIterator(OrmIterator<T>, T) - Method in class sf.database.dao.DBClient
-
- selectIterator(OrmIterator<T>, T, long, int) - Method in class sf.database.dao.DBClient
-
- selectIterator(OrmIterator<T>, Class<T>, String, Object...) - Method in class sf.database.dao.DBClient
-
- selectIterator(OrmIterator<T>, Class<T>, boolean, String, Object...) - Method in class sf.database.dao.DBClient
-
- selectIterator(OrmIterator<T>, T) - Method in interface sf.database.dao.DBMethod
-
查询迭代结果.回调形式.
- selectIterator(OrmIterator<T>, T, long, int) - Method in interface sf.database.dao.DBMethod
-
查询限制条数和起始位置的迭代结果.回调形式.
- selectIterator(OrmIterator<T>, Class<T>, String, Object...) - Method in interface sf.database.dao.DBMethod
-
数据迭代接口
- selectIterator(OrmIterator<T>, Class<T>, boolean, String, Object...) - Method in interface sf.database.dao.DBMethod
-
是否使用假分页开启迭代模式
- selectIterator(Connection, OrmIterator<T>, T) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectIterator(Connection, OrmIterator<T>, T, long, int) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectIterator(Connection, OrmIterator<T>, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
查询结果返回迭代
- selectIterator(Connection, OrmIterator<T>, T, long, int) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
查询结果返回迭代(分页查询)
- selectIterator(Connection, OrmIterator<T>, Class<T>, boolean, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
迭代接口
- selectIterator(Connection, OrmIterator<T>, Class<T>, boolean, SQLContext) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectIterator(Connection, CrudSqlImpl.IteratorResultSetCallBackDeal<T>, boolean, SQLContext) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectIterator(Connection, OrmIterator<T>, Class<T>, boolean, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
支持分页实现的迭代查询
- selectIterator(Connection, OrmIterator<T>, Class<T>, boolean, SQLContext) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
支持分页实现的迭代查询
- selectIterator(Connection, OrmIterator<T>, Class<T>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- selectIterator(Connection, OrmIterator<T>, Class<T>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateIdInf
-
- selectIterator(Connection, OrmIterator<T>, Class<T>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- selectIterator(Connection, OrmIterator<T>, Class<T>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
- selectIterator(OrmIterator<T>, Class<T>, SelectStatementProvider) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- selectIterator(OrmIterator<T>, Class<T>, SelectStatementProvider) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- selectIterator(Connection, OrmIterator<T>, Class<T>, SelectStatementProvider) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- selectIterator(Connection, OrmIterator<T>, Class<T>, SelectStatementProvider) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- selectIterator(OrmIterator<T>, SelectStatementProvider) - Method in interface sf.dynamicsql.mapper.DynmicSQLMapper
-
- selectIterator(OrmIterator<T>, SelectStatementProvider) - Method in class sf.dynamicsql.mapper.DynmicSQLMapperImpl
-
- selectIterator(Connection, OrmIterator<T>, Select, Class<T>) - Method in class sf.jooq.JooqImpl
-
- selectIterator(Connection, OrmIterator<T>, Select, Class<T>) - Method in interface sf.jooq.JooqInf
-
迭代返回结果
- selectIterator(Connection, OrmIterator<T>, AbstractSQLQuery<?, ?>, Class<T>) - Method in interface sf.querydsl.QueryDSLInf
-
迭代查询
- selectIterator(Connection, OrmIterator<T>, AbstractSQLQuery<?, ?>, Class<T>) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- selectIteratorTemplate(OrmIterator<T>, Class<T>, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectIteratorTemplate(OrmIterator<T>, Class<T>, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectIteratorTemplateSource(OrmIterator<T>, Class<T>, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectIteratorTemplateSource(OrmIterator<T>, Class<T>, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- SelectKey - Annotation Type in sf.database.mapper.annotation
-
返回值,比如主键的返回
- selectList(T) - Method in class sf.database.dao.DBClient
-
- selectList(T, long, int) - Method in class sf.database.dao.DBClient
-
- selectList(Class<T>, SQLContext) - Method in class sf.database.dao.DBClient
-
- selectList(Class<T>, SQLContext, long, int) - Method in class sf.database.dao.DBClient
-
- selectList(Class<T>, Example) - Method in class sf.database.dao.DBClient
-
- selectList(Class<T>, long, int, Example) - Method in class sf.database.dao.DBClient
-
- selectList(Class<T>, String, Object...) - Method in class sf.database.dao.DBClient
-
- selectList(Class<T>, long, int, String, Object...) - Method in class sf.database.dao.DBClient
-
- selectList(String, String, Object...) - Method in class sf.database.dao.DBClient
-
- selectList(String, long, int, String, Object...) - Method in class sf.database.dao.DBClient
-
- selectList(T) - Method in interface sf.database.dao.DBMethod
-
查询列表
- selectList(T, long, int) - Method in interface sf.database.dao.DBMethod
-
查询列表
- selectList(Class<T>, SQLContext) - Method in interface sf.database.dao.DBMethod
-
- selectList(Class<T>, SQLContext, long, int) - Method in interface sf.database.dao.DBMethod
-
- selectList(Class<T>, Example) - Method in interface sf.database.dao.DBMethod
-
- selectList(Class<T>, long, int, Example) - Method in interface sf.database.dao.DBMethod
-
- selectList(Class<T>, long, int, String, Object...) - Method in interface sf.database.dao.DBMethod
-
- selectList(Class<T>, String, Object...) - Method in interface sf.database.dao.DBMethod
-
根据sql查询,返回对应的列表
- selectList(String, String, Object...) - Method in interface sf.database.dao.DBMethod
-
根据@SqlResultSetMapping设置返回值,返回的为单个对象,或数组对象
- selectList(String, long, int, String, Object...) - Method in interface sf.database.dao.DBMethod
-
根据@SqlResultSetMapping设置返回值,返回的为单个对象,或数组对象
- selectList(Connection, Class<T>, Example) - Method in class sf.database.jdbc.sql.CrudExampleImpl
-
- selectList(Connection, Class<T>, long, int, Example) - Method in class sf.database.jdbc.sql.CrudExampleImpl
-
- selectList(Connection, Class<T>, Example) - Method in interface sf.database.jdbc.sql.CrudExampleInf
-
- selectList(Connection, Class<T>, long, int, Example) - Method in interface sf.database.jdbc.sql.CrudExampleInf
-
- selectList(Connection, Class<T>, SQLContext) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectList(Connection, Class<T>, SQLContext, long, int) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectList(Connection, T) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectList(Connection, T, long, int) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectList(Connection, Class<T>, SQLContext) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
- selectList(Connection, Class<T>, SQLContext, long, int) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
- selectList(Connection, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
查询列表
- selectList(Connection, T, long, int) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
- selectList(Connection, String, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectList(Connection, String, long, int, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectList(Connection, Class<T>, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectList(Connection, Class<T>, long, int, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectList(Connection, Class<T>, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
- selectList(Connection, Class<T>, long, int, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
- selectList(Connection, String, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
根据@SqlResultSetMapping设置返回值,返回的为单个对象,或数组对象
- selectList(Connection, String, long, int, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
根据@SqlResultSetMapping设置返回值,返回的为单个对象,或数组对象
- selectList(Connection, Class<T>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- selectList(Connection, Class<T>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateIdInf
-
- selectList(Connection, Class<T>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- selectList(Connection, Class<T>, String, Map<String, Object>, long, int) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- selectList(Connection, Class<T>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
- selectList(Connection, Class<T>, String, Map<String, Object>, long, int) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
- selectList(T) - Method in interface sf.database.mapper.DaoMapper
-
返回实体对应的所有数据库记录
- selectList(T) - Method in class sf.database.mapper.DaoMapperImpl
-
- selectList(Class<T>, SelectStatementProvider) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- selectList(Class<T>, SelectStatementProvider, long, int) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- selectList(Class<T>, SelectStatementProvider) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- selectList(Class<T>, SelectStatementProvider, long, int) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- selectList(Connection, Class<T>, SelectStatementProvider) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- selectList(Connection, Class<T>, SelectStatementProvider, long, int) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- selectList(Connection, Class<T>, SelectStatementProvider) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- selectList(Connection, Class<T>, SelectStatementProvider, long, int) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- selectList(SelectStatementProvider) - Method in interface sf.dynamicsql.mapper.DynmicSQLMapper
-
- selectList(SelectStatementProvider) - Method in class sf.dynamicsql.mapper.DynmicSQLMapperImpl
-
- selectListForUpdate(T) - Method in class sf.database.dao.DBClient
-
- selectListForUpdate(Class<T>, Example) - Method in class sf.database.dao.DBClient
-
- selectListForUpdate(T) - Method in interface sf.database.dao.DBMethod
-
使用select ...
- selectListForUpdate(Class<T>, Example) - Method in interface sf.database.dao.DBMethod
-
- selectListForUpdate(Connection, Class<T>, Example) - Method in class sf.database.jdbc.sql.CrudExampleImpl
-
- selectListForUpdate(Connection, Class<T>, Example) - Method in interface sf.database.jdbc.sql.CrudExampleInf
-
- selectListForUpdate(Connection, T) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectListForUpdate(Connection, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
悲观锁(Pessimistic Lock)
- selectListMap(Connection, SQLContext) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectListMap(Connection, SQLContext) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
- selectListTemplate(Class<T>, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectListTemplate(Class<T>, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectListTemplateSource(Class<T>, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectListTemplateSource(Class<T>, long, int, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectListTemplateSource(Class<T>, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectListTemplateSource(Class<T>, long, int, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectOne(T) - Method in class sf.database.dao.DBClient
-
- selectOne(Class<T>, SQLContext) - Method in class sf.database.dao.DBClient
-
- selectOne(Class<T>, Example) - Method in class sf.database.dao.DBClient
-
- selectOne(Class<T>, String, Object...) - Method in class sf.database.dao.DBClient
-
- selectOne(String, String, Object...) - Method in class sf.database.dao.DBClient
-
- selectOne(T) - Method in interface sf.database.dao.DBMethod
-
查询一条记录,如果结果不唯一则抛出异常
- selectOne(Class<T>, SQLContext) - Method in interface sf.database.dao.DBMethod
-
- selectOne(Class<T>, Example) - Method in interface sf.database.dao.DBMethod
-
- selectOne(Class<T>, String, Object...) - Method in interface sf.database.dao.DBMethod
-
查询单一对象
- selectOne(String, String, Object...) - Method in interface sf.database.dao.DBMethod
-
根据@SqlResultSetMapping设置返回值,返回的为单个对象,或数组对象
- selectOne(Connection, Class<T>, Example) - Method in class sf.database.jdbc.sql.CrudExampleImpl
-
- selectOne(Connection, Class<T>, Example) - Method in interface sf.database.jdbc.sql.CrudExampleInf
-
- selectOne(Connection, Class<T>, SQLContext) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectOne(Connection, T) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectOne(Connection, Class<T>, SQLContext) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
- selectOne(Connection, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
查询一条记录,如果结果不唯一则抛出异常
- selectOne(Connection, String, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectOne(Connection, Class<T>, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectOne(Connection, String, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
根据@SqlResultSetMapping设置返回值,返回的为单个对象,或数组对象
- selectOne(Connection, Class<T>, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
- selectOne(Connection, Class<T>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- selectOne(Connection, Class<T>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateIdInf
-
- selectOne(Connection, Class<T>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- selectOne(Connection, Class<T>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
- selectOne(Class<T>, SelectStatementProvider) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- selectOne(Class<T>, SelectStatementProvider) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- selectOne(Connection, Class<T>, SelectStatementProvider) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- selectOne(Connection, Class<T>, SelectStatementProvider) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- selectOne(SelectStatementProvider, Class<S>) - Method in interface sf.dynamicsql.mapper.DynmicSQLMapper
-
- selectOne(SelectStatementProvider) - Method in interface sf.dynamicsql.mapper.DynmicSQLMapper
-
- selectOne(SelectStatementProvider, Class<S>) - Method in class sf.dynamicsql.mapper.DynmicSQLMapperImpl
-
- selectOne(SelectStatementProvider) - Method in class sf.dynamicsql.mapper.DynmicSQLMapperImpl
-
- selectOneForUpdate(T) - Method in class sf.database.dao.DBClient
-
- selectOneForUpdate(Class<T>, Example) - Method in class sf.database.dao.DBClient
-
- selectOneForUpdate(T) - Method in interface sf.database.dao.DBMethod
-
使用select ...
- selectOneForUpdate(Class<T>, Example) - Method in interface sf.database.dao.DBMethod
-
- selectOneForUpdate(Connection, Class<T>, Example) - Method in class sf.database.jdbc.sql.CrudExampleImpl
-
- selectOneForUpdate(Connection, Class<T>, Example) - Method in interface sf.database.jdbc.sql.CrudExampleInf
-
- selectOneForUpdate(Connection, T) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectOneForUpdate(Connection, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
悲观锁(Pessimistic Lock)
- selectOneTemplate(Class<T>, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectOneTemplate(Class<T>, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectOneTemplateSource(Class<T>, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectOneTemplateSource(Class<T>, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- SelectOpt - Enum in sf.dsl
-
查询操作
- selectPage(T, long, int) - Method in class sf.database.dao.DBClient
-
- selectPage(Class<T>, SQLContext, long, int) - Method in class sf.database.dao.DBClient
-
- selectPage(long, int, Class<T>, Example) - Method in class sf.database.dao.DBClient
-
- selectPage(long, int, Class<T>, String, Object...) - Method in class sf.database.dao.DBClient
-
- selectPage(T, long, int) - Method in interface sf.database.dao.DBMethod
-
查询并分页
- selectPage(Class<T>, SQLContext, long, int) - Method in interface sf.database.dao.DBMethod
-
- selectPage(long, int, Class<T>, Example) - Method in interface sf.database.dao.DBMethod
-
- selectPage(long, int, Class<T>, String, Object...) - Method in interface sf.database.dao.DBMethod
-
分页查询
- selectPage(Connection, long, int, Class<T>, Example) - Method in class sf.database.jdbc.sql.CrudExampleImpl
-
- selectPage(Connection, long, int, Class<T>, Example) - Method in interface sf.database.jdbc.sql.CrudExampleInf
-
- selectPage(Connection, long, int, Class<T>, SQLContext) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectPage(Connection, long, int, Class<T>, SQLContext, PageStrategy) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectPage(Connection, T, long, int) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectPage(Connection, long, int, Class<T>, SQLContext) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
- selectPage(Connection, long, int, Class<T>, SQLContext, PageStrategy) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
- selectPage(Connection, T, long, int) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
查询并分页
- selectPage(Connection, long, int, Class<T>, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectPage(Connection, long, int, Class<T>, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
分页查询
- selectPage(Connection, long, int, Class<T>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- selectPage(Connection, long, int, Class<T>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateIdInf
-
- selectPage(Connection, long, int, Class<T>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- selectPage(Connection, long, int, Class<T>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
- selectPage(T, int, int) - Method in interface sf.database.mapper.DaoMapper
-
返回实体对应的一个范围的记录
- selectPage(T, int, int) - Method in class sf.database.mapper.DaoMapperImpl
-
- selectPage(long, int, Class<T>, SelectStatementProvider) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- selectPage(long, int, Class<T>, SelectStatementProvider) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- selectPage(Connection, long, int, Class<T>, SelectStatementProvider) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- selectPage(Connection, long, int, Class<T>, SelectStatementProvider) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- selectPage(SelectStatementProvider, int, int) - Method in interface sf.dynamicsql.mapper.DynmicSQLMapper
-
- selectPage(SelectStatementProvider, int, int) - Method in class sf.dynamicsql.mapper.DynmicSQLMapperImpl
-
- selectPageRaw(long, int, Class<T>, String, Object[], String, Object[]) - Method in class sf.database.dao.DBClient
-
- selectPageRaw(long, int, Class<T>, String, Object[], String, Object[], PageStrategy) - Method in class sf.database.dao.DBClient
-
- selectPageRaw(long, int, Class<T>, String, Object[], String, Object[]) - Method in interface sf.database.dao.DBMethod
-
最原始的分页方法,假分页实现,使用result跳过数据,实现
- selectPageRaw(long, int, Class<T>, String, Object[], String, Object[], PageStrategy) - Method in interface sf.database.dao.DBMethod
-
最原始的分页方法,假分页实现,使用result跳过数据,实现
- selectPageRaw(Connection, long, int, Class<T>, String, Object[], String, Object[]) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectPageRaw(Connection, long, int, Class<T>, String, Object[], String, Object[], PageStrategy) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectPageRaw(Connection, long, int, Class<T>, String, Object[], String, Object[]) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
最原始的分页方法,假分页实现,使用result跳过数据,实现
- selectPageRaw(Connection, long, int, Class<T>, String, Object[], String, Object[], PageStrategy) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
最原始的分页方法,假分页实现,使用result跳过数据,实现
- selectPageRaw(Connection, long, int, Class<T>, String, Map<String, Object>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- selectPageRaw(Connection, long, int, Class<T>, String, Map<String, Object>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateIdInf
-
最原始的分页方法,使用原生sql实现
- selectPageRaw(Connection, long, int, Class<T>, String, Map<String, Object>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- selectPageRaw(Connection, long, int, Class<T>, String, Map<String, Object>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
最原始的分页方法,使用原生sql实现
- selectPageRaw(long, int, Class<T>, SelectStatementProvider, SelectStatementProvider) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- selectPageRaw(long, int, Class<T>, SelectStatementProvider, SelectStatementProvider) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- selectPageRaw(Connection, long, int, Class<T>, SelectStatementProvider, SelectStatementProvider) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- selectPageRaw(Connection, long, int, Class<T>, SelectStatementProvider, SelectStatementProvider) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- selectPageRawTemplate(long, int, Class<T>, String, Map<String, Object>, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectPageRawTemplate(long, int, Class<T>, String, Map<String, Object>, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
最原始的分页方法,使用原生sql实现
- selectPageRawTemplateSource(long, int, Class<T>, String, Map<String, Object>, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectPageRawTemplateSource(long, int, Class<T>, String, Map<String, Object>, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectPageTemplate(long, int, Class<T>, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectPageTemplate(long, int, Class<T>, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectPageTemplateSource(long, int, Class<T>, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectPageTemplateSource(long, int, Class<T>, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectProperties(DBField...) - Method in class sf.dsl.Example
-
指定要查询的属性列 - 这里会自动映射到表字段
- selectResultSet(ResultSetCallback<T>, String, Object...) - Method in class sf.database.dao.DBClient
-
- selectResultSet(ResultSetCallback<T>, String, Object...) - Method in interface sf.database.dao.DBMethod
-
数据迭代接口
- selectResultSet(Connection, ResultSetCallback<T>, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectResultSet(Connection, PreparedStatementCreator, ResultSetCallback<T>, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectResultSet(Connection, ResultSetCallback<T>, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
查询,允许自定义处理返回结果
- selectResultSet(Connection, PreparedStatementCreator, ResultSetCallback<T>, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
查询,允许自定义设置查询参数,自定义处理返回结果
- selectStream(OrmStream<T>, T) - Method in class sf.database.dao.DBClient
-
- selectStream(OrmStream<T>, Class<T>, String, Object...) - Method in class sf.database.dao.DBClient
-
- selectStream(OrmStream<T>, Class<T>, boolean, String, Object...) - Method in class sf.database.dao.DBClient
-
- selectStream(OrmStream<T>, T) - Method in interface sf.database.dao.DBMethod
-
stream lambda形式迭代结果.
- selectStream(OrmStream<T>, Class<T>, String, Object...) - Method in interface sf.database.dao.DBMethod
-
数据迭代接口
- selectStream(OrmStream<T>, Class<T>, boolean, String, Object...) - Method in interface sf.database.dao.DBMethod
-
数据迭代接口
- selectStream(Connection, OrmStream<T>, T) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- selectStream(Connection, OrmStream<T>, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
查询结果返回迭代
- selectStream(Connection, OrmStream<T>, Class<T>, boolean, String, Object...) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectStream(Connection, OrmStream<T>, Class<T>, boolean, SQLContext) - Method in class sf.database.jdbc.sql.CrudSqlImpl
-
- selectStream(Connection, OrmStream<T>, Class<T>, boolean, String, Object...) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
支持分页实现的迭代查询
- selectStream(Connection, OrmStream<T>, Class<T>, boolean, SQLContext) - Method in interface sf.database.jdbc.sql.CrudSqlInf
-
- selectStream(Connection, OrmStream<T>, Class<T>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateIdImpl
-
- selectStream(Connection, OrmStream<T>, Class<T>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateIdInf
-
- selectStream(Connection, OrmStream<T>, Class<T>, String, Map<String, Object>) - Method in class sf.database.jdbc.sql.CrudTemplateSourceImpl
-
- selectStream(Connection, OrmStream<T>, Class<T>, String, Map<String, Object>) - Method in interface sf.database.jdbc.sql.CrudTemplateSourceInf
-
- selectStream(OrmStream<T>, Class<T>, SelectStatementProvider) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- selectStream(OrmStream<T>, Class<T>, SelectStatementProvider) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- selectStream(Connection, OrmStream<T>, Class<T>, SelectStatementProvider) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- selectStream(Connection, OrmStream<T>, Class<T>, SelectStatementProvider) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- selectStream(OrmStream<T>, SelectStatementProvider) - Method in interface sf.dynamicsql.mapper.DynmicSQLMapper
-
- selectStream(OrmStream<T>, SelectStatementProvider) - Method in class sf.dynamicsql.mapper.DynmicSQLMapperImpl
-
- selectStream(Connection, OrmStream<T>, Select, Class<T>) - Method in class sf.jooq.JooqImpl
-
- selectStream(Connection, OrmStream<T>, Select, Class<T>) - Method in interface sf.jooq.JooqInf
-
流式返回结果
- selectStream(Connection, OrmStream<T>, AbstractSQLQuery<?, ?>, Class<T>) - Method in interface sf.querydsl.QueryDSLInf
-
流式返回值
- selectStream(Connection, OrmStream<T>, AbstractSQLQuery<?, ?>, Class<T>) - Method in class sf.querydsl.QueryDSLOrmImpl
-
- selectStreamTemplate(OrmStream<T>, Class<T>, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectStreamTemplate(OrmStream<T>, Class<T>, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectStreamTemplateSource(OrmStream<T>, Class<T>, String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectStreamTemplateSource(OrmStream<T>, Class<T>, String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectTemplate(String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectTemplate(String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- selectTemplate(String, Map<String, Object>) - Method in interface sf.database.mapper.DaoMapper
-
执行一个jdbc sql模板查询
- selectTemplate(String, Map<String, Object>) - Method in class sf.database.mapper.DaoMapperImpl
-
- selectTemplateSource(String, Map<String, Object>) - Method in class sf.database.dao.DBClient
-
- selectTemplateSource(String, Map<String, Object>) - Method in interface sf.database.dao.DBMethod
-
- seq - Variable in class sf.database.dbinfo.Index.IndexItem
-
- SequenceInfo - Class in sf.database.dbinfo
-
数据库中的序列信息
- SequenceInfo() - Constructor for class sf.database.dbinfo.SequenceInfo
-
- serialize(ProjectableSQLQuery, boolean) - Static method in class com.querydsl.sql.QueryDSLVistor
-
- serialize(ProjectableSQLQuery, boolean) - Static method in class sf.querydsl.QueryDSL
-
ProjectableSQLQuery中的protected SQLSerializer serialize(boolean forCountRow)方法
执行sql的serialize方法
- set(int, Object) - Method in class sf.common.IgnoreEmptyList
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.ArrayType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.ArrayType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.AttributeConverterType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.AttributeConverterType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.BigDecimalDECIMALType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.BigDecimalDECIMALType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.BigDecimalNUMERICType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.BigDecimalNUMERICType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.BigIntegerBIGINTType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.BigIntegerBIGINTType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.BlobByteObjectArrayType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.BlobByteObjectArrayType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.BlobType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.BlobType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.BooleanCharType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.BooleanCharType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.BooleanType
-
Oracle,Types.BOOLEAN 对于 setNull 是不工作的
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.BooleanType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.ByteArrayBINARYType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.ByteArrayBINARYType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.ByteObjectArrayBINARYType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.ByteObjectArrayBINARYType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.ByteTINYINTType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.ByteTINYINTType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.CalendarTIMESTAMPType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.CalendarTIMESTAMPType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.CharacterVARCHARType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.CharacterVARCHARType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.ClobType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.ClobType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.DateLongType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.DateLongType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.DateTIMESTAMPType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.DateTIMESTAMPType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.DateTIMEType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.DateTIMEType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.DateType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.DateType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.DoubleType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.DoubleType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.EnumObjectTypeHandler
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.EnumObjectTypeHandler
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.EnumOrdinalTypeHandler
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.EnumOrdinalTypeHandler
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.EnumStringTypeHandler
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.EnumStringTypeHandler
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.FileBlobType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.FileBlobType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.FileClobType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.FileClobType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.FloatType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.FloatType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.InputStreamBINARYType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.InputStreamBINARYType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.InstantTIMESTAMPType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.InstantTIMESTAMPType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.IntegerType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.IntegerType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.LocalDateDATEType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.LocalDateDATEType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.LocalDateTimeTIMESTAMPType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.LocalDateTimeTIMESTAMPType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.LocalTimeTIMEType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.LocalTimeTIMEType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.LongBIGINTType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.LongBIGINTType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.NullType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.NullType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.ObjectType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.ObjectType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.ReaderBINARYType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.ReaderBINARYType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.RefType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.RefType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.RowIdType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.RowIdType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.ShortSMALLINTType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.ShortSMALLINTType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.StringClobType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.StringClobType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.StringNVARCHARType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.StringNVARCHARType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.StringSQLXMLType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.StringSQLXMLType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.StringVARCHARType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.StringVARCHARType
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.StructType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.StructType
-
- set(PreparedStatement, Object, int) - Method in interface sf.database.jdbc.type.TypeHandler
-
为缓冲语句设置值
- set(CallableStatement, Object, String) - Method in interface sf.database.jdbc.type.TypeHandler
-
- set(PreparedStatement, Object, int) - Method in class sf.database.jdbc.type.UrlDATALINKType
-
- set(CallableStatement, Object, String) - Method in class sf.database.jdbc.type.UrlDATALINKType
-
- set(String, Object) - Method in class sf.database.VarObject
-
设置字段的值,增加了字段名和数据类型的校验,可以安全地设置数值
- set(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- set(K, V) - Method in interface sf.spring.util.MultiValueMap
-
Set the given single value under the given key.
- set(Object, Object) - Method in interface sf.tools.reflect.Property
-
设置值
- set(Object, Object) - Method in class sf.tools.reflect.PropertyHold
-
- set(Object, String, Object) - Method in class sf.tools.reflectasm.FieldAccess
-
- set(Object, int, Object) - Method in class sf.tools.reflectasm.FieldAccess
-
- setAll(Map<K, V>) - Method in interface sf.spring.util.MultiValueMap
-
Set the given values under.
- setAllOne2One(List<ColumnMapping>) - Method in class sf.database.meta.TableMapping
-
- setAllowDropColumn(boolean) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setAllowDropColumn(boolean) - Method in class sf.database.OrmConfig
-
- setAllowDropColumn(boolean) - Method in class sf.database.support.EntityScanner
-
- setAlterTable(boolean) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setAlterTable(boolean) - Method in class sf.database.OrmConfig
-
- setAlterTable(boolean) - Method in class sf.database.support.EntityScanner
-
- setAndOr(String) - Method in class sf.dsl.Example.GeneratedCriteria
-
- setAnnotatedClasses(String[]) - Method in class sf.database.OrmConfig
-
- setAnnotationClass(Class<? extends Annotation>) - Method in class org.smallframework.spring.mapper.DaoMapperClassPathScanner
-
- setAnnotationClass(Class<? extends Annotation>) - Method in class org.smallframework.spring.mapper.DaoMapperScannerConfigurer
-
- setApplicationContext(ApplicationContext) - Method in class org.smallframework.spring.mapper.DaoMapperScannerConfigurer
-
- setAsciiStream(long) - Method in class sf.database.jdbc.lob.SimpleClob
-
- setAttributeConverter(AttributeConverter<X, Y>) - Method in class sf.database.jdbc.type.AttributeConverterType
-
- setAutoCommit(Boolean) - Method in class sf.common.log.LogContext
-
- setAutoCommit(boolean) - Method in class sf.database.connection.WrapConnection
-
- setAutoincrement(boolean) - Method in class sf.database.dbinfo.ColumnInfo
-
- setAutoIncrement(boolean) - Method in class sf.database.dbinfo.DataType
-
- setBaseClass(String) - Method in class sf.ext.gen.GenConfig
-
- setBasePackage(String) - Method in class org.smallframework.spring.mapper.DaoMapperScannerConfigurer
-
- setBaseSqlTemplatePath(String) - Method in class sf.database.template.enjoy.ext.SqlKit
-
- setBatchSize(int) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setBatchSize(int) - Method in class sf.database.OrmConfig
-
- setBeanFactory(BeanFactory) - Method in class org.smallframework.springboot.SmallOrmAutoConfiguration.AutoConfiguredMapperScannerRegistrar
-
- setBeanName(String) - Method in class org.smallframework.spring.mapper.DaoMapperScannerConfigurer
-
- setBeanValueType(OrmValueUtils.BeanValueType) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setBeanValueType(OrmValueUtils.BeanValueType) - Method in class sf.database.OrmConfig
-
- setBinaryStream(long) - Method in class sf.database.jdbc.lob.SimpleBlob
-
- setBindDsName(String) - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- setBinding(Binding<T, X>) - Method in class sf.jooq.tables.JooqField
-
- setBoolean(Object, int, boolean) - Method in class sf.tools.reflectasm.FieldAccess
-
- setByte(Object, int, byte) - Method in class sf.tools.reflectasm.FieldAccess
-
- setBytes(long, byte[]) - Method in class sf.database.jdbc.lob.SimpleBlob
-
- setBytes(long, byte[], int, int) - Method in class sf.database.jdbc.lob.SimpleBlob
-
- setCacheable(boolean) - Method in class sf.database.meta.TableMapping
-
- setCachedEscapeColumnName(String) - Method in class sf.database.meta.ColumnMapping
-
- setCacheLimit(int) - Method in class sf.spring.core.type.classreading.CachingMetadataReaderFactory
-
Specify the maximum number of entries for the MetadataReader cache.
- setCachePatterns(boolean) - Method in class sf.spring.util.AntPathMatcher
-
Specify whether to cache parsed pattern metadata for patterns passed
into this matcher's
AntPathMatcher.match(java.lang.String, java.lang.String)
method.
- setCacheSize(int) - Method in class sf.database.dbinfo.SequenceInfo
-
- setCascadeConfig(CascadeConfig) - Method in class sf.database.meta.ColumnMapping
-
- setCascadeField(DBCascadeField) - Method in class sf.database.meta.ColumnMapping
-
- setCascadeFields(Map<String, DBCascadeField>) - Method in class sf.database.meta.TableMapping
-
- setCaseSensitive(boolean) - Method in class sf.database.dbinfo.DataType
-
- setCaseSensitive(boolean) - Method in class sf.spring.util.AntPathMatcher
-
Specify whether to perform pattern matching in a case-sensitive fashion.
- setCatalog(String) - Method in class sf.database.connection.WrapConnection
-
- setCatalog(String) - Method in class sf.database.dbinfo.Constraint
-
- setCatalog(String) - Method in class sf.database.dbinfo.Function
-
设置catalog
- setCatalog(String) - Method in class sf.database.dbinfo.SequenceInfo
-
- setCatalog(String) - Method in class sf.database.dbinfo.TableInfo
-
设置Catalog
- setCatalog(String) - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- setCatalog(String) - Method in class sf.database.meta.TableMapping
-
- setCcmments(List<String>) - Method in class sf.database.meta.def.TableDef
-
- setChar(Object, int, char) - Method in class sf.tools.reflectasm.FieldAccess
-
- setCharacterStream(long) - Method in class sf.database.jdbc.lob.SimpleClob
-
- setCharset(Charset) - Method in class sf.database.meta.def.TableDef
-
- setCheckClause(String) - Method in class sf.database.dbinfo.Constraint
-
- setCheckEnhancement(boolean) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setCheckEnhancement(boolean) - Method in class sf.database.OrmConfig
-
- setCheckIndex(boolean) - Method in class sf.database.support.EntityScanner
-
- setCheckParaAssigned(boolean) - Static method in class sf.database.template.enjoy.ext.ParaDirective
-
- setCheckSequence(boolean) - Method in class sf.database.support.EntityScanner
-
- setClassLoader(ClassLoader) - Method in class sf.spring.core.io.DefaultResourceLoader
-
Specify the ClassLoader to load class path resources with, or
null
for using the thread context class loader at the time of actual resource access.
- setClassLoaders(ClassLoader...) - Method in class sf.spring.core.io.ClasspathLoader
-
指定查找资源的classloader
- setClient(DBClient) - Method in class org.smallframework.spring.mapper.DaoMapperFactoryBean
-
- setClientInfo(String, String) - Method in class sf.database.connection.WrapConnection
-
- setClientInfo(Properties) - Method in class sf.database.connection.WrapConnection
-
- setClz(Class<?>) - Method in class sf.database.meta.ColumnMapping
-
- setClz(Class<?>) - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- setClz(Class<? extends DBObject>) - Method in class sf.dynamicsql.SimpleTable
-
- setClz(Class<? extends DBObject>) - Method in class sf.jooq.tables.JooqTable
-
- setClz(Class<T>) - Method in class sf.querydsl.SQLRelationalPath
-
- setCollectionTable(CollectionTable) - Method in class sf.database.meta.ColumnMapping
-
- setCollectionValues(DBObject, ColumnMapping, List<Object>) - Static method in class sf.database.meta.CascadeUtils
-
- setColumn(Column) - Method in class sf.database.meta.ColumnMapping
-
- setColumnDef(String) - Method in class sf.database.dbinfo.ColumnInfo
-
- setColumnDef(ColumnDBType) - Method in class sf.database.meta.ColumnMapping
-
- setColumnDefinition(String) - Method in class sf.database.meta.def.ColumnDef
-
- setColumnInfos(List<ColumnInfo>) - Method in class sf.database.dbinfo.TableInfo
-
- setColumnMapping(ColumnMapping) - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- setColumnMapping(ColumnMapping) - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- setColumnMapping(ColumnMapping) - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- setColumnMapping(ColumnMapping) - Method in class sf.database.jdbc.sql.SQLParameter
-
- setColumnMapping(ColumnMapping) - Method in interface sf.database.jdbc.type.TypeHandler
-
设置返回的class,大部分的情况下不需要实现,只对范型返回类型的情况使用
- setColumnName(String) - Method in class sf.database.dbinfo.ColumnInfo
-
- setColumns(List<String>) - Method in class sf.database.dbinfo.Constraint
-
- setColumns(String[]) - Method in class sf.database.dbinfo.PrimaryKey
-
- setColumns(String[]) - Method in class sf.database.meta.def.IndexDef
-
- setColumnSize(int) - Method in class sf.database.dbinfo.ColumnInfo
-
- setComment(Comment) - Method in class sf.database.meta.ColumnMapping
-
- setComment(String) - Method in class sf.database.meta.def.ColumnDef
-
- setComment(String) - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- setComment(Comment) - Method in class sf.database.meta.TableMapping
-
- setComment(String) - Method in class sf.jooq.tables.JooqField
-
- setConvert(Convert) - Method in class sf.database.meta.ColumnMapping
-
- setConverter(Converter<X, U>) - Method in class sf.jooq.tables.JooqField
-
- setCount(boolean) - Method in class sf.dsl.Example
-
- setCountSql(String) - Method in class sf.database.jdbc.sql.SQLContext
-
- setCountSql(String) - Method in class sf.database.template.enjoy.ext.SqlPara
-
- setCreateTable(boolean) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setCreateTable(boolean) - Method in class sf.database.OrmConfig
-
- setCreateTable(boolean) - Method in class sf.database.support.EntityScanner
-
- setCurrentValue(long) - Method in class sf.database.dbinfo.SequenceInfo
-
- setDatabaseMajorVersion(int) - Method in class sf.database.dbinfo.ConnectInfo
-
- setDatabaseProductName(String) - Method in class sf.database.dbinfo.ConnectInfo
-
- setDatabaseProductVersion(String) - Method in class sf.database.dbinfo.ConnectInfo
-
- setDataSource(SimpleRoutingDataSource) - Method in class sf.database.dao.DaoSupport
-
- setDataSource(String) - Method in class sf.database.dao.DBContext
-
- setDataSource(DataSource) - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- setDataSource(DataSource) - Method in class sf.database.OrmConfig
-
- setDataSources(Map<String, DataSource>) - Method in class sf.database.OrmConfig
-
- setDataType(String) - Method in class sf.database.dbinfo.ColumnInfo
-
- setDataType(int) - Method in class sf.database.dbinfo.DataType
-
- setDbClient(DBClient) - Method in class sf.database.OrmConfig
-
- setDbClient(DBClient) - Method in class sf.database.support.EntityScanner
-
- setDbContext(DBContext) - Method in class sf.database.connection.WrapConnection
-
- setDbname(String) - Method in class sf.database.dbinfo.ConnectInfo
-
设置数据库名
- setDecimalDigit(int) - Method in class sf.database.dbinfo.ColumnInfo
-
- setDecimalDigits(int) - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- setDefaultCase(Case) - Method in class sf.database.meta.MetadataFeature
-
- setDefaultClassLoader() - Method in class sf.spring.core.io.ClasspathLoader
-
指定查找资源的classpath使用默认的
- setDefaultDatasource(String) - Method in class sf.database.OrmConfig
-
- setDefaultJavaType(Class<T>) - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- setDefaultJavaType(Class<T>) - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- setDefaultJavaType(Class<T>) - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- setDefaultJavaType(Class<T>) - Method in interface sf.database.jdbc.type.TypeHandler
-
设置返回的class,大部分的情况下不需要实现,只对枚举或需要自定义返回类型的情况使用
和getDefaultJavaType() 方法成对出现
- setDefaultValue(Object) - Method in class sf.database.dbinfo.ColumnDBType
-
- setDefaultValue(Object) - Method in class sf.tools.reflect.PropertyHold
-
- setDeferrAbility(int) - Method in class sf.database.dbinfo.ForeignKey
-
- setDeferrable(boolean) - Method in class sf.database.dbinfo.Constraint
-
- setDefinition(String) - Method in class sf.database.meta.def.IndexDef
-
- setDeleteRelation(CascadeContext) - Method in class sf.database.meta.CascadeConfig
-
- setDeleteRule(ForeignKeyAction) - Method in class sf.database.dbinfo.Constraint
-
- setDeleteRule(int) - Method in class sf.database.dbinfo.ForeignKey
-
- setDeleteSubObject(CascadeContext) - Method in class sf.database.meta.CascadeConfig
-
- setDevMode(boolean) - Method in class sf.database.template.enjoy.ext.SqlKit
-
- setDialect(DBDialect) - Method in class sf.dsl.Example
-
- setDirectoryOnly(boolean) - Method in class sf.spring.core.io.ClasspathLoader
-
- setDisplay(boolean) - Method in class sf.ext.gen.GenConfig
-
- setDistinct(boolean) - Method in class sf.dsl.Example
-
- setDoInit(boolean) - Method in class sf.database.support.AllowDataInitialize
-
- setDouble(Object, int, double) - Method in class sf.tools.reflectasm.FieldAccess
-
- setDriverClassName(String) - Method in class sf.database.datasource.SimpleDataSource
-
- setDriverMajorVersion(int) - Method in class sf.database.dbinfo.ConnectInfo
-
- setDriverVersion(String) - Method in class sf.database.dbinfo.ConnectInfo
-
- setDynamicTableName(String) - Method in class sf.database.dao.DBContext
-
- setElementCollection(ElementCollection) - Method in class sf.database.meta.ColumnMapping
-
- setEnabled(boolean) - Method in class sf.database.dbinfo.Constraint
-
- setEnd(Long) - Method in class sf.common.log.LogContext
-
- setEnhanceScanPackages(boolean) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setEnhanceScanPackages(boolean) - Method in class sf.database.OrmConfig
-
- setEnumerated(Enumerated) - Method in class sf.database.meta.ColumnMapping
-
- setExcludePatter(String[]) - Method in class sf.codegen.EntityEnhancerASM
-
- setExecClz(Class<?>) - Method in class sf.database.jdbc.sql.SQLContext
-
- setExecuteKey(String) - Method in class sf.common.log.LogContext
-
- setExistPullMethod(boolean) - Method in class sf.database.meta.TableMapping
-
- setExistPushMethod(boolean) - Method in class sf.database.meta.TableMapping
-
- setExpression(String) - Method in class sf.database.jdbc.sql.SQLParameter
-
- setExprList(ExprList) - Method in class sf.database.template.enjoy.ext.NameSpaceDirective
-
- setExprList(ExprList) - Method in class sf.database.template.enjoy.ext.ParaDirective
-
- setExprList(ExprList) - Method in class sf.database.template.enjoy.ext.SqlDirective
-
- setExprList(ExprList) - Method in class sf.database.template.enjoy.ext.UseDirective
-
- setFactoryBeanName(String) - Method in class org.smallframework.spring.mapper.DaoMapperClassPathScanner
-
- setFactoryBeanName(String) - Method in class org.smallframework.spring.mapper.DaoMapperScannerConfigurer
-
- setFeature(SerializerFeature) - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- setFetchDBField(FetchDBField) - Method in class sf.database.meta.ColumnMapping
-
- setField(DBField) - Method in class sf.database.meta.ColumnMapping
-
- setField(String) - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- setField(Field, Object, Object) - Static method in class sf.spring.util.ReflectionUtils
-
Set the field represented by the supplied field object on
the specified target object to the specified
value
.
- setField(Field) - Method in class sf.tools.reflect.PropertyHold
-
- setFieldAccessor(PropertyHold) - Method in class sf.database.meta.ColumnMapping
-
- setFieldName(String) - Method in class sf.database.meta.ColumnMapping
-
- setFields(Field[]) - Method in class sf.tools.reflectasm.FieldAccess
-
- setFile(File) - Method in class sf.database.jdbc.lob.SimpleBlob
-
- setFilterCondition(String) - Method in class sf.database.dbinfo.Index
-
- setFirstResult(int) - Method in class sf.database.jdbc.handle.PageListHandler
-
- setFixedPrecScale(boolean) - Method in class sf.database.dbinfo.DataType
-
- setFloat(Object, int, float) - Method in class sf.tools.reflectasm.FieldAccess
-
- setFlushMode(FlushModeType) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- setForUpdate(boolean) - Method in class sf.dsl.Example
-
- setFrom(String) - Method in class sf.database.dbinfo.ColumnChange
-
设置变更前描述
- setFromColumn(String) - Method in class sf.database.dbinfo.ForeignKey
-
- setFromSchema(String) - Method in class sf.database.dbinfo.ForeignKey
-
- setFromTable(String) - Method in class sf.database.dbinfo.ForeignKey
-
- setFromTable(TableMapping) - Method in class sf.database.meta.CascadeConfig
-
- setFromToColumns(Map<ColumnMapping, ColumnMapping>) - Method in class sf.database.meta.CascadeConfig
-
- setGeneratedcolumn(boolean) - Method in class sf.database.dbinfo.ColumnInfo
-
- setGenericType(Type) - Method in class sf.querydsl.QueryDSLObjectMapJsonType
-
- setGetter(Method) - Method in class sf.tools.reflect.PropertyHold
-
- setGv(GeneratedValue) - Method in class sf.database.meta.ColumnMapping
-
- setHandler(TypeHandler<?>) - Method in class sf.database.jdbc.sql.SQLParameter
-
- setHandler(TypeHandler<Object>) - Method in class sf.database.meta.ColumnMapping
-
- setHandler(TypeHandler<Object>) - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- setHasParamter(boolean) - Method in class sf.database.mapper.handle.Condition
-
- setHoldability(int) - Method in class sf.database.connection.WrapConnection
-
- setHost(String) - Method in class sf.database.dbinfo.ConnectInfo
-
设置数据库地址
- setId(String) - Method in class sf.database.support.AllowDataInitialize
-
- setIdentifierGenerator(IdentifierGenerator) - Method in class sf.database.meta.ColumnMapping
-
- setImplClasses(String[]) - Method in class sf.database.support.EntityScanner
-
设置多个DataObject类
- setImplClasses(Class...) - Method in class sf.database.support.EntityScanner
-
- setIncludePattern(String) - Method in class sf.codegen.EntityEnhancerASM
-
- setIndex(Index) - Method in class sf.jooq.tables.DynamicJooqTable
-
- setIndex(Index) - Method in class sf.jooq.tables.JooqTable
-
- setIndexName(String) - Method in class sf.database.dbinfo.Index
-
设置索引名称
- setIndexQualifier(String) - Method in class sf.database.dbinfo.Index
-
- setIndexs(List<Index>) - Method in class sf.database.meta.TableMapping
-
- setInitData(boolean) - Method in class sf.database.support.EntityScanner
-
- setInitiallyDeferred(boolean) - Method in class sf.database.dbinfo.Constraint
-
- setInputParas(Map<String, Object>) - Method in class sf.database.jdbc.sql.SQLContext
-
- setInsertable(boolean) - Method in class sf.database.meta.def.ColumnDef
-
- setInsertRelation(CascadeContext) - Method in class sf.database.meta.CascadeConfig
-
- setInt(Object, int, int) - Method in class sf.tools.reflectasm.FieldAccess
-
- setJdbcSqlType(ColumnMapping) - Static method in class sf.database.jdbc.type.Jdbcs
-
设置 jdbc sql type
- setJdbcType(int) - Method in class sf.database.jdbc.sql.SQLParameter
-
- setJdbcType(Integer) - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- setJdbcUrl(String) - Method in class sf.database.datasource.SimpleDataSource
-
- setJoinColumn(JoinColumn) - Method in class sf.database.meta.ColumnMapping
-
- setJoinColumns(JoinColumns) - Method in class sf.database.meta.ColumnMapping
-
- setJoinTable(JoinTable) - Method in class sf.database.meta.ColumnMapping
-
- setJooqTable(JooqTable<Record>) - Method in class sf.database.meta.TableMapping
-
- setJpaTransient(Transient) - Method in class sf.database.meta.ColumnMapping
-
- setKeepTaskList(boolean) - Method in class sf.spring.util.StopWatch
-
Configure whether the
StopWatch.TaskInfo
array is built over time.
- setKeepUpdate(boolean) - Method in class sf.database.dao.DBContext
-
- setKey(K) - Method in class sf.common.Entry
-
- setKey(UniqueKey<R>) - Method in class sf.jooq.tables.DynamicJooqTable
-
- setKey(UniqueKey<R>) - Method in class sf.jooq.tables.JooqTable
-
- setKeySeq(int) - Method in class sf.database.dbinfo.ForeignKey
-
- setLastDataInitResult(String) - Method in class sf.database.support.AllowDataInitialize
-
- setLastDataInitTime(Date) - Method in class sf.database.support.AllowDataInitialize
-
- setLastDataInitUser(String) - Method in class sf.database.support.AllowDataInitialize
-
- setLastModified(long) - Method in class sf.tools.URLFile
-
- setLength(int) - Method in class sf.database.meta.def.ColumnDef
-
- setList(List<T>) - Method in class sf.common.wrapper.Page
-
设置记录数据
- setList(T[]) - Method in class sf.common.wrapper.Page
-
设置记录数据
- setListSql(String) - Method in class sf.database.jdbc.sql.SQLContext
-
- setListSql(String) - Method in class sf.database.template.enjoy.ext.SqlPara
-
- setLoad(Bytecode, String, int) - Static method in class sf.tools.JavassitUtils
-
- setLob(boolean) - Method in class sf.database.meta.ColumnMapping
-
- setLobNames(List<DBField>) - Method in class sf.database.meta.TableMapping
-
- setLoginTimeout(int) - Method in class sf.database.datasource.ADataSource
-
- setLoginTimeout(int) - Method in class sf.database.datasource.SimpleDataSource
-
- setLoginTimeout(int) - Method in class sf.database.datasource.WrapDataSource
-
- setLogWriter(PrintWriter) - Method in class sf.database.datasource.ADataSource
-
- setLogWriter(PrintWriter) - Method in class sf.database.datasource.SimpleDataSource
-
- setLogWriter(PrintWriter) - Method in class sf.database.datasource.WrapDataSource
-
- setLong(Object, int, long) - Method in class sf.tools.reflectasm.FieldAccess
-
- setLookDialectClass(String) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setLookDialectClass(String) - Method in class sf.database.OrmConfig
-
- setLowerColumnName(String) - Method in class sf.database.meta.ColumnMapping
-
- setManyToMany(ManyToMany) - Method in class sf.database.meta.ColumnMapping
-
- setManyToOne(ManyToOne) - Method in class sf.database.meta.ColumnMapping
-
- setMapKey(MapKey) - Method in class sf.database.meta.ColumnMapping
-
- setMapKeyClass(MapKeyClass) - Method in class sf.database.meta.ColumnMapping
-
- setMapKeyColumn(MapKeyColumn) - Method in class sf.database.meta.ColumnMapping
-
- setMapKeyEnumerated(MapKeyEnumerated) - Method in class sf.database.meta.ColumnMapping
-
- setMapKeyJoinColumn(MapKeyJoinColumn) - Method in class sf.database.meta.ColumnMapping
-
- setMapKeyJoinColumns(MapKeyJoinColumns) - Method in class sf.database.meta.ColumnMapping
-
- setMappedClass(Class<T>) - Method in class org.smallframework.spring.SormBeanPropertyRowMapper
-
Set the class that each row should be mapped to.
- setMapperImplTemplate(String) - Method in class sf.ext.gen.MapperImplCodeGen
-
- setMapperInterface(Class<T>) - Method in class org.smallframework.spring.mapper.DaoMapperFactoryBean
-
- setMapperPkg(String) - Method in class sf.ext.gen.MapperImplCodeGen
-
- setMapperTemplate(String) - Method in class sf.ext.gen.MapperCodeGen
-
- setMapValues(DBObject, ColumnMapping, List<Object>) - Static method in class sf.database.meta.CascadeUtils
-
- setMatchType(ForeignKeyMatchType) - Method in class sf.database.dbinfo.Constraint
-
- setMaximumScale(short) - Method in class sf.database.dbinfo.DataType
-
- setMaxResults(int) - Method in class sf.database.jdbc.handle.PageListHandler
-
- setMeta(TableMapping) - Method in class sf.database.meta.ColumnMapping
-
- setMethodAccess(MethodAccess) - Method in class sf.database.meta.TableMapping
-
- setMiddleTableColumns(Map<String, ColumnMapping>) - Method in class sf.database.meta.CascadeConfig
-
- setMiddleTableName(String) - Method in class sf.database.meta.CascadeConfig
-
- setMinimumScale(short) - Method in class sf.database.dbinfo.DataType
-
- setMinValue(long) - Method in class sf.database.dbinfo.SequenceInfo
-
- setName(String) - Method in class sf.database.dbinfo.Constraint
-
- setName(String) - Method in class sf.database.dbinfo.ForeignKey
-
- setName(String) - Method in class sf.database.dbinfo.Function
-
set the functuon/procedure name
- setName(String) - Method in class sf.database.dbinfo.PrimaryKey
-
- setName(String) - Method in class sf.database.dbinfo.SequenceInfo
-
- setName(String) - Method in class sf.database.dbinfo.TableInfo
-
设置名称
- setName(String) - Method in class sf.database.meta.def.ColumnDef
-
- setName(String) - Method in class sf.database.meta.def.IndexDef
-
- setName(String) - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- setName(String) - Method in class sf.jooq.tables.JooqField
-
- setName(String) - Method in class sf.tools.reflect.PropertyHold
-
- setNameGenerator(BeanNameGenerator) - Method in class org.smallframework.spring.mapper.DaoMapperScannerConfigurer
-
- setNetworkTimeout(Executor, int) - Method in class sf.database.connection.WrapConnection
-
- setNewOptimisticLockValues(T) - Method in class sf.database.dao.DBClient
-
- setNewOptimisticLockValues(T) - Method in interface sf.database.dao.DBMethod
-
警告:从数据库中获取最新的乐观锁的值到对象中,一般情况下,该方法用不到.慎用.
- setNewOptimisticLockValues(Connection, T) - Static method in class sf.database.meta.OptimisticLock
-
- setNoPkConstraint(boolean) - Method in class sf.database.meta.def.TableDef
-
- setNotInsert(boolean) - Method in class sf.database.meta.ColumnMapping
-
- setNoTransaction(boolean) - Method in class sf.database.dao.DBContext
-
- setNotUpdate(boolean) - Method in class sf.database.meta.ColumnMapping
-
- setNullable(boolean) - Method in class sf.database.dbinfo.ColumnDBType
-
- setNullable(boolean) - Method in class sf.database.dbinfo.ColumnInfo
-
- setNullable(short) - Method in class sf.database.dbinfo.DataType
-
- setNullable(boolean) - Method in class sf.database.meta.def.ColumnDef
-
- setNullable(boolean) - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- setNumPrecRadix(int) - Method in class sf.database.dbinfo.DataType
-
- setOffsetLimit(Example.OffsetLimit) - Method in class sf.dsl.Example
-
- setOneToMany(OneToMany) - Method in class sf.database.meta.ColumnMapping
-
- setOneToOne(OneToOne) - Method in class sf.database.meta.ColumnMapping
-
- setOnlyMapper(boolean) - Method in class sf.ext.gen.MapperCodeGen
-
- setOpenStreamIterator(boolean) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setOpenStreamIterator(boolean) - Method in class sf.database.OrmConfig
-
- setOrderBy(OrderBy) - Method in class sf.database.meta.ColumnMapping
-
- setOrderColumn(OrderColumn) - Method in class sf.database.meta.ColumnMapping
-
- setOrdinal(int) - Method in class sf.database.dbinfo.ColumnInfo
-
- setOut(PrintStream) - Method in class sf.codegen.EntityEnhancerASM
-
- setOut(PrintStream) - Method in class sf.codegen.EntityEnhancerJavassist
-
- setPackageNames(String) - Method in class sf.database.support.EntityScanner
-
- setPackages(String) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setPackagesToScan(String[]) - Method in class sf.database.OrmConfig
-
- setPageSize(int) - Method in class sf.common.wrapper.Page
-
- setParaList(List<Object>) - Method in class sf.database.template.enjoy.ext.SqlPara
-
- setParameters(List<SQLParameter>) - Method in class sf.database.mapper.handle.Condition
-
- setParams(List<Object>) - Method in class sf.database.template.mybatis.SqlParam
-
- setParas(Object) - Method in class sf.common.log.LogContext
-
- setParas(List<SQLParameter>) - Method in class sf.database.jdbc.sql.SQLContext
-
- setParas(List<ColumnMapping>) - Method in class sf.database.meta.CascadeContext
-
- setPassword(String) - Method in class sf.database.datasource.SimpleDataSource
-
- setPassword(String) - Method in class sf.database.dbinfo.ConnectInfo
-
设置口令
- setPath(String) - Method in class org.smallframework.mavenplugin.goal.EnhanceASMMojo
-
- setPath(String) - Method in class org.smallframework.mavenplugin.goal.EnhanceJavassistMojo
-
- setPathMatcher(PathMatcher) - Method in class sf.spring.core.io.support.PathMatchingResourcePatternResolver
-
Set the PathMatcher implementation to use for this
resource pattern resolver.
- setPathSeparator(String) - Method in class sf.spring.util.AntPathMatcher
-
Set the path separator to use for pattern parsing.
- setPk(boolean) - Method in class sf.database.meta.ColumnMapping
-
- setPk(boolean) - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- setPk(boolean) - Method in interface sf.database.meta.IColumnMapping
-
设置,是否为主键
- setPkFields(List<ColumnMapping>) - Method in class sf.database.meta.TableMapping
-
- setPkName(String) - Method in class sf.database.dbinfo.ForeignKey
-
- setPrecision(int) - Method in class sf.database.dbinfo.DataType
-
- setPrecision(int) - Method in class sf.database.meta.def.ColumnDef
-
- setPreferBigDecimal(boolean) - Method in class sf.ext.gen.GenConfig
-
- setPreferDate(boolean) - Method in class sf.ext.gen.GenConfig
-
- setPreResultParas(List<SQLParameter>) - Method in class sf.database.jdbc.sql.SQLContext
-
- setPrimaryKey(boolean) - Method in class sf.database.dbinfo.ColumnInfo
-
- setPrimaryKey(String) - Method in class sf.database.dbinfo.TableInfo
-
- setPrimaryKeyValue(DBObject, Object) - Static method in class sf.database.util.OrmUtils
-
设置指定的值到主键
- setPrintSql(StringBuilder) - Method in class sf.common.log.LogContext
-
- setProfile(DBDialect) - Method in class sf.database.dbinfo.ConnectInfo
-
设置方言
- setProfile(DBDialect) - Method in class sf.database.meta.def.TableDef
-
- setProperty(DBProperty, String) - Method in class sf.database.dialect.DBDialect
-
- setProperty(String, Object) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- setPropertyNames(List<String>) - Method in class sf.database.template.mybatis.SqlParam
-
- setPropertyOrder(int) - Method in class sf.ext.gen.GenConfig
-
- setQueryTimeout(int) - Method in class sf.database.connection.WrapConnection
-
- setQueryTimeout(int) - Method in class sf.database.dao.DBContext
-
- setQuoteChar(String) - Method in class sf.database.meta.MetadataFeature
-
- setQuotedCase(Case) - Method in class sf.database.meta.MetadataFeature
-
- setRawColumnName(String) - Method in class sf.database.meta.ColumnMapping
-
- setRawTypes(Class<?>[]) - Method in class sf.tools.reflect.PropertyHold
-
- setReadOnly(boolean) - Method in class sf.database.connection.WrapConnection
-
- setReadOnly() - Method in class sf.tools.URLFile
-
- setRefColumns(List<String>) - Method in class sf.database.dbinfo.Constraint
-
- setReferenceColumn(String) - Method in class sf.database.dbinfo.ForeignKey
-
- setReferenceSchema(String) - Method in class sf.database.dbinfo.ForeignKey
-
- setReferenceTable(String) - Method in class sf.database.dbinfo.ForeignKey
-
- setRefGeneration(String) - Method in class sf.database.dbinfo.TableInfo
-
- setReflectasmGetterIndex(int) - Method in class sf.tools.reflect.PropertyHold
-
- setReflectasmSetterIndex(int) - Method in class sf.tools.reflect.PropertyHold
-
- setRefTableName(String) - Method in class sf.database.dbinfo.Constraint
-
- setRefTableSchema(String) - Method in class sf.database.dbinfo.Constraint
-
- setRelationalPath(SQLRelationalPath<?>) - Method in class sf.database.meta.TableMapping
-
- setRemarks(String) - Method in class sf.database.dbinfo.ColumnInfo
-
- setRemarks(String) - Method in class sf.database.dbinfo.Function
-
设置备注
- setRemarks(String) - Method in class sf.database.dbinfo.TableInfo
-
设置备注
- setRemovedTableNamePrefixes(String...) - Method in class sf.database.dbinfo.DBInfoBuilder
-
设置需要被移除的表名前缀,仅用于生成 modelName 与 baseModelName 例如表名 "osc_account",移除前缀
"osc_" 后变为 "account"
- setResourceLoader(ResourceLoader) - Method in class org.smallframework.springboot.SmallOrmAutoConfiguration.AutoConfiguredMapperScannerRegistrar
-
- setResourcePathRelativeToSrc(String) - Static method in class sf.ext.gen.GenUtils
-
设置资源文件生成根路径(影响md的生成)
- setResult(Object) - Method in class sf.common.log.LogContext
-
- setResult(Object) - Method in class sf.database.jdbc.sql.SQLContext
-
- setResultBeanClass(Class<?>) - Method in class sf.database.jdbc.sql.SQLContext
-
- setResultBeanClass(Class<?>) - Method in class sf.database.meta.CascadeContext
-
- setReturnedClass(Class<T>) - Method in class sf.querydsl.QueryDSLObjectMapJsonType
-
- setRollbackOnly() - Method in class sf.database.jpa.JpaEntityTransaction
-
- SetRowMapper - Class in sf.database.jdbc.rowmapper
-
结果集转为set
- SetRowMapper() - Constructor for class sf.database.jdbc.rowmapper.SetRowMapper
-
- setSavedDefaultValue(SavedDefaultValue) - Method in class sf.database.meta.ColumnMapping
-
- setSavepoint() - Method in class sf.database.connection.WrapConnection
-
- setSavepoint(String) - Method in class sf.database.connection.WrapConnection
-
- setScale(int) - Method in class sf.database.meta.def.ColumnDef
-
- setScanSubPackage(boolean) - Method in class sf.database.support.EntityScanner
-
- setSchema(String) - Method in class sf.database.connection.WrapConnection
-
- setSchema(String) - Method in class sf.database.dbinfo.Constraint
-
- setSchema(String) - Method in class sf.database.dbinfo.Function
-
设置schema
- setSchema(String) - Method in class sf.database.dbinfo.SequenceInfo
-
- setSchema(String) - Method in class sf.database.dbinfo.TableInfo
-
设置 schema
- setSchema(String) - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- setSchema(String) - Method in class sf.database.meta.TableMapping
-
- setSearchable(short) - Method in class sf.database.dbinfo.DataType
-
- setSelectSubObject(CascadeContext) - Method in class sf.database.meta.CascadeConfig
-
- setSelfRefencingColName(String) - Method in class sf.database.dbinfo.TableInfo
-
- setSequenceGenerator(SequenceGenerator) - Method in class sf.database.meta.ColumnMapping
-
- setSetter(Method) - Method in class sf.tools.reflect.PropertyHold
-
- setShort(Object, int, short) - Method in class sf.tools.reflectasm.FieldAccess
-
- setShowCallChain(boolean) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setShowCallChain(boolean) - Method in class sf.database.OrmConfig
-
- setShowSql(boolean) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setShowSql(boolean) - Method in class sf.database.OrmConfig
-
- setSize(int) - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- setSpace(int) - Method in class sf.ext.gen.GenConfig
-
- setSpecificName(String) - Method in class sf.database.dbinfo.Function
-
设置specificName
- setSql(String) - Method in class sf.common.log.LogContext
-
- setSql(String) - Method in class sf.database.jdbc.sql.SQLContext
-
- setSql(String) - Method in class sf.database.meta.CascadeContext
-
- setSql(String) - Method in class sf.database.template.enjoy.ext.SqlPara
-
- setSql(String) - Method in class sf.database.template.mybatis.SqlParam
-
- setSqlDataType(int) - Method in class sf.database.dbinfo.DataType
-
- setSqlExpression(String) - Method in class sf.database.mapper.handle.Condition
-
- setSqlId(String) - Method in class sf.database.jdbc.sql.SQLContext
-
- setSqlTemplateDebug(boolean) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setSqlTemplateDebug(boolean) - Method in class sf.database.OrmConfig
-
- setSqlTemplateIdUseDialect(boolean) - Method in class sf.database.dao.DBContext
-
- setSqlTemplatePath(String) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setSqlTemplatePath(String) - Method in class sf.database.OrmConfig
-
- setSqlTemplateType(TemplateType) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setSqlTemplateType(TemplateType) - Method in class sf.database.OrmConfig
-
- setSqlType(int) - Method in class sf.database.dbinfo.ColumnDBType
-
- setSqlType(int) - Method in class sf.database.dbinfo.ColumnInfo
-
- setSqlType(int) - Method in class sf.database.jdbc.type.ObjectType
-
- setSqlType(int) - Method in interface sf.database.jdbc.type.TypeHandler
-
设置sqlType,大部分不实现!
- setSqlType(int) - Method in class sf.database.meta.ColumnMapping
-
- setSrcPathRelativeToSrc(String) - Static method in class sf.ext.gen.GenUtils
-
设置java代码生成根路径(影响pojo、mapper的生成)
- setStart(Long) - Method in class sf.common.log.LogContext
-
- setStartValue(long) - Method in class sf.database.dbinfo.SequenceInfo
-
- setStep(int) - Method in class sf.database.dbinfo.SequenceInfo
-
- setString(long, String) - Method in class sf.database.jdbc.lob.SimpleClob
-
- setString(long, String, int, int) - Method in class sf.database.jdbc.lob.SimpleClob
-
- setSuffix(String) - Method in class org.smallframework.spring.mapper.DaoMapperClassPathScanner
-
- setSuffix(String) - Method in class org.smallframework.spring.mapper.DaoMapperScannerConfigurer
-
- setSystemClassLoader() - Method in class sf.spring.core.io.ClasspathLoader
-
指定使用系统classloader查找
- setTable(String) - Method in class sf.database.meta.def.ColumnDef
-
- setTable(Table) - Method in class sf.database.meta.TableMapping
-
- setTable(Table<R>) - Method in class sf.jooq.tables.JooqField
-
- setTableCatalog(String) - Method in class sf.database.dbinfo.Constraint
-
- setTableComment(String) - Method in class sf.database.meta.def.TableDef
-
- setTableGenerator(TableGenerator) - Method in class sf.database.meta.ColumnMapping
-
- setTableMapping(TableMapping) - Method in class sf.database.jdbc.sql.SQLContext
-
- setTableMapping(TableMapping) - Method in class sf.database.jdbc.sql.SQLParameter
-
- setTableMapping(TableMapping) - Method in class sf.database.meta.CascadeContext
-
- setTableName(String) - Method in class sf.database.dbinfo.ColumnInfo
-
- setTableName(String) - Method in class sf.database.dbinfo.Constraint
-
- setTableName(String) - Method in class sf.database.dbinfo.Index
-
设置索引所在的表名
- setTablename(String) - Method in class sf.database.meta.def.TableDef
-
- setTableName(String) - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- setTableName(String) - Method in class sf.database.meta.TableMapping
-
- setTableSchema(String) - Method in class sf.database.dbinfo.Constraint
-
- setTableSchema(String) - Method in class sf.database.dbinfo.Index
-
- setTail(Map<String, Object>) - Method in class sf.core.DBObject
-
- setTail(boolean) - Method in class sf.database.meta.ColumnMapping
-
- setTailField(ColumnMapping) - Method in class sf.database.meta.TableMapping
-
- setTemplate(Connection, AbstractSQLClause<?>) - Static method in class sf.querydsl.QueryDSLOrmImpl
-
- setTemplateSql(String) - Method in class sf.database.jdbc.sql.SQLContext
-
- setTemporal(Temporal) - Method in class sf.database.meta.ColumnMapping
-
- setThisType(Class<?>) - Method in class sf.database.meta.TableMapping
-
- setThreadLocal() - Method in class sf.database.template.TemplateContext
-
- setTo(String) - Method in class sf.database.dbinfo.ColumnChange
-
设置变更后描述
- setToTable(TableMapping) - Method in class sf.database.meta.CascadeConfig
-
- setTotalCount(long) - Method in class sf.common.wrapper.Page
-
设置记录总数
- setTransactionDefinition(TransactionDefinition) - Method in class org.smallframework.spring.DaoTemplate
-
- setTransactionIsolation(int) - Method in class sf.database.connection.WrapConnection
-
- setTransactionManager(PlatformTransactionManager) - Method in class org.smallframework.spring.DaoTemplate
-
- setTrimTokens(boolean) - Method in class sf.spring.util.AntPathMatcher
-
Specify whether to trim tokenized paths and patterns.
- setType(ConstraintType) - Method in class sf.database.dbinfo.Constraint
-
- setType(int) - Method in class sf.database.dbinfo.Function
-
设置类型
- setType(int) - Method in class sf.database.dbinfo.Index
-
设置索引类型
- setType(String) - Method in class sf.database.dbinfo.TableInfo
-
设置表类型
- setType(CascadeConfig.LinkType) - Method in class sf.database.meta.CascadeConfig
-
- setType(Type) - Method in class sf.database.meta.ColumnMapping
-
- setType(Class<?>) - Method in class sf.database.meta.dynamic.DynamicTableMapping
-
- setType(DataType<T>) - Method in class sf.jooq.tables.JooqField
-
- setTypeCatelog(String) - Method in class sf.database.dbinfo.TableInfo
-
- setTypeHandler(TypeHandler<Y>) - Method in class sf.database.jdbc.type.AttributeConverterType
-
- setTypeMap(Map<String, Class<?>>) - Method in class sf.database.connection.WrapConnection
-
- setTypeName(String) - Method in class sf.database.dbinfo.DataType
-
- setTypeName(String) - Method in class sf.database.dbinfo.TableInfo
-
- setTypeName(String) - Method in class sf.database.jdbc.type.ArrayType
-
- setTypeName(String) - Method in class sf.database.jdbc.type.StructType
-
- setTypeSchema(String) - Method in class sf.database.dbinfo.TableInfo
-
- setUnique(boolean) - Method in class sf.database.dbinfo.ColumnDBType
-
- setUnique(boolean) - Method in class sf.database.dbinfo.ColumnInfo
-
- setUnique(boolean) - Method in class sf.database.dbinfo.Index
-
设置该索引是否有唯一约束
- setUnique(boolean) - Method in class sf.database.meta.def.ColumnDef
-
- setUnique(boolean) - Method in class sf.database.meta.def.IndexDef
-
- setUnique(boolean) - Method in class sf.database.meta.dynamic.DynamicColumnMapping
-
- setUniqueKeyGenerator(UniqueKeyGenerator) - Method in class sf.database.meta.ColumnMapping
-
- setUniques(List<UniqueConstraint>) - Method in class sf.database.meta.TableMapping
-
- setUnsigned(boolean) - Method in class sf.database.dbinfo.DataType
-
- setUnsigned(boolean) - Method in class sf.database.meta.ColumnMapping
-
- setUpdatable(boolean) - Method in class sf.database.meta.def.ColumnDef
-
- setUpdate(boolean) - Method in class sf.database.jdbc.sql.SQLContext
-
- setUpdateRelation(CascadeContext) - Method in class sf.database.meta.CascadeConfig
-
- setUpdateRule(ForeignKeyAction) - Method in class sf.database.dbinfo.Constraint
-
- setUpdateRule(int) - Method in class sf.database.dbinfo.ForeignKey
-
- setupEntityField(Connection, TableMapping) - Method in class sf.database.dialect.DBDialect
-
设置tablemapping信息
- setUpperColumnName(String) - Method in class sf.database.meta.ColumnMapping
-
- setUrl(String) - Method in class sf.database.datasource.SimpleDataSource
-
- setUrl(String) - Method in class sf.database.dbinfo.ConnectInfo
-
设置地址
- setUseMappedBy(boolean) - Method in class sf.database.meta.CascadeConfig
-
- setUseOuterJoin(boolean) - Method in class sf.database.meta.TableMapping
-
- setUser(String) - Method in class sf.database.dbinfo.ConnectInfo
-
设置用户名
- setUserDefinition(String) - Method in class sf.database.dbinfo.Index
-
- setUsername(String) - Method in class sf.database.datasource.SimpleDataSource
-
- setUseSystemPrint(boolean) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setUseSystemPrint(boolean) - Method in class sf.database.OrmConfig
-
- setUseTail(boolean) - Method in class org.smallframework.springboot.SmallOrmProperties
-
- setUseTail(boolean) - Method in class sf.database.dao.DBContext
-
- setUseTail(boolean) - Method in class sf.database.OrmConfig
-
- setUseTemplateReplace(boolean) - Method in class sf.dynamicsql.SimpleTable
-
- setValue(V) - Method in class sf.common.Entry
-
- setValue(Object) - Method in class sf.database.jdbc.sql.SQLParameter
-
- setValue(T, ColumnMapping, Object) - Static method in class sf.database.util.OrmValueUtils
-
设置值
- setValue(T, ColumnMapping, Object, OrmValueUtils.BeanValueType) - Static method in class sf.database.util.OrmValueUtils
-
- setValue(PreparedStatement, int, T) - Method in class sf.querydsl.QueryDSLObjectMapJsonType
-
- setValue(V) - Method in class sf.spring.util.ConcurrentReferenceHashMap.Entry
-
- setValue(Object, long, Class<?>, Object) - Static method in class sf.tools.reflect.UnsafeUtils
-
- setValues(PreparedStatement, Object) - Method in interface sf.database.jdbc.sql.PreparedStatementSetter
-
- setVersion(boolean) - Method in class sf.database.meta.ColumnMapping
-
- setVersionMap(Map<DBField, ColumnMapping>) - Method in class sf.database.meta.TableMapping
-
- setXclass(Class<X>) - Method in class sf.database.jdbc.type.AttributeConverterType
-
- setYclass(Class<Y>) - Method in class sf.database.jdbc.type.AttributeConverterType
-
- sf.accelerator.asm.commons - package sf.accelerator.asm.commons
-
- sf.codegen - package sf.codegen
-
- sf.codegen.support - package sf.codegen.support
-
- sf.common - package sf.common
-
- sf.common.exception - package sf.common.exception
-
- sf.common.log - package sf.common.log
-
- sf.common.wrapper - package sf.common.wrapper
-
- sf.core - package sf.core
-
- sf.database - package sf.database
-
- sf.database.annotations - package sf.database.annotations
-
- sf.database.connection - package sf.database.connection
-
- sf.database.dao - package sf.database.dao
-
- sf.database.datasource - package sf.database.datasource
-
- sf.database.dbinfo - package sf.database.dbinfo
-
- sf.database.dialect - package sf.database.dialect
-
- sf.database.dialect.cubrid - package sf.database.dialect.cubrid
-
- sf.database.dialect.db2 - package sf.database.dialect.db2
-
- sf.database.dialect.derby - package sf.database.dialect.derby
-
- sf.database.dialect.firebird - package sf.database.dialect.firebird
-
- sf.database.dialect.h2 - package sf.database.dialect.h2
-
- sf.database.dialect.hsqldb - package sf.database.dialect.hsqldb
-
- sf.database.dialect.mariadb - package sf.database.dialect.mariadb
-
- sf.database.dialect.mysql - package sf.database.dialect.mysql
-
- sf.database.dialect.oracle - package sf.database.dialect.oracle
-
- sf.database.dialect.postgresql - package sf.database.dialect.postgresql
-
- sf.database.dialect.sqlite - package sf.database.dialect.sqlite
-
- sf.database.dialect.sqlserver - package sf.database.dialect.sqlserver
-
- sf.database.jdbc.extension - package sf.database.jdbc.extension
-
- sf.database.jdbc.handle - package sf.database.jdbc.handle
-
- sf.database.jdbc.lob - package sf.database.jdbc.lob
-
- sf.database.jdbc.result - package sf.database.jdbc.result
-
- sf.database.jdbc.rowmapper - package sf.database.jdbc.rowmapper
-
- sf.database.jdbc.sql - package sf.database.jdbc.sql
-
- sf.database.jdbc.type - package sf.database.jdbc.type
-
- sf.database.jpa - package sf.database.jpa
-
- sf.database.mapper - package sf.database.mapper
-
此包为mapper映射类
- sf.database.mapper.annotation - package sf.database.mapper.annotation
-
- sf.database.mapper.handle - package sf.database.mapper.handle
-
- sf.database.meta - package sf.database.meta
-
- sf.database.meta.def - package sf.database.meta.def
-
- sf.database.meta.dynamic - package sf.database.meta.dynamic
-
- sf.database.meta.object - package sf.database.meta.object
-
- sf.database.model - package sf.database.model
-
- sf.database.support - package sf.database.support
-
- sf.database.template - package sf.database.template
-
- sf.database.template.enjoy - package sf.database.template.enjoy
-
- sf.database.template.enjoy.ext - package sf.database.template.enjoy.ext
-
- sf.database.template.expression - package sf.database.template.expression
-
- sf.database.template.freemarker - package sf.database.template.freemarker
-
- sf.database.template.freemarker.ext - package sf.database.template.freemarker.ext
-
- sf.database.template.mybatis - package sf.database.template.mybatis
-
- sf.database.template.sql - package sf.database.template.sql
-
- sf.database.transaction - package sf.database.transaction
-
- sf.database.util - package sf.database.util
-
- sf.dsl - package sf.dsl
-
- sf.dynamicsql - package sf.dynamicsql
-
- sf.dynamicsql.dao - package sf.dynamicsql.dao
-
- sf.dynamicsql.mapper - package sf.dynamicsql.mapper
-
- sf.ext.gen - package sf.ext.gen
-
- sf.jooq - package sf.jooq
-
- sf.jooq.dao - package sf.jooq.dao
-
- sf.jooq.mapper - package sf.jooq.mapper
-
- sf.jooq.spring - package sf.jooq.spring
-
- sf.jooq.tables - package sf.jooq.tables
-
- sf.querydsl - package sf.querydsl
-
- sf.querydsl.dao - package sf.querydsl.dao
-
- sf.querydsl.mapper - package sf.querydsl.mapper
-
- sf.querydsl.spring - package sf.querydsl.spring
-
- sf.spring - package sf.spring
-
拷贝 spring-core-5.1.0.RELEASE-sources.jar 内的源码
- sf.spring.asm - package sf.spring.asm
-
Spring's repackaging of
ASM 9.0
(with Spring-specific patches; for internal use only).
- sf.spring.boot.system - package sf.spring.boot.system
-
- sf.spring.core.io - package sf.spring.core.io
-
Generic abstraction for (file-based) resources, used throughout the framework.
- sf.spring.core.io.support - package sf.spring.core.io.support
-
Support classes for Spring's resource abstraction.
- sf.spring.core.type - package sf.spring.core.type
-
Core support package for type introspection.
- sf.spring.core.type.classreading - package sf.spring.core.type.classreading
-
Support classes for reading annotation and class-level metadata.
- sf.spring.lang - package sf.spring.lang
-
- sf.spring.util - package sf.spring.util
-
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
- sf.tools - package sf.tools
-
- sf.tools.codec - package sf.tools.codec
-
- sf.tools.io - package sf.tools.io
-
- sf.tools.reflect - package sf.tools.reflect
-
- sf.tools.reflectasm - package sf.tools.reflectasm
-
reflectasm
https://github.com/EsotericSoftware/reflectasm
- sf.tools.snowflake - package sf.tools.snowflake
-
- sf.tools.string - package sf.tools.string
-
- sha1(String) - Static method in class sf.tools.codec.HashUtils
-
- sha256(String) - Static method in class sf.tools.codec.HashUtils
-
- sha384(String) - Static method in class sf.tools.codec.HashUtils
-
- sha512(String) - Static method in class sf.tools.codec.HashUtils
-
- shallowCopyFieldState(Object, Object) - Static method in class sf.spring.util.ReflectionUtils
-
Given the source object and the destination, which must be the same class
or a subclass, copy all fields, including inherited fields.
- SHORT - Static variable in class sf.spring.asm.Type
-
The sort of the
short
type.
- SHORT_TYPE - Static variable in class sf.spring.asm.Type
-
The
short
type.
- ShortSMALLINTType - Class in sf.database.jdbc.type
-
- ShortSMALLINTType() - Constructor for class sf.database.jdbc.type.ShortSMALLINTType
-
- shortSummary() - Method in class sf.spring.util.StopWatch
-
Get a short description of the total running time.
- show(ResultSet) - Static method in class sf.common.log.LogUtil
-
- show(Object) - Static method in class sf.common.log.LogUtil
-
将指定的对象显示输出
- showCallChain - Variable in class org.smallframework.springboot.SmallOrmProperties
-
是否打印方法调用,在showSql=true的情况下才有用
- showCallChain - Variable in class sf.database.OrmConfig
-
是否打印方法调用,在showSql=true的情况下才有用
- showResult(ResultSet, int) - Static method in class sf.database.jdbc.result.ResultSets
-
显示sql的resultset
- showResult(ResultSet, int, boolean) - Static method in class sf.database.jdbc.result.ResultSets
-
以文本显示SQL结果
- shows(Object...) - Static method in class sf.common.log.LogUtil
-
将指定的对象显示输出
- showSql - Variable in class sf.database.OrmConfig
-
sql日志开关
- simple(String, Class<? super T>) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- simple(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- simple(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
- SimpleBlob - Class in sf.database.jdbc.lob
-
如果数据已经是byte[],请使用javax.sql.rowset.serial.SerialBlob
- SimpleBlob() - Constructor for class sf.database.jdbc.lob.SimpleBlob
-
- SimpleBlob(File) - Constructor for class sf.database.jdbc.lob.SimpleBlob
-
如果数据已经是byte[],请使用javax.sql.rowset.serial.SerialBlob
- SimpleClob - Class in sf.database.jdbc.lob
-
- SimpleClob() - Constructor for class sf.database.jdbc.lob.SimpleClob
-
- SimpleClob(File) - Constructor for class sf.database.jdbc.lob.SimpleClob
-
- SimpleDataSource - Class in sf.database.datasource
-
这是一个神奇的DataSource!!你甚至不需要设置driverClassName!!
- SimpleDataSource() - Constructor for class sf.database.datasource.SimpleDataSource
-
- simpleMatchToRegexp(String) - Static method in class sf.tools.string.RegexpUtils
-
将使用简易匹配语法的关键字修改为标准正则表达式
简易语法就是用*表示匹配任意数量字符,用?表示匹配0~1个字符,其他字符一律按照字面理解。 这是为了和Windows用户的习惯相吻合
- SimpleMetadataReaderFactory - Class in sf.spring.core.type.classreading
-
Simple implementation of the
MetadataReaderFactory
interface,
creating a new ASM ClassReader
for every request.
- SimpleMetadataReaderFactory() - Constructor for class sf.spring.core.type.classreading.SimpleMetadataReaderFactory
-
Create a new SimpleMetadataReaderFactory for the default class loader.
- SimpleMetadataReaderFactory(ResourceLoader) - Constructor for class sf.spring.core.type.classreading.SimpleMetadataReaderFactory
-
Create a new SimpleMetadataReaderFactory for the given resource loader.
- SimpleMetadataReaderFactory(ClassLoader) - Constructor for class sf.spring.core.type.classreading.SimpleMetadataReaderFactory
-
Create a new SimpleMetadataReaderFactory for the given class loader.
- simplePattern(String, boolean, boolean, boolean, boolean) - Static method in class sf.tools.string.RegexpUtils
-
得到简易通配的正则pattern
- SimpleRoutingDataSource - Class in sf.database.datasource
-
简易主从数据源管理,使用spring 的routingDataSource过于复杂.
- SimpleRoutingDataSource(String, DataSource, Map<String, DataSource>) - Constructor for class sf.database.datasource.SimpleRoutingDataSource
-
- SimpleSQLTemplate - Class in sf.database.util
-
简易SQL模板
- SimpleSQLTemplate() - Constructor for class sf.database.util.SimpleSQLTemplate
-
- SimpleTable - Class in sf.dynamicsql
-
- SimpleTable(DBContext, DBDialect, Class<? extends DBObject>, boolean) - Constructor for class sf.dynamicsql.SimpleTable
-
- SimpleTable(DBContext, DBDialect, Class<? extends DBObject>) - Constructor for class sf.dynamicsql.SimpleTable
-
- SimpleTable(String) - Constructor for class sf.dynamicsql.SimpleTable
-
- SimpleTable(Supplier<String>) - Constructor for class sf.dynamicsql.SimpleTable
-
- SimpleTable(Supplier<Optional<String>>, String) - Constructor for class sf.dynamicsql.SimpleTable
-
- SimpleTable(Supplier<Optional<String>>, Supplier<Optional<String>>, String) - Constructor for class sf.dynamicsql.SimpleTable
-
- single(T) - Method in interface sf.database.mapper.DaoMapper
-
获取单一对象,如果对象不存在,返回null
- single(T) - Method in class sf.database.mapper.DaoMapperImpl
-
- SingleColumnRowMapper<T> - Class in sf.database.jdbc.rowmapper
-
单值转换,主要是基本类型,String等.
- SingleColumnRowMapper(Class<T>) - Constructor for class sf.database.jdbc.rowmapper.SingleColumnRowMapper
-
- SingleRowHandler<T> - Class in sf.database.jdbc.handle
-
单一值回调处理
- SingleRowHandler(RowMapper<T>) - Constructor for class sf.database.jdbc.handle.SingleRowHandler
-
- SIPUSH - Static variable in interface sf.spring.asm.Opcodes
-
- SITE_MAPPING - Static variable in class sf.database.meta.MetaHolder
-
- size() - Method in class sf.common.CopyOnWriteMap
-
Returns the number of key/value pairs in this map.
- size() - Method in class sf.common.IgnoreEmptyList
-
- size() - Method in class sf.common.SoftHashMap
-
- size() - Method in class sf.database.jdbc.sql.RecordsHolder
-
返回结果的条数
- size() - Method in class sf.database.VarObject
-
- size() - Method in class sf.spring.util.ConcurrentReferenceHashMap
-
- size() - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- SKIP_CODE - Static variable in class sf.spring.asm.ClassReader
-
A flag to skip the Code attributes.
- SKIP_DEBUG - Static variable in class sf.spring.asm.ClassReader
-
A flag to skip the SourceFile, SourceDebugExtension, LocalVariableTable,
LocalVariableTypeTable, LineNumberTable and MethodParameters attributes.
- SKIP_FRAMES - Static variable in class sf.spring.asm.ClassReader
-
A flag to skip the StackMap and StackMapTable attributes.
- slaves - Variable in class sf.database.datasource.SimpleRoutingDataSource
-
- slowEquals(byte[], byte[]) - Static method in class sf.tools.codec.HashUtils
-
- SmallEntity - Annotation Type in sf.database.annotations
-
用于描述一个实体的行为
- SmallOrmAutoConfiguration - Class in org.smallframework.springboot
-
- SmallOrmAutoConfiguration() - Constructor for class org.smallframework.springboot.SmallOrmAutoConfiguration
-
- SmallOrmAutoConfiguration.AutoConfiguredMapperScannerRegistrar - Class in org.smallframework.springboot
-
配置mapper扫描
- SmallOrmAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration - Class in org.smallframework.springboot
-
- SmallOrmException - Exception in sf.common.exception
-
- SmallOrmException() - Constructor for exception sf.common.exception.SmallOrmException
-
- SmallOrmException(String) - Constructor for exception sf.common.exception.SmallOrmException
-
- SmallOrmException(String, Throwable) - Constructor for exception sf.common.exception.SmallOrmException
-
- SmallOrmException(Throwable) - Constructor for exception sf.common.exception.SmallOrmException
-
- SmallOrmException(String, Throwable, boolean, boolean) - Constructor for exception sf.common.exception.SmallOrmException
-
- SmallOrmException(int) - Constructor for exception sf.common.exception.SmallOrmException
-
- SmallOrmException(int, Exception) - Constructor for exception sf.common.exception.SmallOrmException
-
- SmallOrmException(int, String, Exception) - Constructor for exception sf.common.exception.SmallOrmException
-
- SmallOrmException(int, String) - Constructor for exception sf.common.exception.SmallOrmException
-
- SmallOrmProperties - Class in org.smallframework.springboot
-
- SmallOrmProperties() - Constructor for class org.smallframework.springboot.SmallOrmProperties
-
- SmallResults - Annotation Type in sf.database.annotations
-
此注解框架实现:主要解决子对象的创建问题.
- SnowflakeIDAutoGen - Class in sf.tools.snowflake
-
ID生成器
- SnowflakeIDAutoGen() - Constructor for class sf.tools.snowflake.SnowflakeIDAutoGen
-
- SnowflakeIDAutoGen(Map<String, SnowflakeIDWorker>) - Constructor for class sf.tools.snowflake.SnowflakeIDAutoGen
-
- SnowflakeIDWorker - Class in sf.tools.snowflake
-
- SnowflakeIDWorker(long, long) - Constructor for class sf.tools.snowflake.SnowflakeIDWorker
-
- SoftHashMap<K,V> - Class in sf.common
-
软引用map
- SoftHashMap() - Constructor for class sf.common.SoftHashMap
-
- SoftHashMap(int) - Constructor for class sf.common.SoftHashMap
-
- softPool - Static variable in class sf.database.meta.MetaHolder
-
维护一个软引用,降低内存消耗!不对应数据库表,只对应返回的值类.
- SormBeanPropertyRowMapper<T> - Class in org.smallframework.spring
-
support jpa annotations.
- SormBeanPropertyRowMapper() - Constructor for class org.smallframework.spring.SormBeanPropertyRowMapper
-
Create a new
SormBeanPropertyRowMapper
for bean-style configuration.
- SormBeanPropertyRowMapper(Class<T>) - Constructor for class org.smallframework.spring.SormBeanPropertyRowMapper
-
Create a new
SormBeanPropertyRowMapper
, accepting unpopulated
properties in the target bean.
- sortStringArray(String[]) - Static method in class sf.spring.util.StringUtils
-
Sort the given
String
array if necessary.
- SOURCE_DEPRECATED - Static variable in interface sf.spring.asm.Opcodes
-
- SOURCE_MASK - Static variable in interface sf.spring.asm.Opcodes
-
- space - Variable in class sf.ext.gen.GenConfig
-
- spaceCount - Variable in class sf.ext.gen.GenConfig
-
- SPECIAL - Static variable in class sf.database.jdbc.type.JavaType
-
- split(String, String) - Static method in class sf.spring.util.StringUtils
-
Split a
String
at the first occurrence of the delimiter.
- split(String, String) - Static method in class sf.tools.StringUtils
-
- split(String, char) - Static method in class sf.tools.StringUtils
-
- splitArrayElementsIntoProperties(String[], String) - Static method in class sf.spring.util.StringUtils
-
Take an array of strings and split each element based on the given delimiter.
- splitArrayElementsIntoProperties(String[], String, String) - Static method in class sf.spring.util.StringUtils
-
Take an array of strings and split each element based on the given delimiter.
- splitChars(String, String) - Static method in class sf.tools.StringUtils
-
- splitChars(String, char...) - Static method in class sf.tools.StringUtils
-
- splitCSV(String) - Static method in class sf.tools.StringUtils
-
按逗号分隔,两边加引号的不分割(CSV 规则).
- SpringAsmInfo - Class in sf.spring.asm
-
Utility class exposing constants related to Spring's internal repackaging
of the ASM bytecode library: currently based on ASM 9.0 plus minor patches.
- SpringAsmInfo() - Constructor for class sf.spring.asm.SpringAsmInfo
-
- SpringClassPathScanning - Class in org.smallframework.spring.path
-
spring 类扫描
- SpringClassPathScanning() - Constructor for class org.smallframework.spring.path.SpringClassPathScanning
-
- SpringConnectionProvider - Class in sf.querydsl.spring
-
SpringConnectionProvider
is a Provider implementation which provides a transactionally bound connection
- SpringConnectionProvider(DataSource) - Constructor for class sf.querydsl.spring.SpringConnectionProvider
-
- SpringDaoMapper<T extends DBObject> - Class in org.smallframework.spring
-
- SpringDaoMapper(Class<T>, DBClient) - Constructor for class org.smallframework.spring.SpringDaoMapper
-
- SpringExceptionTranslator - Class in sf.querydsl.spring
-
SpringExceptionTranslator
is an SQLExceptionTranslator
implementation which uses Spring's
exception translation functionality internally
- SpringExceptionTranslator() - Constructor for class sf.querydsl.spring.SpringExceptionTranslator
-
- SpringExceptionTranslator(SQLExceptionTranslator) - Constructor for class sf.querydsl.spring.SpringExceptionTranslator
-
- SpringTransactionProvider - Class in sf.jooq.spring
-
An example
TransactionProvider
implementing the
TransactionProvider
contract for use with Spring.
- SpringTransactionProvider() - Constructor for class sf.jooq.spring.SpringTransactionProvider
-
- SQL_COUNT_KEY - Static variable in class sf.database.template.enjoy.ext.SqlKit
-
- SQL_COUNT_KEY - Static variable in class sf.database.template.expression.ExpressionHelp
-
- SQL_COUNT_KEY - Static variable in interface sf.database.template.TemplateConstants
-
- SQL_EXCEPTION - Static variable in exception sf.common.exception.SmallOrmException
-
- SQL_PARA_KEY - Static variable in class sf.database.template.expression.ExpressionHelp
-
- SQL_PARA_KEY - Static variable in interface sf.database.template.TemplateConstants
-
- SQL_RESULT_SET_MAPPING_MAP - Static variable in class sf.database.meta.MetaHolder
-
- SQL_SCRIPT_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- SQL_TEMPLATE_MAP_KEY - Static variable in class sf.database.template.expression.ExpressionHelp
-
- SQL_TEMPLATE_MAP_KEY - Static variable in interface sf.database.template.TemplateConstants
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.cubrid.CubridDialect
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.db2.DB2Dialect
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.DBDialect
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.DefaultDBDialect
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.derby.DerbyDialect
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.firebird.FirebirdDialect
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.h2.H2Dialect
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.hsqldb.HsqldbDialect
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.mysql.MySqlDialect
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.oracle.OracleDialect
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- sqlColumnAdd(String, String, String) - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.cubrid.CubridDialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.db2.DB2Dialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.DBDialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.DefaultDBDialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.derby.DerbyDialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.firebird.FirebirdDialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.h2.H2Dialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.hsqldb.HsqldbDialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.mysql.MySqlDialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.oracle.OracleDialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- sqlColumnDrop(String, String) - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.cubrid.CubridDialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.db2.DB2Dialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.DBDialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.DefaultDBDialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.derby.DerbyDialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.firebird.FirebirdDialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.h2.H2Dialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.hsqldb.HsqldbDialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.mysql.MySqlDialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.oracle.OracleDialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- sqlColumnModify(String, String, String) - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- SQLContext - Class in sf.database.jdbc.sql
-
sql执行上下文
- SQLContext() - Constructor for class sf.database.jdbc.sql.SQLContext
-
- SQLContext(String, String, List<SQLParameter>, Map<String, Object>, boolean) - Constructor for class sf.database.jdbc.sql.SQLContext
-
- SQLContext(TableMapping) - Constructor for class sf.database.jdbc.sql.SQLContext
-
- SQLContext(String, List<SQLParameter>, boolean) - Constructor for class sf.database.jdbc.sql.SQLContext
-
- SQLDEFAULT - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- SqlDirective - Class in sf.database.template.enjoy.ext
-
SqlDirective
- SqlDirective() - Constructor for class sf.database.template.enjoy.ext.SqlDirective
-
- SQLErrorCode - Enum in sf.common.exception
-
- SqlHelp - Class in sf.database.template.sql
-
- SqlHelp() - Constructor for class sf.database.template.sql.SqlHelp
-
- sqlite - Static variable in class sf.database.dialect.DialectUtils
-
- SQLITE - Static variable in class sf.database.dialect.Keywords
-
- SQLITE - Static variable in interface sf.jooq.JooqSupportDatabase
-
- SQLite - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- SqliteDialect - Class in sf.database.dialect.sqlite
-
- SqliteDialect() - Constructor for class sf.database.dialect.sqlite.SqliteDialect
-
- SqlKit - Class in sf.database.template.enjoy.ext
-
SqlKit
- SqlKit(String, boolean) - Constructor for class sf.database.template.enjoy.ext.SqlKit
-
- SqlKit(String) - Constructor for class sf.database.template.enjoy.ext.SqlKit
-
- sqlPageList(String, long, int) - Method in class sf.database.dialect.cubrid.CubridDialect
-
- sqlPageList(String, long, int) - Method in class sf.database.dialect.db2.DB2Dialect
-
- sqlPageList(String, long, int) - Method in class sf.database.dialect.DBDialect
-
生成分页sql
- sqlPageList(String, long, int) - Method in class sf.database.dialect.derby.DerbyDialect
-
- sqlPageList(String, long, int) - Method in class sf.database.dialect.firebird.FirebirdDialect
-
- sqlPageList(String, long, int) - Method in class sf.database.dialect.h2.H2Dialect
-
- sqlPageList(String, long, int) - Method in class sf.database.dialect.mysql.MySqlDialect
-
- sqlPageList(String, long, int) - Method in class sf.database.dialect.oracle.OracleDialect
-
- sqlPageList(String, long, int) - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- sqlPageList(String, long, int) - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- sqlPageList(String, long, int) - Method in class sf.database.dialect.sqlserver.SQLServer2005Dialect
-
- sqlPageList(String, long, int) - Method in class sf.database.dialect.sqlserver.SQLServer2012Dialect
-
- sqlPageList(String, long, int) - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- SqlPara - Class in sf.database.template.enjoy.ext
-
SqlPara
封装查询使用的 sql 与参数,主要用于 getSqlPara(...) 返回值
- SqlPara() - Constructor for class sf.database.template.enjoy.ext.SqlPara
-
- SqlParam - Class in sf.database.template.mybatis
-
- SqlParam() - Constructor for class sf.database.template.mybatis.SqlParam
-
- SQLParameter - Class in sf.database.jdbc.sql
-
sql 参数描述,包含值,对应的名称,如
- SQLParameter() - Constructor for class sf.database.jdbc.sql.SQLParameter
-
- SQLParameter(Object) - Constructor for class sf.database.jdbc.sql.SQLParameter
-
- SQLParameter(Object, ColumnMapping) - Constructor for class sf.database.jdbc.sql.SQLParameter
-
- SQLRelationalPath<T extends DBObject> - Class in sf.querydsl
-
DBObject对应的QueryDSL模型.
- SQLRelationalPath(Class<? extends DBObject>) - Constructor for class sf.querydsl.SQLRelationalPath
-
- SQLRelationalPath(DBContext, Class<? extends DBObject>, String) - Constructor for class sf.querydsl.SQLRelationalPath
-
- SQLRelationalPath(DBContext, TableMapping) - Constructor for class sf.querydsl.SQLRelationalPath
-
- SQLRelationalPath(DBContext, TableMapping, String) - Constructor for class sf.querydsl.SQLRelationalPath
-
- SQLRelationalPath(Class<? extends T>, String, String, String) - Constructor for class sf.querydsl.SQLRelationalPath
-
- SQLRelationalPath(Class<? extends T>, PathMetadata, String, String) - Constructor for class sf.querydsl.SQLRelationalPath
-
- SqlResource - Annotation Type in sf.database.mapper.annotation
-
mapper 中的sql文件位置,默认根据DefaultSQLIdNameConversion,也可以在这里指定
- sqlserver - Static variable in class sf.database.dialect.DialectUtils
-
- SQLServer - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- sqlserver2005 - Static variable in class sf.database.dialect.DialectUtils
-
- SQLSERVER2005 - Static variable in class sf.database.dialect.Keywords
-
- SQLServer2005 - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- SQLServer2005Dialect - Class in sf.database.dialect.sqlserver
-
- SQLServer2005Dialect() - Constructor for class sf.database.dialect.sqlserver.SQLServer2005Dialect
-
- sqlserver2008 - Static variable in class sf.database.dialect.DialectUtils
-
- SQLSERVER2008 - Static variable in class sf.database.dialect.Keywords
-
- SQLServer2008 - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- SQLServer2008Dialect - Class in sf.database.dialect.sqlserver
-
- SQLServer2008Dialect() - Constructor for class sf.database.dialect.sqlserver.SQLServer2008Dialect
-
- sqlserver2012 - Static variable in class sf.database.dialect.DialectUtils
-
- SQLSERVER2012 - Static variable in class sf.database.dialect.Keywords
-
- SQLServer2012 - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- SQLServer2012Dialect - Class in sf.database.dialect.sqlserver
-
- SQLServer2012Dialect() - Constructor for class sf.database.dialect.sqlserver.SQLServer2012Dialect
-
- SqlServerDialect - Class in sf.database.dialect.sqlserver
-
- SqlServerDialect() - Constructor for class sf.database.dialect.sqlserver.SqlServerDialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.cubrid.CubridDialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.db2.DB2Dialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.DBDialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.DefaultDBDialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.derby.DerbyDialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.firebird.FirebirdDialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.h2.H2Dialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.hsqldb.HsqldbDialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.mysql.MySqlDialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.oracle.OracleDialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- sqlTableDrop(String) - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.cubrid.CubridDialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.db2.DB2Dialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.DBDialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.DefaultDBDialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.derby.DerbyDialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.firebird.FirebirdDialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.h2.H2Dialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.hsqldb.HsqldbDialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.mysql.MySqlDialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.oracle.OracleDialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- sqlTableRename(String, String) - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- sqlTemplateDebug - Variable in class sf.database.OrmConfig
-
是否开启sql模板调试模式
- sqlTemplatePath - Variable in class sf.database.OrmConfig
-
sql模板位置
- sqlTemplateType - Variable in class org.smallframework.springboot.SmallOrmProperties
-
使用的sql模板类型
- sqlTemplateType - Variable in class sf.database.OrmConfig
-
使用的sql模板类型
- SQLUtils - Class in sf.database.util
-
- SQLUtils() - Constructor for class sf.database.util.SQLUtils
-
- srcHead - Static variable in class sf.ext.gen.PojoGen
-
- StandardClassMetadata - Class in sf.spring.core.type
-
ClassMetadata
implementation that uses standard reflection
to introspect a given Class
.
- StandardClassMetadata(Class<?>) - Constructor for class sf.spring.core.type.StandardClassMetadata
-
Create a new StandardClassMetadata wrapper for the given Class.
- StandardMethodMetadata - Class in sf.spring.core.type
-
MethodMetadata
implementation that uses standard reflection
to introspect a given Method
.
- StandardMethodMetadata(Method) - Constructor for class sf.spring.core.type.StandardMethodMetadata
-
Create a new StandardMethodMetadata wrapper for the given Method.
- StandardMethodMetadata(Method, boolean) - Constructor for class sf.spring.core.type.StandardMethodMetadata
-
Create a new StandardMethodMetadata wrapper for the given Method,
providing the option to return any nested annotations or annotation arrays in the
form of
AnnotationAttributes
instead
of actual Annotation
instances.
- STAR_QUESTION - Static variable in class sf.tools.string.RegexpUtils
-
- start() - Method in class org.smallframework.spring.DaoTemplate
-
- start() - Method in class sf.database.dao.DaoSupport
-
启动一个事务(默认支持子事务)
- start() - Static method in class sf.database.transaction.DefaultTransactionManager
-
- start() - Method in class sf.spring.util.StopWatch
-
Start an unnamed task.
- start(String) - Method in class sf.spring.util.StopWatch
-
Start a named task.
- startsWith(String, String) - Static method in class sf.tools.StringUtils
-
Check if a String starts with a specified prefix.
- startsWithChar(String, char) - Static method in class sf.tools.StringUtils
-
- startsWithIgnoreCase(String, String) - Static method in class sf.spring.util.StringUtils
-
Test if the given
String
starts with the specified prefix,
ignoring upper/lower case.
- startsWithIgnoreCase(String, String) - Static method in class sf.tools.StringUtils
-
Case insensitive check if a String starts with a specified prefix.
- startsWithOne(String, String...) - Static method in class sf.tools.StringUtils
-
- startsWithOneIgnoreCase(String, String...) - Static method in class sf.tools.StringUtils
-
- startUpdate() - Method in class sf.core.DBObject
-
- startUpdate() - Method in interface sf.core.IEntity
-
打开字段更新记录开关
- state(boolean, String) - Static method in class sf.spring.util.Assert
-
Assert a boolean expression, throwing an
IllegalStateException
if the expression evaluates to false
.
- state(boolean, Supplier<String>) - Static method in class sf.spring.util.Assert
-
Assert a boolean expression, throwing an
IllegalStateException
if the expression evaluates to false
.
- state(boolean) - Static method in class sf.spring.util.Assert
-
Deprecated.
as of 4.3.7, in favor of
Assert.state(boolean, String)
- StatementCallback<T> - Interface in sf.database.jdbc.sql
-
- staticFieldBase(Field) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Reports the location of a given static field, in conjunction with
UnsafeWrapper.staticFieldOffset(java.lang.reflect.Field)
.
- staticFieldOffset(Field) - Static method in class sf.tools.reflect.UnsafeWrapper
-
Reports the location of a given static field, in conjunction with
UnsafeWrapper.staticFieldBase(java.lang.reflect.Field)
.
- stop() - Method in class sf.spring.util.StopWatch
-
Stop the current task.
- stopUpdate() - Method in class sf.core.DBObject
-
- stopUpdate() - Method in interface sf.core.IEntity
-
关闭字段更新记录开关
- StopWatch - Class in sf.spring.util
-
Simple stop watch, allowing for timing of a number of tasks,
exposing total running time and running time for each named task.
- StopWatch() - Constructor for class sf.spring.util.StopWatch
-
Construct a new
StopWatch
.
- StopWatch(String) - Constructor for class sf.spring.util.StopWatch
-
Construct a new
StopWatch
with the given ID.
- StopWatch.TaskInfo - Class in sf.spring.util
-
Nested class to hold data about one task executed within the
StopWatch
.
- string(String) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
新创建
- string(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- string(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
- StringCHARType - Class in sf.database.jdbc.type
-
- StringCHARType() - Constructor for class sf.database.jdbc.type.StringCHARType
-
- StringClobType - Class in sf.database.jdbc.type
-
- StringClobType() - Constructor for class sf.database.jdbc.type.StringClobType
-
- StringLONGNVARCHARType - Class in sf.database.jdbc.type
-
- StringLONGNVARCHARType() - Constructor for class sf.database.jdbc.type.StringLONGNVARCHARType
-
- StringLONGVARCHARType - Class in sf.database.jdbc.type
-
- StringLONGVARCHARType() - Constructor for class sf.database.jdbc.type.StringLONGVARCHARType
-
- StringNCHARType - Class in sf.database.jdbc.type
-
- StringNCHARType() - Constructor for class sf.database.jdbc.type.StringNCHARType
-
- StringNCLOBType - Class in sf.database.jdbc.type
-
- StringNCLOBType() - Constructor for class sf.database.jdbc.type.StringNCLOBType
-
- stringNew(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
新创建
- StringNVARCHARType - Class in sf.database.jdbc.type
-
- StringNVARCHARType() - Constructor for class sf.database.jdbc.type.StringNVARCHARType
-
- StringSQLXMLType - Class in sf.database.jdbc.type
-
- StringSQLXMLType() - Constructor for class sf.database.jdbc.type.StringSQLXMLType
-
- StringUtils - Class in sf.spring.util
-
Miscellaneous
String
utility methods.
- StringUtils() - Constructor for class sf.spring.util.StringUtils
-
- StringUtils - Class in sf.tools
-
模仿common-lang中的代码.
- StringUtils() - Constructor for class sf.tools.StringUtils
-
- StringVARCHARType - Class in sf.database.jdbc.type
-
- StringVARCHARType() - Constructor for class sf.database.jdbc.type.StringVARCHARType
-
- stripFilenameExtension(String) - Static method in class sf.spring.util.StringUtils
-
Strip the filename extension from the given Java resource path,
e.g.
- StructType - Class in sf.database.jdbc.type
-
- StructType(String) - Constructor for class sf.database.jdbc.type.StructType
-
- StructType() - Constructor for class sf.database.jdbc.type.StructType
-
- subList(int, int) - Method in class sf.common.IgnoreEmptyList
-
- subSequence(CharSequence, int) - Static method in class sf.tools.CharSequenceUtils
-
Returns a new
CharSequence
that is a subsequence of this
sequence starting with the char
value at the specified index.
- substring(String, int) - Static method in class sf.tools.StringUtils
-
Gets a substring from the specified String avoiding exceptions.
- substring(String, int, int) - Static method in class sf.tools.StringUtils
-
Gets a substring from the specified String avoiding exceptions.
- substringAfter(String, String) - Static method in class sf.tools.StringUtils
-
Gets the substring after the first occurrence of a separator.
- substringAfterLast(String, String) - Static method in class sf.tools.StringUtils
-
Gets the substring after the last occurrence of a separator.
- substringAfterLastIfExist(String, String) - Static method in class sf.tools.StringUtils
-
返回字串,如果查找的字串不存在则返回全部
和substringAfterLast方法不同,substringAfterLast方法在查找不到时返回空串
- substringBefore(String, String) - Static method in class sf.tools.StringUtils
-
Gets the substring before the first occurrence of a separator.
- substringBeforeLast(String, String) - Static method in class sf.tools.StringUtils
-
Gets the substring before the last occurrence of a separator.
- substringBetween(String, String) - Static method in class sf.tools.StringUtils
-
Gets the String that is nested in between two instances of the same
String.
- substringBetween(String, String, String) - Static method in class sf.tools.StringUtils
-
Gets the String that is nested in between two Strings.
- substringMatch(CharSequence, int, CharSequence) - Static method in class sf.spring.util.StringUtils
-
Test whether the given string matches the given substring
at the given index.
- suffix(String, String) - Static method in class sf.tools.StringUtils
-
- supportsColumnPosition() - Method in class sf.database.dialect.DBDialect
-
是否支持在添加字段的时候,指定字段位置
- supportsColumnPosition() - Method in class sf.database.dialect.h2.H2Dialect
-
- supportsColumnPosition() - Method in class sf.database.dialect.mysql.MySqlDialect
-
- supportsColumnPosition() - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- supportsColumnPosition() - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- supportsNewRecord() - Method in class sf.database.jdbc.sql.RecordsHolder
-
一些数据库不支持在ResultSet上新建记录,返回该标志
- supportsSavepoints() - Method in class sf.database.meta.MetadataFeature
-
- supportsTransactionIsolationLevel(Connection, int) - Method in class sf.database.dbinfo.DBMetaData
-
判断,是否支持指定的事务隔离级别
- SWAP - Static variable in interface sf.spring.asm.Opcodes
-
- swapCase(String) - Static method in class sf.tools.StringUtils
-
Swaps the case of a String changing upper and title case to
lower case, and lower case to upper case.
- SystemPropertyUtils - Class in sf.spring.util
-
Helper class for resolving placeholders in texts.
- SystemPropertyUtils() - Constructor for class sf.spring.util.SystemPropertyUtils
-
- SystemUtils - Class in sf.tools
-
- SystemUtils() - Constructor for class sf.tools.SystemUtils
-
T
- T_BOOLEAN - Static variable in interface sf.spring.asm.Opcodes
-
- T_BYTE - Static variable in interface sf.spring.asm.Opcodes
-
- T_CHAR - Static variable in interface sf.spring.asm.Opcodes
-
- T_DOUBLE - Static variable in interface sf.spring.asm.Opcodes
-
- T_FLOAT - Static variable in interface sf.spring.asm.Opcodes
-
- T_INT - Static variable in interface sf.spring.asm.Opcodes
-
- T_LONG - Static variable in interface sf.spring.asm.Opcodes
-
- T_SHORT - Static variable in interface sf.spring.asm.Opcodes
-
- table - Variable in class sf.database.meta.TableMapping
-
- table - Variable in class sf.dsl.Example
-
- TABLE_NOT_EXIST - Static variable in exception sf.common.exception.SmallOrmException
-
- TableDef - Class in sf.database.meta.def
-
表定义
- TableDef() - Constructor for class sf.database.meta.def.TableDef
-
- TableInfo - Class in sf.database.dbinfo
-
一张数据库表或视图。
Indicates a table/view in database.
- TableInfo() - Constructor for class sf.database.dbinfo.TableInfo
-
- TableMapping - Class in sf.database.meta
-
- TableMapping() - Constructor for class sf.database.meta.TableMapping
-
- tableName - Variable in class sf.database.meta.dynamic.DynamicTableMapping
-
name of the table.
- tableName - Variable in class sf.database.meta.TableMapping
-
- tableName - Variable in class sf.dsl.Example
-
- tableName(String) - Method in class sf.dsl.Example
-
设置表名
- TABLESWITCH - Static variable in interface sf.spring.asm.Opcodes
-
- Tail - Annotation Type in sf.database.annotations
-
是否将未匹配的字段塞入map中.必须是Map类型上才能使用该注解
- TAIL_CALL_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- TargetCondition - Annotation Type in sf.database.annotations
-
目标对象自定义查询条件
- targetDataSource() - Method in class sf.database.datasource.ADataSource
-
- targetDataSource() - Method in class sf.database.datasource.SimpleRoutingDataSource
-
- TELEPHONE_NUMBER - Static variable in class sf.tools.string.RegexpUtils
-
- template - Static variable in class sf.ext.gen.PojoGen
-
- TEMPLATE_PAGE_PARAS_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- TemplateConstants - Interface in sf.database.template
-
模板常量
- TemplateContext - Class in sf.database.template
-
模板引擎执行上下文
- TemplateContext() - Constructor for class sf.database.template.TemplateContext
-
- TemplateHandler - Interface in sf.database.template
-
模板操作接口
- TemplateRender - Class in sf.database.template
-
- TemplateRender() - Constructor for class sf.database.template.TemplateRender
-
- TemplateType - Enum in sf.database.template
-
选择模板实现
- Teradata - Static variable in interface sf.querydsl.QueryDSLSupportDatabase
-
- threadLocal - Static variable in class sf.database.template.TemplateContext
-
- THROWS - Static variable in class sf.spring.asm.TypeReference
-
The sort of type references that target the type of an exception declared in the throws clause
of a method.
- tilNextMillis(long) - Method in class sf.tools.snowflake.SnowflakeIDWorker
-
- time(String, Class<? super A>) - Method in class sf.querydsl.DynamicSQLRelationalPath
-
- time(DBField) - Method in class sf.querydsl.JPAEntityPath
-
- time(DBField) - Method in class sf.querydsl.SQLRelationalPath
-
- timeGen() - Method in class sf.tools.snowflake.SnowflakeIDWorker
-
- toArray() - Method in class sf.common.IgnoreEmptyList
-
- toArray(T[]) - Method in class sf.common.IgnoreEmptyList
-
- toArray(Enumeration<E>, A[]) - Static method in class sf.spring.util.CollectionUtils
-
Marshal the elements from the given enumeration into an array of the given type.
- toArray(List<T>) - Static method in class sf.tools.ArrayUtils
-
- toArray(List<T>, Class<T>) - Static method in class sf.tools.ArrayUtils
-
强制拷贝,根据传入的类转换
- toArray(Enumeration<T>, Class<T>) - Static method in class sf.tools.ArrayUtils
-
- toByteArray() - Method in class sf.spring.asm.ClassWriter
-
Returns the content of the class file that was built by this ClassWriter.
- toByteArray(URL) - Static method in class sf.tools.IOUtils
-
将制定的URL中的数据读出成byte[]
- toByteArray(File) - Static method in class sf.tools.IOUtils
-
读取文件到内存(不可用于大文件)
- toByteArray(InputStream) - Static method in class sf.tools.IOUtils
-
读取流数据到内存。注意这个方法会将数据流全部读入到内存中,因此不适用于很大的数据对象
- toByteArray(InputStream, int) - Static method in class sf.tools.IOUtils
-
从流中读取指定的字节,第三个版本,性能再度提升 参考数据,从120M文件中读取前60M,此方法耗时125ms,v2耗时156ms
- toCamelCase(String) - Static method in class sf.tools.StringUtils
-
- toClassArray(Collection<Class<?>>) - Static method in class sf.spring.util.ClassUtils
-
Copy the given
Collection
into a Class
array.
- toClassLoaderResourcePath(Class<?>, String) - Static method in class sf.tools.IOUtils
-
ClassLoader resource不用/开头。这里将c转换过去
- toColumnType(DBDialect) - Method in class sf.database.dbinfo.ColumnInfo
-
- toCreateSql(DatabaseDialect) - Method in class sf.database.dbinfo.ForeignKey
-
生成修改表增加外键的SQL语句
- toCreateSql() - Method in class sf.database.dbinfo.Index
-
- toDefaultString(Object, int) - Method in interface sf.database.dialect.DatabaseDialect
-
将表达式或值转换为文本形式的缺省值描述
- toDropSql() - Method in class sf.database.dbinfo.ForeignKey
-
生成删除外键的SQL语句
- toHex(byte[]) - Static method in class sf.tools.codec.HashUtils
-
- toIn(Object) - Method in class sf.dsl.Example.GeneratedCriteria
-
- toIndexClause(TableMapping, String) - Method in interface sf.database.dbinfo.DdlGenerator
-
转为索引语句
- toIndexClause(TableMapping, String) - Method in class sf.database.dbinfo.DdlGeneratorImpl
-
- toIterable(CharSequence) - Static method in class sf.tools.ArrayUtils
-
将CharSequence变为可遍历的char对象
这样就可以对CharBuffer,StringBuilder,Stringbuffer等对象进行Iterator模式的遍历了。
- toIterator(Enumeration<E>) - Static method in class sf.spring.util.CollectionUtils
-
Adapt an
Enumeration
to an Iterator
.
- tokenizePath(String) - Method in class sf.spring.util.AntPathMatcher
-
Tokenize the given path into parts, based on this matcher's settings.
- tokenizePattern(String) - Method in class sf.spring.util.AntPathMatcher
-
Tokenize the given path pattern into parts, based on this matcher's settings.
- tokenizeToStringArray(String, String) - Static method in class sf.spring.util.StringUtils
-
- tokenizeToStringArray(String, String, boolean, boolean) - Static method in class sf.spring.util.StringUtils
-
- toLanguageTag(Locale) - Static method in class sf.spring.util.StringUtils
-
Deprecated.
as of 5.0.4, in favor of
Locale.toLanguageTag()
- toMap(ResultSet) - Static method in class sf.database.jdbc.result.ResultSets
-
- toMultiValueMap(Map<K, List<V>>) - Static method in class sf.spring.util.CollectionUtils
-
Adapt a
Map<K, List<V>>
to an MultiValueMap<K, V>
.
- toObject(ResultSet, int) - Static method in class sf.database.jdbc.result.ResultSets
-
- toObject(boolean[]) - Static method in class sf.tools.ArrayUtils
-
- toObject(byte[]) - Static method in class sf.tools.ArrayUtils
-
- toObject(char[]) - Static method in class sf.tools.ArrayUtils
-
- toObject(double[]) - Static method in class sf.tools.ArrayUtils
-
- toObject(float[]) - Static method in class sf.tools.ArrayUtils
-
- toObject(int[]) - Static method in class sf.tools.ArrayUtils
-
- toObject(long[]) - Static method in class sf.tools.ArrayUtils
-
- toObject(short[]) - Static method in class sf.tools.ArrayUtils
-
- toObjectArray(Object) - Static method in class sf.spring.util.ObjectUtils
-
Convert the given array (which may be a primitive array) to an
object array (if necessary of primitive wrapper objects).
- toObjectList(ResultSet, int, int) - Static method in class sf.database.jdbc.result.ResultSets
-
- TOP - Static variable in interface sf.spring.asm.Opcodes
-
- toPrimitive(Boolean[]) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Boolean[], boolean) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Byte[]) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Byte[], byte) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Character[]) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Character[], char) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Double[]) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Double[], double) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Float[]) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Float[], float) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Integer[]) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Integer[], int) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Long[]) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Long[], long) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Short[]) - Static method in class sf.tools.ArrayUtils
-
- toPrimitive(Short[], short) - Static method in class sf.tools.ArrayUtils
-
- toPrimitiveClass(Class<?>) - Static method in class sf.tools.reflect.BeanUtils
-
包装类转换为原生类
- toSingleValueMap() - Method in interface sf.spring.util.MultiValueMap
-
Return a
Map
with the first values contained in this MultiValueMap
.
- toString() - Method in class sf.common.Entry
-
- toString() - Method in class sf.common.wrapper.Page
-
- toString() - Method in class sf.database.dbinfo.ColumnChange
-
- toString() - Method in class sf.database.dbinfo.ColumnInfo
-
- toString() - Method in class sf.database.dbinfo.ColumnModification
-
- toString() - Method in class sf.database.dbinfo.ConnectInfo
-
- toString() - Method in class sf.database.dbinfo.Constraint
-
- toString() - Method in class sf.database.dbinfo.DataType
-
- toString() - Method in class sf.database.dbinfo.ForeignKey
-
- toString() - Method in class sf.database.dbinfo.Function
-
- toString() - Method in class sf.database.dbinfo.Index.IndexItem
-
- toString() - Method in class sf.database.dbinfo.Index
-
- toString() - Method in class sf.database.dbinfo.PrimaryKey
-
- toString() - Method in class sf.database.jdbc.sql.RecordHolder
-
- toString() - Method in class sf.database.jdbc.sql.SQLParameter
-
- toString() - Method in class sf.database.mapper.MapperJavaProxy
-
- toString() - Method in class sf.database.meta.ColumnMapping
-
- toString() - Method in class sf.database.meta.MetadataFeature
-
- toString() - Method in class sf.database.meta.TupleField
-
- toString() - Method in class sf.database.template.enjoy.ext.SqlKit
-
- toString() - Method in class sf.database.template.enjoy.ext.SqlPara
-
- toString() - Method in class sf.database.template.mybatis.SqlParam
-
- toString() - Method in class sf.database.VarObject
-
- toString() - Method in class sf.spring.asm.ConstantDynamic
-
- toString() - Method in class sf.spring.asm.Handle
-
Returns the textual representation of this handle.
- toString() - Method in class sf.spring.asm.Label
-
Returns a string representation of this label.
- toString() - Method in class sf.spring.asm.Type
-
Returns a string representation of this type.
- toString() - Method in class sf.spring.asm.TypePath
-
Returns a string representation of this type path.
- toString() - Method in enum sf.spring.boot.system.JavaVersion
-
- toString() - Method in class sf.spring.core.io.AbstractResource
-
This implementation returns the description of this resource.
- toString() - Method in class sf.spring.util.ConcurrentReferenceHashMap.Entry
-
- toString() - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- toString() - Method in class sf.spring.util.StopWatch
-
Generate an informative string describing all tasks performed
- toString(Object) - Static method in class sf.tools.ArrayUtils
-
- toString() - Method in class sf.tools.URLFile
-
- toStringArray(Collection<String>) - Static method in class sf.spring.util.StringUtils
-
Copy the given
Collection
into a String
array.
- toStringArray(Enumeration<String>) - Static method in class sf.spring.util.StringUtils
-
Copy the given
Enumeration
into a String
array.
- toStringList(ResultSet, String, int) - Static method in class sf.database.jdbc.result.ResultSets
-
获取指定列的String数据,整体返回一个List
- toTableCreateClause(TableMapping, String) - Method in interface sf.database.dbinfo.DdlGenerator
-
转为建表语句
- toTableCreateClause(TableMapping, String) - Method in class sf.database.dbinfo.DdlGeneratorImpl
-
- toTableModifyClause(TableMapping, String, Set<ColumnMapping>, List<ColumnMapping>, List<String>) - Method in interface sf.database.dbinfo.DdlGenerator
-
生成Alter table 语句
- toTableModifyClause(TableMapping, String, Set<ColumnMapping>, List<ColumnMapping>, List<String>) - Method in class sf.database.dbinfo.DdlGeneratorImpl
-
- toTimestampSqlParam(Date) - Method in interface sf.database.dialect.DatabaseDialect
-
当使用Timestamp类型的绑定变量操作时,转换为什么值
- touchUsedFlag(DBField, boolean) - Method in class sf.core.DBObject
-
- touchUsedFlag(DBField, boolean) - Method in interface sf.core.IEntity
-
将某个字段标记为是否赋值过
- toURI(URL) - Static method in class sf.spring.util.ResourceUtils
-
Create a URI instance for the given URL,
replacing spaces with "%20" URI encoding first.
- toURI(String) - Static method in class sf.spring.util.ResourceUtils
-
Create a URI instance for the given location String,
replacing spaces with "%20" URI encoding first.
- toURI() - Method in class sf.tools.URLFile
-
- toURL() - Method in class sf.tools.URLFile
-
- toViewCreateClause() - Method in interface sf.database.dbinfo.DdlGenerator
-
生成 create view语句
- toViewCreateClause() - Method in class sf.database.dbinfo.DdlGeneratorImpl
-
- toWrapperClass(Class<?>) - Static method in class sf.tools.reflect.BeanUtils
-
将8种原生类型的类转换为对应的包装的类型。
- TransactionIsolationLevel - Enum in sf.database.transaction
-
- translate(String, List<Object>, SQLException) - Method in class sf.querydsl.spring.SpringExceptionTranslator
-
- translate(SQLException) - Method in class sf.querydsl.spring.SpringExceptionTranslator
-
- trim(String) - Static method in class sf.tools.StringUtils
-
Removes control characters (char <= 32) from both ends of this String,
handling
null
by returning null
.
- trim(String[]) - Static method in class sf.tools.StringUtils
-
- trimAllWhitespace(String) - Static method in class sf.spring.util.StringUtils
-
Trim all whitespace from the given
String
:
leading, trailing, and in between characters.
- trimArrayElements(String[]) - Static method in class sf.spring.util.StringUtils
-
Trim the elements of the given
String
array, calling
String.trim()
on each non-null element.
- trimLeadingCharacter(String, char) - Static method in class sf.spring.util.StringUtils
-
Trim all occurrences of the supplied leading character from the given
String
.
- trimLeadingWhitespace(String) - Static method in class sf.spring.util.StringUtils
-
Trim leading whitespace from the given
String
.
- trimToEmpty(String) - Static method in class sf.tools.StringUtils
-
Removes control characters (char <= 32) from both ends of this String
returning an empty String ("") if the String is empty ("") after the trim
or if it is
null
.
- trimToNull(String) - Static method in class sf.tools.StringUtils
-
Removes control characters (char <= 32) from both ends of this String
returning
null
if the String is empty ("") after the trim or if
it is null
.
- trimTrailingCharacter(String, char) - Static method in class sf.spring.util.StringUtils
-
Trim all occurrences of the supplied trailing character from the given
String
.
- trimTrailingWhitespace(String) - Static method in class sf.spring.util.StringUtils
-
Trim trailing whitespace from the given
String
.
- trimWhitespace(String) - Static method in class sf.spring.util.StringUtils
-
Trim leading and trailing whitespace from the given
String
.
- truncate(Class<T>) - Method in class sf.database.dao.DBClient
-
- truncate(Connection, TableMapping) - Method in class sf.database.dao.DBClient
-
执行 truncate table XXXX 命令,快速清光表的数据
- truncate(Class<T>) - Method in interface sf.database.dao.DBMethod
-
清空表数据
- truncate(Connection, TableMapping, List<String>) - Method in class sf.database.dbinfo.DBMetaData
-
清除表中的所有数据。truncate是DDL不能回滚。
- truncate(long) - Method in class sf.database.jdbc.lob.SimpleBlob
-
- truncate(long) - Method in class sf.database.jdbc.lob.SimpleClob
-
- tryAnalyzeInfo(Connection) - Static method in class sf.database.util.DBUtils
-
根据已有的连接解析连接信息
- TupleField - Class in sf.database.meta
-
- twepoch - Static variable in class sf.tools.snowflake.SnowflakeIDWorker
-
- Type - Annotation Type in sf.database.annotations
-
扩展数据类型的注解,可用于支持新的数据映射方式
- type - Variable in class sf.spring.asm.Attribute
-
The type of this attribute, also called its name in the JVMS.
- Type - Class in sf.spring.asm
-
A Java field or method type.
- TYPE_ARGUMENT - Static variable in class sf.spring.asm.TypePath
-
A type path step that steps into a type argument of a generic type.
- TypeHandler<T> - Interface in sf.database.jdbc.type
-
- TypeHandlerRegistry - Class in sf.database.jdbc.type
-
- TypeHandlerRegistry() - Constructor for class sf.database.jdbc.type.TypeHandlerRegistry
-
- typeMap - Variable in class sf.querydsl.SQLRelationalPath
-
- TypePath - Class in sf.spring.asm
-
The path to a type argument, wildcard bound, array element type, or static inner type within an
enclosing type.
- TypeReference - Class in sf.spring.asm
-
A reference to a type appearing in a class, field or method declaration, or on an instruction.
- TypeReference(int) - Constructor for class sf.spring.asm.TypeReference
-
Constructs a new TypeReference.
U
- uncapitalize(String) - Static method in class sf.spring.util.StringUtils
-
Uncapitalize a
String
, changing the first letter to
lower case as per Character.toLowerCase(char)
.
- UnicodeReader - Class in sf.tools.io
-
Generic unicode textreader, which will use BOM mark
to identify the encoding to be used.
- UnicodeReader(InputStream, String) - Constructor for class sf.tools.io.UnicodeReader
-
- UNINITIALIZED_THIS - Static variable in interface sf.spring.asm.Opcodes
-
- unique - Variable in class sf.database.dbinfo.ColumnDBType
-
- unique(Object...) - Method in interface sf.database.mapper.DaoMapper
-
根据主键获取对象,如果对象不存在,返回null
- unique(Object...) - Method in class sf.database.mapper.DaoMapperImpl
-
- UNIQUE_EXCEPT_ERROR - Static variable in exception sf.common.exception.SmallOrmException
-
- UniqueKeyGenerator - Annotation Type in sf.database.annotations
-
唯一键生成策略,只对标注@Id的生效
- uniques - Variable in class sf.database.meta.TableMapping
-
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.cubrid.CubridDialect
-
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.db2.DB2Dialect
-
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.DBDialect
-
生成unique 语句.
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.DefaultDBDialect
-
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.derby.DerbyDialect
-
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.firebird.FirebirdDialect
-
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.h2.H2Dialect
-
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.hsqldb.HsqldbDialect
-
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.mysql.MySqlDialect
-
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.oracle.OracleDialect
-
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.postgresql.PostgreSqlDialect
-
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.sqlite.SqliteDialect
-
- uniqueSql(String, String, String[]) - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- UNKNOW - Static variable in class sf.database.jdbc.type.JavaType
-
- UNKNOW_MAPPER_SQL_TYPE - Static variable in exception sf.common.exception.SmallOrmException
-
- unmodifiableMultiValueMap(MultiValueMap<? extends K, ? extends V>) - Static method in class sf.spring.util.CollectionUtils
-
Return an unmodifiable view of the specified multi-value map.
- unpark(Object) - Method in class sf.tools.reflect.UnsafeWrapper
-
Unblocks the given thread blocked on
park
, or, if it is
not blocked, causes the subsequent call to park
not to
block.
- unqualify(String) - Static method in class sf.spring.util.StringUtils
-
Unqualify a string qualified by a '.' dot character.
- unqualify(String, char) - Static method in class sf.spring.util.StringUtils
-
Unqualify a string qualified by a separator character.
- UnsafeUtils - Class in sf.tools.reflect
-
使用sun.misc.Unsafe进行一些特殊操作的工具类
- UnsafeUtils() - Constructor for class sf.tools.reflect.UnsafeUtils
-
- UnsafeWrapper - Class in sf.tools.reflect
-
https://www.jianshu.com/p/ce616620e720
使用反射实现对unsafe的调用.
- unwrap(Class<T>) - Method in class sf.database.connection.WrapConnection
-
- unwrap(Class<T>) - Method in class sf.database.datasource.ADataSource
-
- unwrap(Class<T>) - Method in class sf.database.datasource.SimpleDataSource
-
- unwrap(Class<T>) - Method in class sf.database.datasource.WrapDataSource
-
- unwrap(Class<T>) - Method in class sf.database.jpa.JpaEntityManagerFactory
-
- unwrap(Class<T>) - Method in class sf.database.jpa.JpaEntityManagerImpl
-
- unwrapOptional(Object) - Static method in class sf.spring.util.ObjectUtils
-
Unwrap the given object which is potentially a
Optional
.
- unwrapper(String) - Method in class sf.database.dialect.DBDialect
-
去除包含的符号和getQuotedIdentifier相反
- unwrapper(String) - Method in class sf.database.dialect.sqlserver.SqlServerDialect
-
- unwrapper(DBDialect, String) - Static method in class sf.database.util.SimpleSQLTemplate
-
模板关键字替换
该方法主要是用于数据库方言中的关键字替换.
- unzip(String) - Static method in class sf.common.ZipUtils
-
解压文件 -- 这个fun没有按照咱们的需要定制
- update(T) - Method in class org.smallframework.spring.SpringDaoMapper
-
- update(T) - Method in class sf.database.dao.DBClient
-
- update(T) - Method in interface sf.database.dao.DBMethod
-
更新对象(乐观锁不作为更新条件)
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.extension.ObjectFastJsonMapping
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.extension.ObjectGsonMapping
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
- update(Connection, DBObject) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- update(Connection, DBObject, boolean) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- update(Connection, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
更新对象(不区分乐观锁条件)
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.ArrayType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.ArrayType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.AttributeConverterType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.AttributeConverterType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.BigDecimalDECIMALType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.BigDecimalDECIMALType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.BigDecimalNUMERICType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.BigDecimalNUMERICType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.BigIntegerBIGINTType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.BigIntegerBIGINTType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.BlobByteObjectArrayType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.BlobByteObjectArrayType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.BlobType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.BlobType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.BooleanCharType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.BooleanCharType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.BooleanType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.BooleanType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.ByteArrayBINARYType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.ByteArrayBINARYType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.ByteObjectArrayBINARYType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.ByteObjectArrayBINARYType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.ByteTINYINTType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.ByteTINYINTType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.CalendarTIMESTAMPType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.CalendarTIMESTAMPType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.CharacterVARCHARType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.CharacterVARCHARType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.ClobType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.ClobType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.DateLongType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.DateLongType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.DateTIMESTAMPType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.DateTIMESTAMPType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.DateTIMEType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.DateTIMEType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.DateType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.DateType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.DoubleType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.DoubleType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.EnumObjectTypeHandler
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.EnumObjectTypeHandler
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.EnumOrdinalTypeHandler
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.EnumOrdinalTypeHandler
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.EnumStringTypeHandler
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.EnumStringTypeHandler
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.FileBlobType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.FileBlobType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.FileClobType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.FileClobType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.FloatType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.FloatType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.InputStreamBINARYType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.InputStreamBINARYType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.InstantTIMESTAMPType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.InstantTIMESTAMPType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.IntegerType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.IntegerType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.LocalDateDATEType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.LocalDateDATEType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.LocalDateTimeTIMESTAMPType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.LocalDateTimeTIMESTAMPType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.LocalTimeTIMEType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.LocalTimeTIMEType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.LongBIGINTType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.LongBIGINTType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.NullType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.NullType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.ObjectType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.ObjectType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.ReaderBINARYType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.ReaderBINARYType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.RefType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.RefType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.RowIdType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.RowIdType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.ShortSMALLINTType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.ShortSMALLINTType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.StringClobType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.StringClobType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.StringNVARCHARType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.StringNVARCHARType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.StringSQLXMLType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.StringSQLXMLType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.StringVARCHARType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.StringVARCHARType
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.StructType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.StructType
-
- update(ResultSet, String, Object) - Method in interface sf.database.jdbc.type.TypeHandler
-
为了支持悲观锁中的数据类型转换
- update(ResultSet, int, Object) - Method in interface sf.database.jdbc.type.TypeHandler
-
- update(ResultSet, String, Object) - Method in class sf.database.jdbc.type.UrlDATALINKType
-
- update(ResultSet, int, Object) - Method in class sf.database.jdbc.type.UrlDATALINKType
-
- update(T) - Method in interface sf.database.mapper.DaoMapper
-
更新
- update(T) - Method in class sf.database.mapper.DaoMapperImpl
-
- update(UpdateStatementProvider) - Method in interface sf.dynamicsql.dao.DBDynmicSQL
-
- update(UpdateStatementProvider) - Method in class sf.dynamicsql.dao.DBDynmicSQLImpl
-
- update(Connection, UpdateStatementProvider) - Method in class sf.dynamicsql.DynmicSQLImpl
-
- update(Connection, UpdateStatementProvider) - Method in interface sf.dynamicsql.DynmicSQLInf
-
- updateAndSet(T) - Method in class sf.database.dao.DBClient
-
- updateAndSet(T) - Method in interface sf.database.dao.DBMethod
-
乐观锁, 以特定字段的值作为限制条件,更新对象,并更新该字段的值.参考字段的Java属性名.必须设置了@Version标签
注意:对于时间作为乐观锁,由于数据库和java时间存在差异,如果需要设置更新后的值,需要重新调用OptimisticLock.setNewOptimisticLockValues查询方法设置最新的值.
- updateAndSet(Connection, T) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- updateAndSet(Connection, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
乐观锁(Optimistic Lock), 以特定字段的值作为限制条件,更新对象,并更新该字段的值.参考字段的Java属性名.必须设置了@Version标签
注意:对于时间作为乐观锁,由于数据库和java时间存在差异,如果需要设置更新后的值,需要重新调用OptimisticLock.setNewOptimisticLockValues查询方法设置最新的值.
- updateBatch(List<T>) - Method in class org.smallframework.spring.SpringDaoMapper
-
- updateBatch(List<T>) - Method in interface sf.database.mapper.DaoMapper
-
批量更新
- updateBatch(List<T>) - Method in class sf.database.mapper.DaoMapperImpl
-
- updateById(T) - Method in class org.smallframework.spring.SpringDaoMapper
-
- updateById(T) - Method in interface sf.database.mapper.DaoMapper
-
根据主键更新对象,对象set过才被更新
- updateById(T) - Method in class sf.database.mapper.DaoMapperImpl
-
- updateCascade(DBObject, DBCascadeField...) - Method in class sf.database.dao.DBClient
-
- updateCascade(DBObject, DBCascadeField...) - Method in interface sf.database.dao.DBMethod
-
将对象更新的同时,也将指定级联字段的所有关联字段关联的对象统统更新
- updateCascade(Connection, DBObject, DBCascadeField...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- updateCascade(Connection, DBObject, DBCascadeField...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
将对象更新的同时,也将符合一个正则表达式的所有关联字段关联的对象统统更新
- updateLinks(T, DBCascadeField...) - Method in class sf.database.dao.DBClient
-
- updateLinks(T, DBCascadeField...) - Method in interface sf.database.dao.DBMethod
-
仅更新对象所有的关联字段,并不包括对象本身
- updateLinks(Connection, T, DBCascadeField...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- updateLinks(Connection, T, DBCascadeField...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
仅更新对象所有的关联字段,并不包括对象本身
- updateRelation(T, DBCascadeField...) - Method in class sf.database.dao.DBClient
-
- updateRelation(T, DBCascadeField...) - Method in interface sf.database.dao.DBMethod
-
多对多关联是通过一个中间表将两条数据表记录关联起来。
- updateRelation(Connection, T, DBCascadeField...) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- updateRelation(Connection, T, DBCascadeField...) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
多对多关联是通过一个中间表将两条数据表记录关联起来。
- updateValueMap - Variable in class sf.core.DBObject
-
- updateValueMap() - Method in class sf.core.DBObject
-
- updateValueMap() - Method in interface sf.core.IDML
-
获取目前的updateMap
- updateWithVersion(T) - Method in class sf.database.dao.DBClient
-
- updateWithVersion(T) - Method in interface sf.database.dao.DBMethod
-
根据乐观锁条件更新,并会更新数据库中的乐观锁条件.但不会更新对象的乐观锁字段的值.
- updateWithVersion(Connection, T) - Method in class sf.database.jdbc.sql.CrudModelImpl
-
- updateWithVersion(Connection, T) - Method in interface sf.database.jdbc.sql.CrudModelInf
-
乐观锁(Optimistic Lock)
根据乐观锁条件更新,并会更新数据库中的乐观锁条件.但不会更新对象的乐观锁字段的值.
- upperCase(String) - Static method in class sf.tools.StringUtils
-
Converts a String to upper case as per
String.toUpperCase()
.
- upperCase(String, Locale) - Static method in class sf.tools.StringUtils
-
Converts a String to upper case as per
String.toUpperCase(Locale)
.
- uriDecode(String, Charset) - Static method in class sf.spring.util.StringUtils
-
Decode the given encoded URI component value.
- URL - Static variable in class sf.tools.string.RegexpUtils
-
- URL_PROTOCOL_FILE - Static variable in class sf.spring.util.ResourceUtils
-
URL protocol for a file in the file system: "file".
- URL_PROTOCOL_JAR - Static variable in class sf.spring.util.ResourceUtils
-
URL protocol for an entry from a jar file: "jar".
- URL_PROTOCOL_VFS - Static variable in class sf.spring.util.ResourceUtils
-
URL protocol for a general JBoss VFS resource: "vfs".
- URL_PROTOCOL_VFSFILE - Static variable in class sf.spring.util.ResourceUtils
-
URL protocol for a JBoss file system resource: "vfsfile".
- URL_PROTOCOL_VFSZIP - Static variable in class sf.spring.util.ResourceUtils
-
URL protocol for an entry from a JBoss jar file: "vfszip".
- URL_PROTOCOL_WAR - Static variable in class sf.spring.util.ResourceUtils
-
URL protocol for an entry from a war file: "war".
- URL_PROTOCOL_WSJAR - Static variable in class sf.spring.util.ResourceUtils
-
URL protocol for an entry from a WebSphere jar file: "wsjar".
- URL_PROTOCOL_ZIP - Static variable in class sf.spring.util.ResourceUtils
-
URL protocol for an entry from a zip file: "zip".
- UrlDATALINKType - Class in sf.database.jdbc.type
-
- UrlDATALINKType() - Constructor for class sf.database.jdbc.type.UrlDATALINKType
-
- URLFile - Class in sf.tools
-
习惯用File来进行资源的IO操作。 但实际上Java对资源的访问定位基本上是采用URL方式来做的。
- URLFile(URI) - Constructor for class sf.tools.URLFile
-
- URLFile(URL) - Constructor for class sf.tools.URLFile
-
- UrlResource - Class in sf.spring.core.io
-
Resource
implementation for java.net.URL
locators.
- UrlResource(URI) - Constructor for class sf.spring.core.io.UrlResource
-
Create a new
UrlResource
based on the given URI object.
- UrlResource(URL) - Constructor for class sf.spring.core.io.UrlResource
-
Create a new
UrlResource
based on the given URL object.
- UrlResource(String) - Constructor for class sf.spring.core.io.UrlResource
-
Create a new
UrlResource
based on a URL path.
- UrlResource(String, String) - Constructor for class sf.spring.core.io.UrlResource
-
Create a new
UrlResource
based on a URI specification.
- UrlResource(String, String, String) - Constructor for class sf.spring.core.io.UrlResource
-
Create a new
UrlResource
based on a URI specification.
- urlToFile(URL) - Static method in class sf.tools.IOUtils
-
将URL转化为文件
- urlToFile(URL[]) - Static method in class sf.tools.IOUtils
-
将多个URL转换为多个文件对象
- useCachesIfNecessary(URLConnection) - Static method in class sf.spring.util.ResourceUtils
-
Set the
"useCaches"
flag on the
given connection, preferring false
but leaving the
flag at true
for JNLP based resources.
- useContext(DBContext) - Method in class sf.database.dao.DBClient
-
使用上下文语境(一次性的,每次使用后必须重新设置,供以后扩展使用.)
- useContext(DBContext) - Method in interface sf.database.dao.DBMethod
-
执行sql上下文,比如切换数据源
- UseDirective - Class in sf.database.template.enjoy.ext
-
use指令
- UseDirective() - Constructor for class sf.database.template.enjoy.ext.UseDirective
-
- useOuterJoin - Variable in class sf.database.meta.TableMapping
-
- useQuery() - Method in class sf.core.DBObject
-
使用查询
- USER_ACCOUNT - Static variable in class sf.tools.string.RegexpUtils
-
- USER_DECLARED_METHODS - Static variable in class sf.spring.util.ReflectionUtils
-
Pre-built MethodFilter that matches all non-bridge non-synthetic methods
which are not declared on
java.lang.Object
.
- username - Variable in class sf.database.datasource.SimpleDataSource
-
- useSystemPrint - Variable in class sf.database.OrmConfig
-
是否使用系统打印日志
- useTail - Variable in class sf.database.OrmConfig
-
是否使用tail获取额外属性.
- uuid32() - Static method in class sf.tools.StringUtils
-
返回32位uuid
- uuid36() - Static method in class sf.tools.StringUtils
-
返回36位uuid
V
- V10 - Static variable in interface sf.spring.asm.Opcodes
-
- V11 - Static variable in interface sf.spring.asm.Opcodes
-
- V12 - Static variable in interface sf.spring.asm.Opcodes
-
- V13 - Static variable in interface sf.spring.asm.Opcodes
-
- V14 - Static variable in interface sf.spring.asm.Opcodes
-
- V15 - Static variable in interface sf.spring.asm.Opcodes
-
- V16 - Static variable in interface sf.spring.asm.Opcodes
-
- V1_1 - Static variable in interface sf.spring.asm.Opcodes
-
- V1_2 - Static variable in interface sf.spring.asm.Opcodes
-
- V1_3 - Static variable in interface sf.spring.asm.Opcodes
-
- V1_4 - Static variable in interface sf.spring.asm.Opcodes
-
- V1_5 - Static variable in interface sf.spring.asm.Opcodes
-
- V1_6 - Static variable in interface sf.spring.asm.Opcodes
-
- V1_7 - Static variable in interface sf.spring.asm.Opcodes
-
- V1_8 - Static variable in interface sf.spring.asm.Opcodes
-
- V9 - Static variable in interface sf.spring.asm.Opcodes
-
- V_PREVIEW - Static variable in interface sf.spring.asm.Opcodes
-
Version flag indicating that the class is using 'preview' features.
- value() - Method in class sf.database.dbinfo.ForeignKey
-
- VALUE_SEPARATOR - Static variable in class sf.spring.util.SystemPropertyUtils
-
Value separator for system property placeholders: ":"
- valueOf(String) - Static method in enum sf.common.exception.SQLErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.dbinfo.ColumnChange.Change
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.dbinfo.ColumnTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.dbinfo.ConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.dbinfo.Feature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.dbinfo.ForeignKeyAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.dbinfo.ForeignKeyMatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.dbinfo.ObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.dialect.DatabaseDriver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.dialect.DBProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.jdbc.sql.PageStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.meta.CascadeConfig.LinkType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.meta.object.Case
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.support.AllowDataInitialize.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.support.DDLType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.support.DMLType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.support.RDBMS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.template.TemplateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.transaction.TransactionIsolationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.database.util.OrmValueUtils.BeanValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.dsl.Example.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.dsl.Example.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.dsl.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.dsl.SelectOpt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.spring.boot.system.JavaVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.spring.util.ConcurrentReferenceHashMap.ReferenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.spring.util.ConcurrentReferenceHashMap.Restructure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum sf.tools.Configuration.Item
-
Returns the enum constant of this type with the specified name.
- valueOfKey(String) - Static method in enum sf.dsl.Operator
-
- values() - Method in class sf.common.CopyOnWriteMap
-
This method will return a read-only
Collection
.
- values() - Static method in enum sf.common.exception.SQLErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.dbinfo.ColumnChange.Change
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.dbinfo.ColumnTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.dbinfo.ConstraintType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.dbinfo.Feature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.dbinfo.ForeignKeyAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.dbinfo.ForeignKeyMatchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.dbinfo.ObjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.dialect.DatabaseDriver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.dialect.DBProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.jdbc.sql.PageStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.meta.CascadeConfig.LinkType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.meta.object.Case
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.support.AllowDataInitialize.Field
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.support.DDLType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.support.DMLType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.support.RDBMS
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class sf.database.template.TemplateContext
-
保存相关的值
- values() - Static method in enum sf.database.template.TemplateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.transaction.TransactionIsolationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.database.util.OrmValueUtils.BeanValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class sf.database.VarObject
-
- values() - Static method in enum sf.dsl.Example.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.dsl.Example.ValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.dsl.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.dsl.SelectOpt
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.spring.boot.system.JavaVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.spring.util.ConcurrentReferenceHashMap.ReferenceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum sf.spring.util.ConcurrentReferenceHashMap.Restructure
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class sf.spring.util.LinkedCaseInsensitiveMap
-
- values() - Static method in enum sf.tools.Configuration.Item
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueToFile(Object) - Method in class sf.database.jdbc.type.FileBlobType
-
- valueToFile(Object) - Method in class sf.database.jdbc.type.FileClobType
-
- VarObject - Class in sf.database
-
记录对象 动态表使用
- VarObject() - Constructor for class sf.database.VarObject
-
- VarObject(TableMapping) - Constructor for class sf.database.VarObject
-
- VarObject(TableMapping, boolean) - Constructor for class sf.database.VarObject
-
- versionMap - Variable in class sf.database.meta.TableMapping
-
乐观锁 @Version字段的快速索引.
- VfsResource - Class in sf.spring.core.io
-
JBoss VFS based
Resource
implementation.
- VfsResource(Object) - Constructor for class sf.spring.core.io.VfsResource
-
- VfsUtils - Class in sf.spring.core.io
-
Utility for detecting and accessing JBoss VFS in the classpath.
- VfsUtils() - Constructor for class sf.spring.core.io.VfsUtils
-
- VIRTUAL_FILE_METHOD_VISIT - Static variable in class sf.spring.core.io.VfsUtils
-
- VIRTUAL_FILE_VISITOR_INTERFACE - Static variable in class sf.spring.core.io.VfsUtils
-
- visible - Variable in class sf.accelerator.asm.commons.AnnotationDef
-
- visit(String, Object) - Method in class sf.accelerator.asm.commons.AnnotationDef
-
- visit(String, Object) - Method in class sf.spring.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(int, int, String, String, String, String[]) - Method in class sf.spring.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class sf.spring.asm.ClassWriter
-
- visitAnnotableParameterCount(int, boolean) - Method in class sf.spring.asm.MethodVisitor
-
Visits the number of method parameters that can have annotations.
- visitAnnotation(String, String) - Method in class sf.accelerator.asm.commons.AnnotationDef
-
- visitAnnotation(String, boolean) - Method in class sf.accelerator.asm.commons.FieldExtDef
-
- visitAnnotation(String, String) - Method in class sf.spring.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - Method in class sf.spring.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class sf.spring.asm.ClassWriter
-
- visitAnnotation(String, boolean) - Method in class sf.spring.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class sf.spring.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotation(String, boolean) - Method in class sf.spring.asm.RecordComponentVisitor
-
Visits an annotation of the record component.
- visitAnnotationDefault() - Method in class sf.spring.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitArray(String) - Method in class sf.accelerator.asm.commons.AnnotationDef
-
- visitArray(String) - Method in class sf.spring.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitAttribute(Attribute) - Method in class sf.accelerator.asm.commons.FieldExtDef
-
- visitAttribute(Attribute) - Method in class sf.spring.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class sf.spring.asm.ClassWriter
-
- visitAttribute(Attribute) - Method in class sf.spring.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class sf.spring.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitAttribute(Attribute) - Method in class sf.spring.asm.RecordComponentVisitor
-
Visits a non standard attribute of the record component.
- visitCode() - Method in class sf.spring.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitEnd() - Method in class sf.accelerator.asm.commons.AnnotationDef
-
- visitEnd() - Method in class sf.accelerator.asm.commons.FieldExtDef
-
- visitEnd() - Method in class sf.spring.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class sf.spring.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class sf.spring.asm.ClassWriter
-
- visitEnd() - Method in class sf.spring.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class sf.spring.asm.MethodVisitor
-
Visits the end of the method.
- visitEnd() - Method in class sf.spring.asm.ModuleVisitor
-
Visits the end of the module.
- visitEnd() - Method in class sf.spring.asm.RecordComponentVisitor
-
Visits the end of the record component.
- visitEnum(String, String, String) - Method in class sf.accelerator.asm.commons.AnnotationDef
-
- visitEnum(String, String, String) - Method in class sf.spring.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitExport(String, int, String...) - Method in class sf.spring.asm.ModuleVisitor
-
Visit an exported package of the current module.
- visitField(int, String, String, String, Object) - Method in class sf.spring.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - Method in class sf.spring.asm.ClassWriter
-
- visitFieldInsn(int, String, String, String) - Method in class sf.spring.asm.MethodVisitor
-
Visits a field instruction.
- visitFrame(int, int, Object[], int, Object[]) - Method in class sf.spring.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack elements.
- visitIincInsn(int, int) - Method in class sf.spring.asm.MethodVisitor
-
Visits an IINC instruction.
- visitInnerClass(String, String, String, int) - Method in class sf.spring.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class sf.spring.asm.ClassWriter
-
- visitInsn(int) - Method in class sf.spring.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class sf.spring.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitIntInsn(int, int) - Method in class sf.spring.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class sf.spring.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitJumpInsn(int, Label) - Method in class sf.spring.asm.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - Method in class sf.spring.asm.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - Method in class sf.spring.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - Method in class sf.spring.asm.MethodVisitor
-
Visits a line number declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class sf.spring.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class sf.spring.asm.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class sf.spring.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitMainClass(String) - Method in class sf.spring.asm.ModuleVisitor
-
Visit the main class of the current module.
- visitMaxs(int, int) - Method in class sf.spring.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables of the method.
- visitMethod(int, String, String, String, String[]) - Method in class sf.spring.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - Method in class sf.spring.asm.ClassWriter
-
- visitMethodInsn(int, String, String, String) - Method in class sf.spring.asm.MethodVisitor
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class sf.spring.asm.MethodVisitor
-
Visits a method instruction.
- visitModule(String, int, String) - Method in class sf.spring.asm.ClassVisitor
-
Visit the module corresponding to the class.
- visitModule(String, int, String) - Method in class sf.spring.asm.ClassWriter
-
- visitMultiANewArrayInsn(String, int) - Method in class sf.spring.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitNestHost(String) - Method in class sf.spring.asm.ClassVisitor
-
Visits the nest host class of the class.
- visitNestHost(String) - Method in class sf.spring.asm.ClassWriter
-
- visitNestMember(String) - Method in class sf.spring.asm.ClassVisitor
-
Visits a member of the nest.
- visitNestMember(String) - Method in class sf.spring.asm.ClassWriter
-
- visitOpen(String, int, String...) - Method in class sf.spring.asm.ModuleVisitor
-
Visit an open package of the current module.
- visitOuterClass(String, String, String) - Method in class sf.spring.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class sf.spring.asm.ClassWriter
-
- visitPackage(String) - Method in class sf.spring.asm.ModuleVisitor
-
Visit a package of the current module.
- visitParameter(String, int) - Method in class sf.spring.asm.MethodVisitor
-
Visits a parameter of this method.
- visitParameterAnnotation(int, String, boolean) - Method in class sf.spring.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitPermittedSubclass(String) - Method in class sf.spring.asm.ClassVisitor
-
Visits a permitted subclasses.
- visitPermittedSubclass(String) - Method in class sf.spring.asm.ClassWriter
-
- visitProvide(String, String...) - Method in class sf.spring.asm.ModuleVisitor
-
Visit an implementation of a service.
- visitRecordComponent(String, String, String) - Method in class sf.spring.asm.ClassVisitor
-
Visits a record component of the class.
- visitRecordComponent(String, String, String) - Method in class sf.spring.asm.ClassWriter
-
- visitRequire(String, int, String) - Method in class sf.spring.asm.ModuleVisitor
-
Visits a dependence of the current module.
- visitSource(String, String) - Method in class sf.spring.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class sf.spring.asm.ClassWriter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class sf.spring.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class sf.spring.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class sf.spring.asm.MethodVisitor
-
Visits a try catch block.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class sf.spring.asm.ClassVisitor
-
Visits an annotation on a type in the class signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class sf.spring.asm.ClassWriter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class sf.spring.asm.FieldVisitor
-
Visits an annotation on the type of the field.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class sf.spring.asm.MethodVisitor
-
Visits an annotation on a type in the method signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class sf.spring.asm.RecordComponentVisitor
-
Visits an annotation on a type in the record component signature.
- visitTypeInsn(int, String) - Method in class sf.spring.asm.MethodVisitor
-
Visits a type instruction.
- visitUse(String) - Method in class sf.spring.asm.ModuleVisitor
-
Visit a service used by the current module.
- visitVarInsn(int, int) - Method in class sf.spring.asm.MethodVisitor
-
Visits a local variable instruction.
- VOID - Static variable in class sf.spring.asm.Type
-
The sort of the
void
type.
- VOID_TYPE - Static variable in class sf.spring.asm.Type
-
The
void
type.
W
- WAR_URL_PREFIX - Static variable in class sf.spring.util.ResourceUtils
-
URL prefix for loading from a war file on Tomcat: "war:".
- WAR_URL_SEPARATOR - Static variable in class sf.spring.util.ResourceUtils
-
Special separator between WAR URL and jar part on Tomcat.
- warn(String, Object...) - Static method in class sf.common.log.LogUtil
-
以标准的slf4j的格式输出warn
- warn(Object) - Static method in class sf.common.log.LogUtil
-
- WhereDirective - Class in sf.database.template.enjoy.ext
-
where指令
- WhereDirective() - Constructor for class sf.database.template.enjoy.ext.WhereDirective
-
- WhereDirective - Class in sf.database.template.freemarker.ext
-
where指令
- WhereDirective() - Constructor for class sf.database.template.freemarker.ext.WhereDirective
-
- WILDCARD_BOUND - Static variable in class sf.spring.asm.TypePath
-
A type path step that steps into the bound of a wildcard type.
- WrapConnection - Class in sf.database.connection
-
- WrapConnection(Connection) - Constructor for class sf.database.connection.WrapConnection
-
- WrapConnection(Connection, DBDialect) - Constructor for class sf.database.connection.WrapConnection
-
- WrapConnection(Connection, DBDialect, int) - Constructor for class sf.database.connection.WrapConnection
-
- WrapDataSource - Class in sf.database.datasource
-
- WrapDataSource(DataSource) - Constructor for class sf.database.datasource.WrapDataSource
-
- WrapDataSource(DataSource, DBDialect) - Constructor for class sf.database.datasource.WrapDataSource
-
- wrapExceptions(Collection<SQLException>) - Static method in class sf.database.util.DBUtils
-
将SQL异常构成链表
- wrapKeyword(String) - Method in class sf.database.dialect.DBDialect
-
将字段名/表名与SQL保留字冲突的名称进行 Wrapper
- wrapKeyword(Connection, String) - Method in class sf.database.dialect.DBDialect
-
将字段名/表名与SQL保留字冲突的名称进行 Wrapper
- wrapperColumn(String) - Static method in class sf.database.util.SimpleSQLTemplate
-
使用模板包装
- wrapperTable(String) - Static method in class sf.database.util.SimpleSQLTemplate
-
使用模板包装
- wrapSqlStr(String) - Static method in class sf.database.jdbc.extension.ObjectJacksonMapping
-
用单引号包围字符串,并将其中的单引号按SQL转义
- writableChannel() - Method in class sf.spring.core.io.FileSystemResource
-
This implementation opens a FileChannel for the underlying file.
- writableChannel() - Method in class sf.spring.core.io.FileUrlResource
-
- writableChannel() - Method in class sf.spring.core.io.PathResource
-
Deprecated.
This implementation opens a Channel for the underlying file.
- writableChannel() - Method in interface sf.spring.core.io.WritableResource
-
Return a
WritableByteChannel
.
- WritableResource - Interface in sf.spring.core.io
-
Extended interface for a resource that supports writing to it.
- write(ClassWriter, byte[], int, int, int) - Method in class sf.spring.asm.Attribute
-
Returns the byte array form of the content of this attribute.
Z
- zip(String, String[]) - Static method in class sf.common.ZipUtils
-
将filePaths 文件集合打包到zipPath 这个zip文件中
- ZipUtils - Class in sf.common
-
本程序为liujiduo创建,wanglei修改 现在没发现什么中文问题,如果发现有乱码
请参考-http://log-cd.iteye.com/blog/585647
- ZipUtils() - Constructor for class sf.common.ZipUtils
-
_
- _recordUpdate - Variable in class sf.core.DBObject
-
A B C D E F G H I J K L M N O P Q R S T U V W Z _
Copyright © 2020. All rights reserved.