|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.domain.hibernate.HibernateHelper
public class HibernateHelper
Helper methods related to Hibernate
Constructor Summary | |
---|---|
HibernateHelper()
|
Method Summary | |
---|---|
static int |
deleteDbAccessControlEntries(org.hibernate.Session session,
org.hibernate.Query query)
Helper method to scroll through the results of a query and delete all the resulting access control entries, performing batch flushes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HibernateHelper()
Method Detail |
---|
public static int deleteDbAccessControlEntries(org.hibernate.Session session, org.hibernate.Query query)
session
- the session to use for the deletionsquery
- the query with all parameters set and that will return
access control entry
instances
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |