Class
Use
Tree
          
PREV NEXT
 

Uses of Class
com.newstep.solid.persistence.PersistenceContext
com.newstep.solid.persistence  
com.newstep.solid.persistence.db  
com.newstep.solid.test.persistence  
public void
CRUDKeeper.delete(T obj, PersistenceContext context)
public T
CRUDKeeper.get(Integer id, PersistenceContext context)
public boolean
BatchCRUDKeeper.update(Collection col, PersistenceContext context)
public T
CRUDKeeper.create(T obj, PersistenceContext context)
public T
CRUDKeeper.queryEntityByBean(T bean, PersistenceContext context, String attributeNames)
public boolean
BatchCRUDKeeper.create(Collection col, PersistenceContext context)
public Collection
CRUDKeeper.query(PreQueryCriteria query, PersistenceContext context)
public Collection
CRUDKeeper.getAll(PersistenceContext context)
public Collection
CRUDKeeper.query(PostQueryCriteria query, PersistenceContext context)
public void
CRUDKeeper.update(T obj, PersistenceContext context)
public Collection
CRUDKeeper.queryByBean(T bean, PersistenceContext context, String attributeNames)
protected void
DbKeeper.updateObj(Object obj, PersistenceContext context)
public Collection
DbCRUDKeeperImpl.getAll(PersistenceContext context)
public T
DbCRUDKeeperImpl.create(T obj, PersistenceContext context)
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
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
DbCRUDKeeperImpl.update(T obj, PersistenceContext context)
protected T
DbKeeper.addObj(T obj, PersistenceContext context)
protected Collection
DbKeeper.getObjList(Object obj, String selectCols, String whereCols, String sortAttrs, Integer maxRows, PersistenceContext context)
public T
DbCRUDKeeperImpl.queryEntityByBean(T bean, PersistenceContext context, String fieldNames)
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
DbKeeper.getObj(T obj, String selectCols, String whereCols, PersistenceContext context)
protected void
DbKeeper.deleteObj(Integer id, String colName, PersistenceContext context)
public boolean
DbCRUDKeeperImpl.create(Collection col, PersistenceContext context)
public Collection
DbCRUDKeeperImpl.query(PostQueryCriteria query, PersistenceContext context)
protected Collection
DbKeeper.getObjList(Integer id, PersistenceContext context)
public void
DbCRUDKeeperImpl.delete(T obj, PersistenceContext context)
protected boolean
DbKeeper.addBatch(Collection objCol, String insertCols, PersistenceContext context)
public Collection
DbCRUDKeeperImpl.query(PreQueryCriteria query, PersistenceContext context)
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
DbCRUDKeeperImpl.queryByBean(T bean, PersistenceContext context, String fieldNames)
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
DbKeeper.addObj(T obj, String insertCols, PersistenceContext context)
protected void
DbKeeper.updateObj(Object obj, String updateCols, String whereCols, PersistenceContext context)
QueryTest.ctx

Class
Use
Tree
          
PREV NEXT