public interface PersistenceSession extends Session
| Modifier and Type | Method and Description | 
|---|---|
| void | addEntityLoadListener(EntityLoadListener listener) | 
| void | commit() | 
| void | dbSchemaCheckVersion() | 
| void | dbSchemaCreate() | 
| void | dbSchemaDrop() | 
| void | dbSchemaPrune() | 
| void | dbSchemaUpdate() | 
| void | executeDbOperation(DbOperation operation) | 
| int | executeNonEmptyUpdateStmt(String updateStmt,
                         Object parameter) | 
| int | executeUpdate(String updateStatement,
             Object parameter) | 
| List<org.apache.ibatis.executor.BatchResult> | flushOperations() | 
| List<String> | getTableNamesPresent() | 
| void | lock(String statement,
    Object parameter) | 
| void | rollback() | 
| <T extends DbEntity>  | selectById(Class<T> type,
          String id) | 
| List<?> | selectList(String statement,
          Object parameter) | 
| Object | selectOne(String statement,
         Object parameter) | 
void executeDbOperation(DbOperation operation)
List<org.apache.ibatis.executor.BatchResult> flushOperations()
void commit()
void rollback()
void dbSchemaCheckVersion()
void dbSchemaCreate()
void dbSchemaDrop()
void dbSchemaPrune()
void dbSchemaUpdate()
void addEntityLoadListener(EntityLoadListener listener)
Copyright © 2018. All rights reserved.