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

A

AbstractMapper - org.noear.solon.extend.sqltoy.mapper中的类
 
AbstractMapper() - 类 的构造器org.noear.solon.extend.sqltoy.mapper.AbstractMapper
 
AbstractValueAdaptingCache - org.springframework.cache.support中的类
Common base class for Cache implementations that need to adapt null values (and potentially other such special values) before passing them on to the underlying store.
AbstractValueAdaptingCache(boolean) - 类 的构造器org.springframework.cache.support.AbstractValueAdaptingCache
Create an AbstractValueAdaptingCache with the given setting.
adaptCaffeineCache(String, Cache<Object, Object>) - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
Adapt the given new native Caffeine Cache instance to Spring's Cache abstraction for the specified cache name.
addObjectToArray(A[], O) - 类 中的静态方法org.springframework.util.ObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
ApplicationContext - org.springframework.context中的接口
 
ApplicationContextAware - org.springframework.context中的接口
 
Assert - org.springframework.util中的类
 
Assert() - 类 的构造器org.springframework.util.Assert
 

B

BeansException - org.springframework.beans中的异常错误
 
BeansException() - 异常错误 的构造器org.springframework.beans.BeansException
 

C

Cache - org.springframework.cache中的接口
Interface that defines common cache operations.
Cache.ValueRetrievalException - org.springframework.cache中的异常错误
Wrapper exception to be thrown from Cache.get(Object, Callable) in case of the value loader callback failing with an exception.
Cache.ValueWrapper - org.springframework.cache中的接口
A (wrapper) object representing a cache value.
CacheManager - org.springframework.cache中的接口
Spring's central cache manager SPI.
cacheMatchKeys(String, CacheMatchFilter) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
CaffeineCache - org.springframework.cache.caffeine中的类
Spring Cache adapter implementation on top of a Caffeine Cache instance.
CaffeineCache(String, Cache<Object, Object>) - 类 的构造器org.springframework.cache.caffeine.CaffeineCache
Create a CaffeineCache instance with the specified name and the given internal Cache to use.
CaffeineCache(String, Cache<Object, Object>, boolean) - 类 的构造器org.springframework.cache.caffeine.CaffeineCache
Create a CaffeineCache instance with the specified name and the given internal Cache to use.
CaffeineCacheManager - org.springframework.cache.caffeine中的类
 
CaffeineCacheManager() - 类 的构造器org.springframework.cache.caffeine.CaffeineCacheManager
Construct a dynamic CaffeineCacheManager, lazily creating cache instances as they are being requested.
CaffeineCacheManager(String...) - 类 的构造器org.springframework.cache.caffeine.CaffeineCacheManager
Construct a static CaffeineCacheManager, managing caches for the specified cache names only.
caseInsensitiveValueOf(E[], String) - 类 中的静态方法org.springframework.util.ObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
clear(String, String) - 类 中的方法org.noear.solon.extend.sqltoy.translate.SolonTranslateCacheManager
 
clear() - 接口 中的方法org.springframework.cache.Cache
Clear the cache through removing all mappings.
clear() - 类 中的方法org.springframework.cache.caffeine.CaffeineCache
 
compile() - 类 中的方法org.noear.solon.extend.sqltoy.mapper.ProxyClassBuilder
 
containsBean(String) - 接口 中的方法org.springframework.context.ApplicationContext
 
