| Uses of Class |
| com.newstep.solid.persistence.PersistenceException |
public class |
|
public class |
|
public class |
|
Methods in com.newstep.solid.persistence that throw com.newstep.solid.persistence.PersistenceException |
|
|---|---|
public int |
UniqueIdGenerator.getNextUniqueId(String uidName, Transaction transaction) |
public boolean |
BatchCRUDKeeper.update(Collection col, PersistenceContext context) |
public Collection |
CRUDKeeper.getAll(PersistenceContext context) |
public abstract Transaction |
TransactionManager.getTransaction(Integer isolationLevel) |
public T |
CRUDKeeper.get(Integer id, PersistenceContext context) |
public int |
UniqueIdGenerator.getCurrentUniqueId(String uidName, Transaction transaction) |
public abstract Transaction |
TransactionManager.getTransaction() |
public T |
|
public void |
Transaction.commit() |
public abstract Connection |
ConnectionFactory.getConnection(String username, String password) |
public void |
PoolingDataSourceConnectionFactory.init(ConnectionConfig config) |
public void |
Transaction.end() |
public void |
|
public abstract Connection |
ConnectionFactory.getConnection() |
public void |
Transaction.begin() |
public boolean |
BatchCRUDKeeper.create(Collection col, PersistenceContext context) |
public Collection |
|
public void |
Transaction.rollback() |
public abstract TransactionManager |
TransactionManagerFactory.createTransactionManager() |
public void |
|
public Collection |
|
public static ConnectionFactory |
ConnectionFactory.createConnectionFactory(ConnectionConfig config) |
public abstract void |
ConnectionFactory.init(ConnectionConfig config) |
public Connection |
DataSourceConnectionFactory.getConnection(String username, String password) |
public void |
DataSourceConnectionFactory.init(ConnectionConfig config) |
public T |
|
public Connection |
DataSourceConnectionFactory.getConnection() |
public Collection |
|
Methods in com.newstep.solid.persistence.config that throw com.newstep.solid.persistence.PersistenceException |
|
|---|---|
public SchemaConfig |
SchemaConfigParser.parse(InputStream stream) |
public DbKeeperConfig |
DbConfigurationParser.parse(String xml) |
protected SchemaConfig |
SchemaConfigParser.parse(Node node) |
public DbKeeperConfig |
DbConfigurationParser.parse(InputSource source) |
protected DbKeeperConfig |
DbConfigurationParser.parse(Node node) |
public SchemaConfig |
SchemaConfigParser.parse(InputSource source) |
public DbKeeperConfig |
DbConfigurationParser.parse(InputStream xmlIns) |
Methods in com.newstep.solid.persistence.db with parameters of type com.newstep.solid.persistence.PersistenceException |
|
|---|---|
public boolean |
DbUtil.isUniqueConstraintViolation(PersistenceException pe) |
public boolean |
MySQLUtil.isUniqueConstraintViolation(PersistenceException pe) |
public boolean |
OracleUtil.isUniqueConstraintViolation(PersistenceException pe) |
Methods in com.newstep.solid.persistence.db that throw com.newstep.solid.persistence.PersistenceException |
|
|---|---|
private String |
DbKeeper.buildSelect(String selectCols, String whereCols, Collection likeCols, Collection nullCols, String sortAttrs) |
protected Object |
DbKeeper.getDefaultValues(PersistenceContext context) |
public static List |
DbCRUDKeeperFactory.createKeepers(SchemaConfig config) |
public void |
DbTransaction.commit() |
protected Collection |
DbKeeper.getObjList(Integer id, String colName, PersistenceContext context) |
protected void |
DbKeeper.deleteObj(Integer id, PersistenceContext context) |
protected Object |
DbKeeper.addObjNoUID(Object obj, String insertCols, PersistenceContext context) |
protected Collection |
DbKeeper.query(Object obj, String whereCols, String selectCols, String sortAttrs, PagedQuery page, QueryConjunctive conjunctive, PersistenceContext context) |
protected int |
DbKeeper.getObjCount(Map searchCriteria, PersistenceContext context) |
public void |
DbCRUDKeeperImpl.init(DbKeeperConfig keeperConfig) |
public Transaction |
DbTransactionManager.getTransaction() |
public int |
OracleSequencePooler.getCurrentUniqueId(Transaction trans) |
private String |
DbKeeper.buildDelete(String whereCols) |
protected Collection |
DbKeeper.getObjList(Object obj, String selectCols, String whereCols, String sortAttrs, Integer maxRows, PersistenceContext context) |
public T |
|
public static CRUDKeeper |
DbCRUDKeeperFactory.createKeeper(SchemaConfig config, Class beanClass) |
protected Collection |
DbKeeper.getObjList(Object obj, String selectCols, String whereCols, PersistenceContext context) |
protected T |
|
private Collection |
DbKeeper.getNullCols(Object obj, String whereCols) |
private String |
DbKeeper.buildSelectCount(String whereCols, Collection likeCols, Collection nullCols) |
private Collection |
DbKeeper.getLikeCols(Object obj, String whereCols) |
private String |
DbKeeper.prepareWhereCols(Object obj, String whereCols) |
protected void |
DbKeeper.setUniqueId(Object obj, Integer pk) |
public static CRUDKeeper |
DbCRUDKeeperFactory.createKeeper(DbKeeperConfig config, Class type) |
public int |
OracleUidGenerator.getNextUniqueId(String uidName, Transaction trans) |
public boolean |
DbCRUDKeeperImpl.create(Collection col, PersistenceContext context) |
public Transaction |
DbTransactionManager.getTransaction(Integer isolationLevel) |
protected int |
DbKeeper.getIndex(String colName) |
private String |
DbKeeper.buildSelect(String selectCols, String whereCols) |
public int |
KeyTableUidGenerator.getNextUniqueId(String uidName, Transaction trans) |
public int |
OracleUidGenerator.getCurrentUniqueId(String uidName, Transaction trans) |
protected Collection |
DbKeeper.getObjList(Integer id, PersistenceContext context) |
private void |
DbKeeper.prepareSQLField(Integer index, Object obj, String type, PreparedStatement pstmt) |
public void |
DbTransaction.rollback() |
public void |
DriverManagerConnectionFactory.init(ConnectionConfig config) |
public Collection |
|
private String |
DbKeeper.buildUpdate(String updateCols, String whereCols) |
protected T |
DbKeeper.getObj(Integer id, PersistenceContext context) |
protected void |
DbKeeper.deleteObj(Object obj, String whereCols, PersistenceContext context) |
private String |
DbKeeper.buildInsert(String insertCols) |
public boolean |
DbCRUDKeeperImpl.update(Collection col, PersistenceContext context) |
protected boolean |
DbKeeper.updateBatch(Collection objCol, String updateCols, String whereCols, PersistenceContext context) |
protected Collection |
DbKeeper.getObjList(Integer id, String colName, String sortAttrs, Integer maxRows, PersistenceContext context) |
protected void |
DbKeeper.updateObj(Object obj, String updateCols, String whereCols, PersistenceContext context) |
private String |
DbKeeper.buildSelect(String selectCols, String whereCols, String sortAttrs) |
protected void |
DbKeeper.updateObj(Object obj, PersistenceContext context) |
public Collection |
DbCRUDKeeperImpl.getAll(PersistenceContext context) |
private void |
DbKeeper.rollbackUid(Object obj, Integer oldId) |
private PreparedStatement |
DbKeeper.prepareSQLSelectStatement(Object obj, Integer offset, String prepCols, PreparedStatement pstmt) |
public T |
|
public int |
PooledOracleUidGenerator.getCurrentUniqueId(String uidName, Transaction transaction) |
protected Collection |
DbKeeper.page(PagedQuery paging, ResultSet rs, String selectCols) |
protected Collection |
DbKeeper.getObjListByPage(Object obj, String whereCols, String selectCols, String sortAttrs, PagedQuery page, PersistenceContext context) |
protected int |
DbKeeper.getObjListCount(Integer id, String colName, PersistenceContext context) |
protected int |
DbKeeper.getObjListCount(Object obj, String whereCols, PersistenceContext context) |
private String |
DbKeeper.buildSelectForUpdate(String selectCols, String whereCols, String sortAttrs, QueryConjunctive conjunctive, QueryLock lock) |
public void |
|
protected PreparedStatement |
DbKeeper.prepareSQLStatement(Object obj, Integer offset, String prepCols, PreparedStatement pstmt) |
protected T |
|
protected Collection |
DbKeeper.getObjListByPage(Object obj, String whereCols, String selectCols, String sortAttrs, Integer pageIndex, Integer pageSize, PersistenceContext context) |
public TransactionManager |
DbTransactionManagerFactory.createTransactionManager() |
protected T |
DbKeeper.getObj(Integer id, String colName, PersistenceContext context) |
public int |
PooledOracleUidGenerator.getNextUniqueId(String uidName, Transaction transaction) |
private String |
DbKeeper.buildSelectCount(String whereCols) |
private String |
DbKeeper.buildSelect(String selectCols, String whereCols, Collection likeCols, Collection nullCols, String sortAttrs, QueryConjunctive conjunctive) |
protected void |
DbKeeper.deleteObj(Integer id, String colName, PersistenceContext context) |
public Collection |
|
public void |
|
protected void |
DbKeeper.init() |
private int |
OracleSequencePooler.atomicIncrement(Transaction trans) |
protected boolean |
DbKeeper.addBatch(Collection objCol, String insertCols, PersistenceContext context) |
public int |
OracleSequencePooler.getNextUniqueId(Transaction trans) |
public Connection |
DriverManagerConnectionFactory.getConnection(String username, String password) |
public void |
DbTransaction.end() |
public void |
DbTransaction.begin() |
private int |
DbKeeper.getAttrIndex(String attrName) |
public Connection |
DriverManagerConnectionFactory.getConnection() |
public Collection |
|
private Method |
DbKeeper.initGetters() |
public T |
DbCRUDKeeperImpl.get(Integer id, PersistenceContext context) |
public int |
KeyTableUidGenerator.getCurrentUniqueId(String uidName, Transaction trans) |
protected T |
|
protected synchronized int |
OracleSequencePooler.init(Transaction tx, String seqName) |
protected T |
DbKeeper.unpack(ResultSet rs, String unpackCols) |
private Method |
DbKeeper.initSetters() |
Methods in com.newstep.solid.test.persistence that throw com.newstep.solid.persistence.PersistenceException |
|
|---|---|
public int |
TestKeyTableUidGenerator.getNextUniqueId(String uidName, Transaction trans) |
public int |
TestKeyTableUidGenerator.getCurrentUniqueId(String uidName, Transaction trans) |