Package org.exolab.castor.persist
Class PersistenceInfoGroup
java.lang.Object
org.exolab.castor.persist.PersistenceInfoGroup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ClassMolder
Returns the ClassMolder associated with a given named native query (by the means of the mapping file).final ClassMolder
findClassMolderByQuery
(String query) Returns the ClassMolder associated with a given named query (by the means of the mapping file).getClassMolder
(Class type)
-
Constructor Details
-
PersistenceInfoGroup
-
-
Method Details
-
getClassMolder
-
findClassMolderByQuery
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
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
-