containsConstant(Enum<?>[], String) - 类 中的静态方法org.springframework.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) - 类 中的静态方法org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsElement(Object[], Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Check whether the given array contains the given element.
convertType(List, Class<T>) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
convertType(Serializable, Class<T>) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
convertType(Page, Class<T>) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
createCaffeineCache(String) - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
Build a common CaffeineCache instance for the specified cache name, using the common Caffeine configuration specified on this cache manager.
createNativeCaffeineCache(String) - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
Build a common Caffeine Cache instance for the specified cache name, using the common Caffeine configuration specified on this cache manager.

D

dao - 类 中的变量org.noear.solon.extend.sqltoy.mapper.AbstractMapper
 
DataSourceUtils - org.springframework.jdbc.datasource中的类
 
DataSourceUtils() - 类 的构造器org.springframework.jdbc.datasource.DataSourceUtils
 
Db - org.noear.solon.extend.sqltoy.annotation中的注释类型
数据工厂注解 例:
DbManager - org.noear.solon.extend.sqltoy中的类
 
DbManager() - 类 的构造器org.noear.solon.extend.sqltoy.DbManager
 
delete(Serializable) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
deleteAll(List<T>) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
destroy() - 类 中的方法org.noear.solon.extend.sqltoy.translate.SolonTranslateCacheManager
 

E

Elastic - org.noear.solon.extend.sqltoy.configure中的类
 
Elastic() - 类 的构造器org.noear.solon.extend.sqltoy.configure.Elastic
 
ElasticConfig - org.noear.solon.extend.sqltoy.configure中的类
 
ElasticConfig() - 类 的构造器org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
equals(Object) - 类 中的方法org.springframework.cache.support.NullValue
 
evict(Object) - 接口 中的方法org.springframework.cache.Cache
Evict the mapping for this key from this cache if it is present.
evict(Object) - 类 中的方法org.springframework.cache.caffeine.CaffeineCache
 
evictIfPresent(Object) - 接口 中的方法org.springframework.cache.Cache
Evict the mapping for this key from this cache if it is present, expecting the key to be immediately invisible for subsequent lookups.
evictIfPresent(Object) - 类 中的方法org.springframework.cache.caffeine.CaffeineCache
 
existCache(String) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 

F

fromStoreValue(Object) - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
Convert the given value from the internal store to a user value returned from the get method (adapting null).

G

generateBizId(String, int) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
generateBizId(Serializable) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
get(Object) - 接口 中的方法org.springframework.cache.Cache
Return the value to which this cache maps the specified key.
get(Object, Class<T>) - 接口 中的方法org.springframework.cache.Cache
Return the value to which this cache maps the specified key, generically specifying a type that return value will be cast to.
get(Object, Callable<T>) - 接口 中的方法org.springframework.cache.Cache
Return the value to which this cache maps the specified key, obtaining that value from valueLoader if necessary.
get() - 接口 中的方法org.springframework.cache.Cache.ValueWrapper
Return the actual value in the cache.
get(Object, Callable<T>) - 类 中的方法org.springframework.cache.caffeine.CaffeineCache
 
get(Object) - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
 
get(Object, Class<T>) - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
 
get() - 类 中的方法org.springframework.cache.support.SimpleValueWrapper
Simply returns the value as given at construction time.
getAnnotatedClasses() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getBatchSize() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getBean(Class<T>) - 接口 中的方法org.springframework.context.ApplicationContext
 
getBean(String) - 接口 中的方法org.springframework.context.ApplicationContext
 
getBeansOfType(Class<T>) - 接口 中的方法org.springframework.context.ApplicationContext
 
getCache(String, String) - 类 中的方法org.noear.solon.extend.sqltoy.translate.SolonTranslateCacheManager
 
getCache(String) - 接口 中的方法org.springframework.cache.CacheManager
Get the cache associated with the given name.
getCache(String) - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
 
getCacheNames() - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
getCacheNames() - 接口 中的方法org.springframework.cache.CacheManager
Get a collection of the cache names known by this manager.
getCacheNames() - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
 
getCacheType() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getCharset() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
getConnection(DataSource) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
 
getConnectionFactory() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getConnectTimeout() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
getDao(DataSource) - 类 中的静态方法org.noear.solon.extend.sqltoy.DbManager
 
getDataSourceSelector() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getDebug() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getDefaultDataSource() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getDefaultId() - 类 中的方法org.noear.solon.extend.sqltoy.configure.Elastic
 
getDelayCheckSeconds() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getDesensitizeProvider() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getDialect() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getDialectConfig() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getDisplayString(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a content-based String representation if obj is not null; otherwise returns an empty String.
getElastic() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getEncoding() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getEndpoints() - 类 中的方法org.noear.solon.extend.sqltoy.configure.Elastic
 
getFetchSize() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getFieldsSecureProvider() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getFunctionConverts() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getId() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
getIdentityHexString(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hex String form of an object's identity hash code.
getKey() - 异常错误 中的方法org.springframework.cache.Cache.ValueRetrievalException
 
getKeyStore() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
getKeyStorePass() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
getKeyStoreType() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
getMapper(DataSource, Class<T>) - 类 中的静态方法org.noear.solon.extend.sqltoy.DbManager
 
getName() - 接口 中的方法org.springframework.cache.Cache
Return the cache name.
getName() - 类 中的方法org.springframework.cache.caffeine.CaffeineCache
 
getNativeCache() - 接口 中的方法org.springframework.cache.Cache
Return the underlying native cache provider.
getNativeCache() - 类 中的方法org.springframework.cache.caffeine.CaffeineCache
 
getPackagesToScan() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getPageFetchSizeLimit() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getPassword() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
getPrintSqlTimeoutMillis() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getRequestTimeout() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
getReservedWords() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getScriptCheckIntervalSeconds() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getSecurePrivateKey() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getSecurePublicKey() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getService(DataSource) - 类 中的静态方法org.noear.solon.extend.sqltoy.DbManager
 
getServiceMap() - 类 中的静态方法org.noear.solon.extend.sqltoy.DbManager
 
getSocketTimeout() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
getSource() - 类 中的方法org.noear.solon.extend.sqltoy.mapper.ProxyClassBuilder
 
getSqlPath() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
getSqlResources() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getSqlResourcesDir() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getTranslateCacheManager() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getTranslateConfig() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getTypeHandler() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getUnifyFieldsHandler() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
getUrl() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
getUsername() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 

H

hashCode() - 类 中的方法org.springframework.cache.support.NullValue
 
hashCode(boolean) - 类 中的静态方法org.springframework.util.ObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(double) - 类 中的静态方法org.springframework.util.ObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(float) - 类 中的静态方法org.springframework.util.ObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(long) - 类 中的静态方法org.springframework.util.ObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant

I

identityToString(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of an object's overall identity.
init() - 类 中的方法org.noear.solon.extend.sqltoy.translate.SolonTranslateCacheManager
 
INSTANCE - 类 中的静态变量org.springframework.cache.support.NullValue
The canonical representation of a null replacement, as used by the default implementation of AbstractValueAdaptingCache.toStoreValue(java.lang.Object)/ AbstractValueAdaptingCache.fromStoreValue(java.lang.Object).
invalidate() - 接口 中的方法org.springframework.cache.Cache
Invalidate the cache through removing all mappings, expecting all entries to be immediately invisible for subsequent lookups.
invalidate() - 类 中的方法org.springframework.cache.caffeine.CaffeineCache
 
isAllowNullValues() - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
Return whether this cache manager accepts and converts null values for all of its caches.
isAllowNullValues() - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
Return whether null values are allowed in this cache.
isArray(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Determine whether the given object is an array: either an Object array or a primitive array.
isAuthCaching() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
isBreakWhenSqlRepeat() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
isCheckedException(Throwable) - 类 中的静态方法org.springframework.util.ObjectUtils
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
isCompatibleWithThrowsClause(Throwable, Class<?>...) - 类 中的静态方法org.springframework.util.ObjectUtils
Check whether the given exception is compatible with the specified exception types, as declared in a throws clause.
isEmpty(Object[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Determine whether the given array is empty: i.e.
isEmpty(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Determine whether the given object is empty.
isKeyStoreSelfSign() - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
isPageOverToFirst() - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
isPrimitive(Class) - 类 中的静态方法org.noear.solon.extend.sqltoy.mapper.ProxyClassBuilder
是否为原生类型,包括String,Date等
isTrue(boolean, String) - 类 中的静态方法org.springframework.util.Assert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isUnique(Serializable, String...) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 

L

load(T) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
loadAll(List<T>) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
loadAllCascade(List<T>, Class...) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
loadByIds(Class<T>, Object...) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
loadCascade(T) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
lookup(Object) - 类 中的方法org.springframework.cache.caffeine.CaffeineCache
 
lookup(Object) - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
Perform an actual lookup in the underlying store.

N

notNull(Object, String) - 类 中的静态方法org.springframework.util.Assert
Assert that an object is not null.
Nullable - org.springframework.lang中的注释类型
A common Spring annotation to declare that annotated elements can be null under some circumstance.
nullSafeClassName(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Determine the class name for the given object.
nullSafeEquals(Object, Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeHashCode(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Return as hash code for the given object; typically the value of Object#hashCode()}.
nullSafeHashCode(Object[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeToString(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(boolean[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
NullValue - org.springframework.cache.support中的类
Simple serializable class that serves as a null replacement for cache stores which otherwise do not support null values.

O

ObjectUtils - org.springframework.util中的类
Miscellaneous object utility methods.
ObjectUtils() - 类 的构造器org.springframework.util.ObjectUtils
 
org.noear.solon.extend.sqltoy - 程序包 org.noear.solon.extend.sqltoy
 
org.noear.solon.extend.sqltoy.annotation - 程序包 org.noear.solon.extend.sqltoy.annotation
 
org.noear.solon.extend.sqltoy.configure - 程序包 org.noear.solon.extend.sqltoy.configure
 
org.noear.solon.extend.sqltoy.mapper - 程序包 org.noear.solon.extend.sqltoy.mapper
 
org.noear.solon.extend.sqltoy.translate - 程序包 org.noear.solon.extend.sqltoy.translate
 
org.springframework.beans - 程序包 org.springframework.beans
 
org.springframework.cache - 程序包 org.springframework.cache
 
org.springframework.cache.caffeine - 程序包 org.springframework.cache.caffeine
 
org.springframework.cache.support - 程序包 org.springframework.cache.support
 
org.springframework.context - 程序包 org.springframework.context
 
org.springframework.jdbc.datasource - 程序包 org.springframework.jdbc.datasource
 
org.springframework.lang - 程序包 org.springframework.lang
 
org.springframework.util - 程序包 org.springframework.util
 

P

parallQuery(List<ParallQuery>, String[], Object[]) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
parallQuery(List<ParallQuery>, String[], Object[], ParallelConfig) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
parallQuery(List<ParallQuery>, Map<String, Object>, ParallelConfig) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
Param - org.noear.solon.extend.sqltoy.annotation中的注释类型
用于Mapper接口中标注参数,没有使用该注解时, sql中使用的参数从最后一个Map或者Entity参数中获取 当有任意参数使用了Param注解后,忽略其他不带Param注解的参数(Page除外)
prestop() - 类 中的方法org.noear.solon.extend.sqltoy.XPluginImp
 
ProxyClassBuilder - org.noear.solon.extend.sqltoy.mapper中的类
编译Sql的代理类
ProxyClassBuilder(SqlToyContext, Class) - 类 的构造器org.noear.solon.extend.sqltoy.mapper.ProxyClassBuilder
 
put(TranslateConfigModel, String, String, HashMap<String, Object[]>) - 类 中的方法org.noear.solon.extend.sqltoy.translate.SolonTranslateCacheManager
 
put(Object, Object) - 接口 中的方法org.springframework.cache.Cache
Associate the specified value with the specified key in this cache.
put(Object, Object) - 类 中的方法org.springframework.cache.caffeine.CaffeineCache
 
putIfAbsent(Object, Object) - 接口 中的方法org.springframework.cache.Cache
Atomically associate the specified value with the specified key in this cache if it is not set already.
putIfAbsent(Object, Object) - 类 中的方法org.springframework.cache.caffeine.CaffeineCache
 

R

registerCustomCache(String, Cache<Object, Object>) - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
Register the given native Caffeine Cache instance with this cache manager, adapting it to Spring's cache API for exposure through CaffeineCacheManager.getCache(java.lang.String).
releaseConnection(Connection, DataSource) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
 

S

save(Serializable) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
saveAll(List<T>) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
saveAllIgnoreExist(List<T>) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
saveOrUpdate(Serializable, String...) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
saveOrUpdateAll(List<T>, String...) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
setAllowNullValues(boolean) - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
Specify whether to accept and convert null values for all caches in this cache manager.
setAnnotatedClasses(String[]) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setApplicationContext(ApplicationContext) - 接口 中的方法org.springframework.context.ApplicationContextAware
 
setAuthCaching(boolean) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setBatchSize(Integer) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setBreakWhenSqlRepeat(boolean) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setCacheLoader(CacheLoader<Object, Object>) - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
Set the Caffeine CacheLoader to use for building each individual CaffeineCache instance, turning it into a LoadingCache.
setCacheNames(Collection<String>) - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
Specify the set of cache names for this CacheManager's 'static' mode.
setCacheSpecification(String) - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
Set the Caffeine cache specification String to use for building each individual CaffeineCache instance.
setCacheType(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setCaffeine(Caffeine<Object, Object>) - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
Set the Caffeine to use for building each individual CaffeineCache instance.
setCaffeineSpec(CaffeineSpec) - 类 中的方法org.springframework.cache.caffeine.CaffeineCacheManager
Set the CaffeineSpec to use for building each individual CaffeineCache instance.
setCharset(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setConnectionFactory(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setConnectTimeout(Integer) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setContext(SqlToyContext) - 类 中的静态方法org.noear.solon.extend.sqltoy.DbManager
 
setDao(SqlToyLazyDao) - 类 中的方法org.noear.solon.extend.sqltoy.mapper.AbstractMapper
 
setDataSourceSelector(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setDebug(Boolean) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setDefaultDataSource(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setDefaultId(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.Elastic
 
setDelayCheckSeconds(Integer) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setDesensitizeProvider(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setDialect(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setDialectConfig(Map<String, String>) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setElastic(Elastic) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setEncoding(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setEndpoints(List<ElasticConfig>) - 类 中的方法org.noear.solon.extend.sqltoy.configure.Elastic
 
setFetchSize(int) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setFieldsSecureProvider(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setFunctionConverts(Object) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
functionConverts=close 表示关闭
setId(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setKeyStore(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setKeyStorePass(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setKeyStoreSelfSign(boolean) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setKeyStoreType(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setPackagesToScan(String[]) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setPageFetchSizeLimit(Integer) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setPageOverToFirst(boolean) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setPassword(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setPrintSqlTimeoutMillis(Integer) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setRequestTimeout(Integer) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setReservedWords(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setScriptCheckIntervalSeconds(Integer) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setSecurePrivateKey(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setSecurePublicKey(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setSocketTimeout(Integer) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setSqlPath(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setSqlResources(String[]) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setSqlResourcesDir(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setTranslateCacheManager(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setTranslateConfig(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setTypeHandler(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setUnifyFieldsHandler(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
setUrl(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
setUsername(String) - 类 中的方法org.noear.solon.extend.sqltoy.configure.ElasticConfig
 
SimpleValueWrapper - org.springframework.cache.support中的类
Straightforward implementation of Cache.ValueWrapper, simply holding the value as given at construction and returning it from SimpleValueWrapper.get().
SimpleValueWrapper(Object) - 类 的构造器org.springframework.cache.support.SimpleValueWrapper
Create a new SimpleValueWrapper instance for exposing the given value.
SolonTranslateCacheManager - org.noear.solon.extend.sqltoy.translate中的类
基于Solon CacheServices做的TranslateCache * @author 夜の孤城 * @since 1.5
SolonTranslateCacheManager(CacheService) - 类 的构造器org.noear.solon.extend.sqltoy.translate.SolonTranslateCacheManager
 
Sql - org.noear.solon.extend.sqltoy.annotation中的注释类型
用于Mapper接口上
sqlToyContext(SqlToyContextProperties, ApplicationContext) - 类 中的方法org.noear.solon.extend.sqltoy.XPluginImp
 
SqlToyContextProperties - org.noear.solon.extend.sqltoy.configure中的类
 
SqlToyContextProperties() - 类 的构造器org.noear.solon.extend.sqltoy.configure.SqlToyContextProperties
 
SqlToyCRUDServiceForSolon - org.noear.solon.extend.sqltoy中的类
 
SqlToyCRUDServiceForSolon() - 类 的构造器org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
SqlToyCRUDServiceForSolon(SqlToyLazyDao) - 类 的构造器org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
start(SolonApp) - 类 中的方法org.noear.solon.extend.sqltoy.XPluginImp
 

T

toObjectArray(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
toStoreValue(Object) - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
Convert the given user value, as passed into the put method, to a value in the internal store (adapting null).
toString() - 类 中的方法org.springframework.cache.support.NullValue
 
toValueWrapper(Object) - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
Wrap the given store value with a SimpleValueWrapper, also going through AbstractValueAdaptingCache.fromStoreValue(java.lang.Object) conversion.
translate(Collection, String, TranslateHandler) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
translate(Collection, String, String, Integer, TranslateHandler) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
truncate(Class) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 

U

unwrapOptional(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Unwrap the given object which is potentially a Optional.
update(Serializable, String...) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
updateAll(List<T>, String...) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
updateAllDeeply(List<T>) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
updateCascade(Serializable, String...) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
updateDeeply(Serializable) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 

V

ValueRetrievalException(Object, Callable<?>, Throwable) - 异常错误 的构造器org.springframework.cache.Cache.ValueRetrievalException
 

W

wrapTreeTableRoute(Serializable, String) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 
wrapTreeTableRoute(Serializable, String, int) - 类 中的方法org.noear.solon.extend.sqltoy.SqlToyCRUDServiceForSolon
 

X

XPluginImp - org.noear.solon.extend.sqltoy中的类
去除spring依赖,适配到Solon的Tran、Aop。
XPluginImp() - 类 的构造器org.noear.solon.extend.sqltoy.XPluginImp
 

_

_cast(Object, Class<T>) - 类 中的方法org.noear.solon.extend.sqltoy.mapper.AbstractMapper
 
A B C D E F G H I L N O P R S T U V W X _ 
跳过导航链接

Copyright © 2022. All rights reserved.