org.exolab.castor.persist
Class PersistenceInfoGroup
java.lang.Object
org.exolab.castor.persist.PersistenceInfoGroup
public class PersistenceInfoGroup
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceInfoGroup
public PersistenceInfoGroup(LockEngine[] engines)
getClassMolder
public ClassMolder getClassMolder(Class type)
throws ClassNotPersistenceCapableException
- Throws:
ClassNotPersistenceCapableException
findClassMolderByQuery
public final ClassMolder findClassMolderByQuery(String query)
- Returns the ClassMolder associated with a given named query (by the means of the
mapping file).
- Parameters:
query - The name of the named query.
- Returns:
- ClassMolder instance associated with a given named query.
findClassMolderByNativeQuery
public final ClassMolder findClassMolderByNativeQuery(String query)
- Returns the ClassMolder associated with a given named native query (by the means of the
mapping file).
- Parameters:
query - The name of the named query.
- Returns:
- ClassMolder instance associated with a given named query.
getLockEngine
public LockEngine getLockEngine()
Copyright © 2010. All Rights Reserved.