- DANGEROUS_LOGIN - 类 中的静态变量com.nonesole.log.Logger
-
- dangerousLogin(String) - 类 中的方法com.nonesole.log.Logger
-
- dangerousLogin(String, Exception) - 类 中的方法com.nonesole.log.Logger
-
- dangerousLogin(LogData, Exception) - 类 中的方法com.nonesole.log.Logger
-
- data - 类 中的变量com.nonesole.log.LogData
-
- DATA_SOURCE_LIST - 类 中的静态变量com.nonesole.persistence2.connection.pool.parser.DataSourceConfigParser
-
- DATA_SOURCE_RELATIVE_PATH - 类 中的静态变量com.nonesole.persistence2.connection.pool.MultiConnectionPool
-
Path of configuration
- datasource - 类 中的变量com.nonesole.persistence2.connection.pool.DefaultConnectionPool
-
- datasource - 类 中的变量com.nonesole.persistence2.connection.pool.PoolConnection
-
- DATASOURCE_CONTAINER_NAME - 接口 中的静态变量com.nonesole.persistence2.connection.pool.Constant
-
- DATASOURCE_NAME - 接口 中的静态变量com.nonesole.persistence2.connection.pool.Constant
-
- DATASOURCE_PRIVIDER_FILE_PATH - 接口 中的静态变量com.nonesole.persistence2.connection.pool.Constant
-
- DATASOURCE_TYPE - 接口 中的静态变量com.nonesole.persistence2.connection.pool.Constant
-
- DataSourceConfigParser - com.nonesole.persistence2.connection.pool.parser中的类
-
Parse Configuration of DataSource from xml files
- DataSourceConfigParser() - 类 的构造器com.nonesole.persistence2.connection.pool.parser.DataSourceConfigParser
-
Constructor
- dataSourceName - 类 中的变量com.nonesole.persistence2.connection.pool.parser.DriverProperties
-
- date - 类 中的变量com.nonesole.log.LogData
-
- date() - 类 中的方法com.nonesole.log.Logger
-
Current date
- dateFormat - 类 中的变量com.nonesole.log.Logger
-
- dateFormat - 类 中的变量com.nonesole.log.LogProperties
-
- DEBUG - 类 中的静态变量com.nonesole.log.Logger
-
- debug(String, Exception) - 类 中的方法com.nonesole.log.Logger
-
- debug(LogData, Exception) - 类 中的方法com.nonesole.log.Logger
-
- debug - 类 中的变量com.nonesole.log.LogProperties
-
- DefaultArrayValueAction - com.nonesole.persistence2.sql.custom中的类
-
Implementation class of IArrayValueAction
- DefaultArrayValueAction() - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultArrayValueAction
-
Constructor
- DefaultArrayValueAction(boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultArrayValueAction
-
Constructor
- DefaultArrayValueAction(String) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultArrayValueAction
-
Constructor
- DefaultArrayValueAction(String, boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultArrayValueAction
-
Constructor
- DefaultBaseAction - com.nonesole.persistence2.sql.basic中的类
-
This is the base of default classes, it provides public
and protected methods for other's calling.
- DefaultBaseAction(boolean) - 类 的构造器com.nonesole.persistence2.sql.basic.DefaultBaseAction
-
- DefaultBasicPreparedAction - com.nonesole.persistence2.sql.basic中的类
-
This class implements IBasicAction interface for executing PreparedStatement.
- DefaultBasicPreparedAction() - 类 的构造器com.nonesole.persistence2.sql.basic.DefaultBasicPreparedAction
-
- DefaultBasicStatementAction - com.nonesole.persistence2.sql.basic中的类
-
This class implements IBasicAction interface for executing Statement.
- DefaultBasicStatementAction() - 类 的构造器com.nonesole.persistence2.sql.basic.DefaultBasicStatementAction
-
- DefaultConnectionPool - com.nonesole.persistence2.connection.pool中的类
-
There is a one-to-one relationship between The connection pool object and
the data source object.
- DefaultConnectionPool(DriverProperties, ConnectionPoolProperties) - 类 的构造器com.nonesole.persistence2.connection.pool.DefaultConnectionPool
-
Constructor
- DefaultDataSource - com.nonesole.persistence2.connection.pool中的类
-
Local data source
1.Create new datasource from jdbc config
DriverDataSource dds = new DriverDataSource(new DriverProperties());
2.Create new datasource from context of server just like Tomcat锟斤拷
Context ctx = new InitialContext();
DataSource ds = ctx.lookup("jdbc/db");
3.Create new datasource from Persistence frame
ConnectionPoolServer.initPool();
DataSource ds = ConnectionPoolContext.getDataSource("mysql");
- DefaultDataSource(DriverProperties) - 类 的构造器com.nonesole.persistence2.connection.pool.DefaultDataSource
-
Construction
- defaultDatasource - 类 中的变量com.nonesole.persistence2.sql.custom.DefaultArrayValueAction
-
- defaultDatasource - 类 中的变量com.nonesole.persistence2.sql.custom.DefaultDyadicArrayValueAction
-
- defaultDatasource - 类 中的变量com.nonesole.persistence2.sql.custom.DefaultDyadicListValueAction
-
- defaultDatasource - 类 中的变量com.nonesole.persistence2.sql.custom.DefaultListValueAction
-
- defaultDatasource - 类 中的变量com.nonesole.persistence2.sql.custom.DefaultMapAction
-
- defaultDatasource - 类 中的变量com.nonesole.persistence2.sql.custom.DefaultPojoAction
-
- defaultDatasource - 类 中的变量com.nonesole.persistence2.sql.custom.DefaultSingleValueAction
-
- defaultDatasource - 类 中的变量com.nonesole.persistence2.sql.custom.DefaultVoidAction
-
- defaultDatasource - 类 中的变量com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- defaultDataSourceName - 类 中的变量com.nonesole.persistence2.connection.pool.MultiConnectionPool
-
- defaultDataSourceName - 类 中的静态变量com.nonesole.persistence2.sql.PersistenceFactory
-
- DefaultDyadicArrayValueAction - com.nonesole.persistence2.sql.custom中的类
-
Implementation class of IDyadicArrayValueAction
- DefaultDyadicArrayValueAction() - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultDyadicArrayValueAction
-
Constructor
- DefaultDyadicArrayValueAction(boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultDyadicArrayValueAction
-
Constructor
- DefaultDyadicArrayValueAction(String) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultDyadicArrayValueAction
-
Constructor
- DefaultDyadicArrayValueAction(String, boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultDyadicArrayValueAction
-
Constructor
- DefaultDyadicListValueAction - com.nonesole.persistence2.sql.custom中的类
-
Implementation class of IDyadicListValueAction
- DefaultDyadicListValueAction() - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultDyadicListValueAction
-
Constructor
- DefaultDyadicListValueAction(boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultDyadicListValueAction
-
Constructor
- DefaultDyadicListValueAction(String) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultDyadicListValueAction
-
Constructor
- DefaultDyadicListValueAction(String, boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultDyadicListValueAction
-
Constructor
- DefaultListValueAction - com.nonesole.persistence2.sql.custom中的类
-
Implementation class of IListValueAction
- DefaultListValueAction() - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultListValueAction
-
Constructor
- DefaultListValueAction(boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultListValueAction
-
Constructor
- DefaultListValueAction(String) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultListValueAction
-
Constructor
- DefaultListValueAction(String, boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultListValueAction
-
Constructor
- DefaultMapAction - com.nonesole.persistence2.sql.custom中的类
-
Implementation class of IMapAction
- DefaultMapAction() - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultMapAction
-
Constructor
- DefaultMapAction(boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultMapAction
-
Constructor
- DefaultMapAction(String) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultMapAction
-
Constructor
- DefaultMapAction(String, boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultMapAction
-
Constructor
- DefaultOrmAction - com.nonesole.persistence2.sql.orm中的类
-
Implementation class of IOrmAction
- DefaultOrmAction() - 类 的构造器com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
Constructor
- DefaultOrmAction(boolean) - 类 的构造器com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
Constructor
- DefaultOrmAction(String) - 类 的构造器com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
Constructor
- DefaultOrmAction(String, boolean) - 类 的构造器com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
Constructor
- DefaultOrmPlusAction - com.nonesole.persistence2.sql.orm中的类
-
Implementation class of IOrmPlusAction and IOrmMaker
- DefaultOrmPlusAction() - 类 的构造器com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
Constructor
- DefaultOrmPlusAction(boolean) - 类 的构造器com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
Constructor
- DefaultOrmPlusAction(String) - 类 的构造器com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
Constructor
- DefaultOrmPlusAction(String, boolean) - 类 的构造器com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
Constructor
- DefaultPojoAction<E> - com.nonesole.persistence2.sql.custom中的类
-
Implementation class of IPojoAction
- DefaultPojoAction() - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultPojoAction
-
Constructor
- DefaultPojoAction(boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultPojoAction
-
Constructor
- DefaultPojoAction(String) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultPojoAction
-
Constructor
- DefaultPojoAction(String, boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultPojoAction
-
Constructor
- DefaultSingleValueAction - com.nonesole.persistence2.sql.custom中的类
-
Implementation class of ISingleValueAction
- DefaultSingleValueAction() - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultSingleValueAction
-
Constructor
- DefaultSingleValueAction(boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultSingleValueAction
-
Constructor
- DefaultSingleValueAction(String) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultSingleValueAction
-
Constructor
- DefaultSingleValueAction(String, boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultSingleValueAction
-
Constructor
- DefaultVoidAction - com.nonesole.persistence2.sql.custom中的类
-
Implementation class of IVoidAction
- DefaultVoidAction() - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultVoidAction
-
Constructor
- DefaultVoidAction(boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultVoidAction
-
Constructor
- DefaultVoidAction(String) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultVoidAction
-
Constructor
- DefaultVoidAction(String, boolean) - 类 的构造器com.nonesole.persistence2.sql.custom.DefaultVoidAction
-
Constructor
- delete(Object, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Delete one object in database
- delete(Object, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Delete one object in database
- delete(Object) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Delete one object in database using default connection pool
- delete(Object, Connection) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- delete(Object, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- delete(Object) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- delete(Object) - 类 中的方法com.nonesole.persistence2.sql.tools.PSession
-
- deleteWithoutCommit(Object, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.basic.DefaultBaseAction
-
Delete data but not commit.
- description - 类 中的变量com.nonesole.log.LogData
-
- doAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultArrayValueAction
-
The method doAction should be used by all public methods
of DefaultArrayValueAction.
- doAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicArrayValueAction
-
The method doAction should be used by all public methods
of this class.
- doAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicListValueAction
-
The method doAction should be used by all public methods
of this class.
- doAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultSingleValueAction
-
The method doAction should be used by all public methods
of this class.
- doAction(String, Object) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmPlusAction
-
Insert,update,delete one object to database
- doAction(String, Object, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmPlusAction
-
Insert,update,delete one object to database
- doAction(String, Object, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmPlusAction
-
Insert,update,delete one object to database
- doAction(String, Object) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
- doAction(String, Object, Connection) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
- doAction(String, Object, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
- doAction(String, Object) - 类 中的方法com.nonesole.persistence2.sql.tools.PSession
-
This method is used to execute DML, it depends on IOrmPlusAction interface.
- doBatchAction(String, List<Object>) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmPlusAction
-
Batch insert,update,delete objects to database
- doBatchAction(String, List<Object>, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmPlusAction
-
Batch insert,update,delete objects to database
- doBatchAction(String, List<Object>, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmPlusAction
-
Batch insert,update,delete objects to database
- doBatchAction(String, List<Object>) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
- doBatchAction(String, List<Object>, Connection) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
- doBatchAction(String, List<Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
- doBatchAction(String, List<Object>) - 类 中的方法com.nonesole.persistence2.sql.tools.PSession
-
This method is used to do batch execution of DML, it depends on IOrmPlusAction interface.
- doc - 类 中的变量com.nonesole.persistence2.config.ConfigParser
-
- doQueryAction(String, Object) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmPlusAction
-
Select objects from database
- doQueryAction(String, Object, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmPlusAction
-
Select objects from database
- doQueryAction(String, Object, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmPlusAction
-
Select objects from database
- doQueryAction(String, Object) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
- doQueryAction(String, Object, Connection) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
- doQueryAction(String, Object, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmPlusAction
-
- doubleAction(String, Map<String, Object>) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultSingleValueAction
-
- doubleAction(String, Map<String, Object>, Connection) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultSingleValueAction
-
- doubleAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultSingleValueAction
-
- doubleAction(String, Map<String, Object>) - 接口 中的方法com.nonesole.persistence2.sql.define.ISingleValueAction
-
Execute action and return value
- doubleAction(String, Map<String, Object>, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.ISingleValueAction
-
Execute action and return value
- doubleAction(String, Map<String, Object>, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.ISingleValueAction
-
Execute action and return value
- doubleArrayAction(String, Map<String, Object>) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultArrayValueAction
-
- doubleArrayAction(String, Map<String, Object>, Connection) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultArrayValueAction
-
- doubleArrayAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultArrayValueAction
-
- doubleArrayAction(String, Map<String, Object>) - 接口 中的方法com.nonesole.persistence2.sql.define.IArrayValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to Double array.The parameters are
configuration of Action , and values in Map<String, Object>.
- doubleArrayAction(String, Map<String, Object>, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.IArrayValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to Double array.The parameters are
configuration of Action , and values in Map<String, Object>.
- doubleArrayAction(String, Map<String, Object>, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.IArrayValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to Double array.The parameters are
configuration of Action , and values in Map<String, Object>.
- doubleDyadicArrayAction(String, Map<String, Object>) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicArrayValueAction
-
- doubleDyadicArrayAction(String, Map<String, Object>, Connection) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicArrayValueAction
-
- doubleDyadicArrayAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicArrayValueAction
-
- doubleDyadicArrayAction(String, Map<String, Object>) - 接口 中的方法com.nonesole.persistence2.sql.define.IDyadicArrayValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to dyadic array .The parameters are
configuration of Action , and values in Map<String, Object>.
- doubleDyadicArrayAction(String, Map<String, Object>, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.IDyadicArrayValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to dyadic array .The parameters are
configuration of Action , and values in Map<String, Object>.
- doubleDyadicArrayAction(String, Map<String, Object>, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.IDyadicArrayValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to dyadic array .The parameters are
configuration of Action , and values in Map<String, Object>.
- doubleDyadicListAction(String, Map<String, Object>) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicListValueAction
-
- doubleDyadicListAction(String, Map<String, Object>, Connection) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicListValueAction
-
- doubleDyadicListAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicListValueAction
-
- doubleDyadicListAction(String, Map<String, Object>) - 接口 中的方法com.nonesole.persistence2.sql.define.IDyadicListValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to dyadic list .The parameters are
configuration of Action , and values in Map<String, Object>.
- doubleDyadicListAction(String, Map<String, Object>, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.IDyadicListValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to dyadic list .The parameters are
configuration of Action , and values in Map<String, Object>.
- doubleDyadicListAction(String, Map<String, Object>, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.IDyadicListValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to dyadic list .The parameters are
configuration of Action , and values in Map<String, Object>.
- doubleListAction(String, Map<String, Object>) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultListValueAction
-
- doubleListAction(String, Map<String, Object>, Connection) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultListValueAction
-
- doubleListAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultListValueAction
-
- doubleListAction(String, Map<String, Object>) - 接口 中的方法com.nonesole.persistence2.sql.define.IListValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
- doubleListAction(String, Map<String, Object>, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.IListValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
- doubleListAction(String, Map<String, Object>, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.IListValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to list .The parameters are
configuration of Action , and values in Map<String, Object>.
- driver - 类 中的变量com.nonesole.persistence2.connection.pool.DefaultDataSource
-
- driver - 类 中的变量com.nonesole.persistence2.connection.pool.PoolDataSource
-
- driverClass - 类 中的变量com.nonesole.persistence2.connection.pool.parser.DriverProperties
-
- DriverProperties - com.nonesole.persistence2.connection.pool.parser中的类
-
JDBC driver
- DriverProperties() - 类 的构造器com.nonesole.persistence2.connection.pool.parser.DriverProperties
-
- dscp - 类 中的静态变量com.nonesole.persistence2.connection.pool.parser.DataSourceConfigParser
-
- dyadicArrayValueThread - 类 中的静态变量com.nonesole.persistence2.sql.PersistenceFactory
-
ThreadLocal for IDyadicArrayValueAction
- dyadicListValueThread - 类 中的静态变量com.nonesole.persistence2.sql.PersistenceFactory
-
ThreadLocal for IDyadicListValueAction