| Uses of Class |
| com.newstep.solid.persistence.PersistenceContext |
Packages that use com.newstep.solid.persistence.PersistenceContext |
|
|---|---|
| com.newstep.solid.persistence | |
| com.newstep.solid.persistence.db | |
| com.newstep.solid.test.persistence | |
Methods in com.newstep.solid.persistence with parameters of type com.newstep.solid.persistence.PersistenceContext |
|
|---|---|
public void |
|
public T |
CRUDKeeper.get(Integer id, PersistenceContext context) |
public boolean |
BatchCRUDKeeper.update(Collection col, PersistenceContext context) |
public T |
|
public T |
|
public boolean |
BatchCRUDKeeper.create(Collection col, PersistenceContext context) |
public Collection |
|
public Collection |
CRUDKeeper.getAll(PersistenceContext context) |
public Collection |
|
public void |
|
public Collection |
|
Methods in com.newstep.solid.persistence.db with parameters of type com.newstep.solid.persistence.PersistenceContext |
|
|---|---|
protected void |
DbKeeper.updateObj(Object obj, PersistenceContext context) |
public Collection |
DbCRUDKeeperImpl.getAll(PersistenceContext context) |
public T |
|
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 Object |
DbKeeper.getDefaultValues(PersistenceContext context) |
protected int |
DbKeeper.getObjListCount(Object obj, String whereCols, PersistenceContext context) |
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 |
|
protected T |
|
protected Collection |
DbKeeper.getObjList(Object obj, String selectCols, String whereCols, String sortAttrs, Integer maxRows, PersistenceContext context) |
public T |
|
protected Collection |
DbKeeper.getObjListByPage(Object obj, String whereCols, String selectCols, String sortAttrs, Integer pageIndex, Integer pageSize, PersistenceContext context) |
protected Collection |
DbKeeper.getObjList(Object obj, String selectCols, String whereCols, PersistenceContext context) |
protected T |
DbKeeper.getObj(Integer id, String colName, PersistenceContext context) |
protected T |
|
protected void |
DbKeeper.deleteObj(Integer id, String colName, PersistenceContext context) |
public boolean |
DbCRUDKeeperImpl.create(Collection col, PersistenceContext context) |
public Collection |
|
protected Collection |
DbKeeper.getObjList(Integer id, PersistenceContext context) |
public void |
|
protected boolean |
DbKeeper.addBatch(Collection objCol, String insertCols, PersistenceContext context) |
public Collection |
|
protected T |
DbKeeper.getObj(Integer id, PersistenceContext context) |
protected void |
DbKeeper.deleteObj(Object obj, String whereCols, PersistenceContext context) |
public boolean |
DbCRUDKeeperImpl.update(Collection col, PersistenceContext context) |
protected void |
DbCRUDKeeperImpl.setUidGenerator(PersistenceContext context) |
public Collection |
|
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) |
public T |
DbCRUDKeeperImpl.get(Integer id, PersistenceContext context) |
protected T |
|
protected void |
DbKeeper.updateObj(Object obj, String updateCols, String whereCols, PersistenceContext context) |
Fields in com.newstep.solid.test.persistence declared as com.newstep.solid.persistence.PersistenceContext |
|
|---|---|
QueryTest.ctx |
|