|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.dao.jpa.OpenJPADAO
public class OpenJPADAO
Constructor Summary | |
---|---|
OpenJPADAO()
|
Method Summary | ||
---|---|---|
protected
|
batchUpdateByIds(java.util.Iterator<T> ids,
javax.persistence.Query query,
java.lang.String parameterName)
|
|
protected BPELDAOConnectionImpl |
getConn()
|
|
protected javax.persistence.EntityManager |
getEM()
|
|
protected
|
getSingleResult(javax.persistence.Query qry)
javax.persistence.Query either let you query for a collection or a single value throwing an exception if nothing is found. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenJPADAO()
Method Detail |
---|
protected BPELDAOConnectionImpl getConn()
protected javax.persistence.EntityManager getEM()
protected <T> T getSingleResult(javax.persistence.Query qry)
qry
- query to execute
protected <T> void batchUpdateByIds(java.util.Iterator<T> ids, javax.persistence.Query query, java.lang.String parameterName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |