- BasicInputTransform - com.nonesole.persistence2.sql.basic.input中的类
-
The basic class of InputTransform
- BasicInputTransform() - 类 的构造器com.nonesole.persistence2.sql.basic.input.BasicInputTransform
-
Constructor
- batchDelete(List<?>, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Delete list of objects in database
- batchDelete(List<?>, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Delete list of objects in database
- batchDelete(List<?>) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Delete list of objects in database using default connection pool
- batchDelete(List<?>, Connection) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- batchDelete(List<?>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- batchDelete(List<?>) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- batchExecute(List<String>, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Execute sql (it would be insert,update,delete sql) using default connection pool
- batchExecute(List<String>) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Execute sql (it would be insert,update,delete sql) using default connection pool
- batchExecute(List<String>) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- batchExecute(List<String>, Connection) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- batchInsert(List<?>, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Insert list of objects to database
- batchInsert(List<?>, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Insert list of objects to database
- batchInsert(List<?>) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Insert list of objects to database using default connection pool
- batchInsert(List<?>, Connection) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- batchInsert(List<?>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- batchInsert(List<?>) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- batchUpdate(List<?>, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Update list of objects in database
- batchUpdate(List<?>, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Update list of objects in database
- batchUpdate(List<?>) - 接口 中的方法com.nonesole.persistence2.sql.define.IOrmAction
-
Update list of objects in database using default connection pool
- batchUpdate(List<?>, Connection) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- batchUpdate(List<?>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- batchUpdate(List<?>) - 类 中的方法com.nonesole.persistence2.sql.orm.DefaultOrmAction
-
- Big5 - 接口 中的静态变量com.nonesole.persistence2.config.AuailableCharsets
-
Big5
- Big5_HKSCS - 接口 中的静态变量com.nonesole.persistence2.config.AuailableCharsets
-
Big5-HKSCS
- BLOB - 类 中的静态变量com.nonesole.persistence2.sql.basic.input.SimpleListInputTransform
-
- blobPositionMap - 类 中的变量com.nonesole.persistence2.sql.basic.input.BasicInputTransform
-
- booleanAction(String, Map<String, Object>) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultSingleValueAction
-
- booleanAction(String, Map<String, Object>, Connection) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultSingleValueAction
-
- booleanAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultSingleValueAction
-
- booleanAction(String, Map<String, Object>) - 接口 中的方法com.nonesole.persistence2.sql.define.ISingleValueAction
-
Execute action and return value
- booleanAction(String, Map<String, Object>, Connection) - 接口 中的方法com.nonesole.persistence2.sql.define.ISingleValueAction
-
Execute action and return value
- booleanAction(String, Map<String, Object>, Connection, boolean) - 接口 中的方法com.nonesole.persistence2.sql.define.ISingleValueAction
-
Execute action and return value
- booleanArrayAction(String, Map<String, Object>) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultArrayValueAction
-
- booleanArrayAction(String, Map<String, Object>, Connection) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultArrayValueAction
-
- booleanArrayAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultArrayValueAction
-
- booleanArrayAction(String, Map<String, Object>) - 接口 中的方法com.nonesole.persistence2.sql.define.IArrayValueAction
-
This method should be used to assemble and execute SQLs
and transforms ResultSet to Boolean array.The parameters are
configuration of Action , and values in Map<String, Object>.
- booleanArrayAction(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 Boolean array.The parameters are
configuration of Action , and values in Map<String, Object>.
- booleanArrayAction(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 Boolean array.The parameters are
configuration of Action , and values in Map<String, Object>.
- booleanDyadicArrayAction(String, Map<String, Object>) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicArrayValueAction
-
- booleanDyadicArrayAction(String, Map<String, Object>, Connection) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicArrayValueAction
-
- booleanDyadicArrayAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicArrayValueAction
-
- booleanDyadicArrayAction(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>.
- booleanDyadicArrayAction(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>.
- booleanDyadicArrayAction(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>.
- booleanDyadicListAction(String, Map<String, Object>) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicListValueAction
-
- booleanDyadicListAction(String, Map<String, Object>, Connection) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicListValueAction
-
- booleanDyadicListAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultDyadicListValueAction
-
- booleanDyadicListAction(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>.
- booleanDyadicListAction(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>.
- booleanDyadicListAction(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>.
- booleanListAction(String, Map<String, Object>) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultListValueAction
-
- booleanListAction(String, Map<String, Object>, Connection) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultListValueAction
-
- booleanListAction(String, Map<String, Object>, Connection, boolean) - 类 中的方法com.nonesole.persistence2.sql.custom.DefaultListValueAction
-
- booleanListAction(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>.
- booleanListAction(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>.
- booleanListAction(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>.