org.apache.cayenne.jpa.conf
Class EntityMapLoaderContext
java.lang.Object
org.apache.cayenne.jpa.conf.EntityMapLoaderContext
public class EntityMapLoaderContext
- extends Object
A common context shared by different loaders during JPA mapping information processing.
- Author:
- Andrus Adamchik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
conflicts
protected ValidationResult conflicts
entityMap
protected JpaEntityMap entityMap
unit
protected PersistenceUnitInfo unit
tempClassLoader
protected ClassLoader tempClassLoader
EntityMapLoaderContext
public EntityMapLoaderContext(PersistenceUnitInfo unit)
getUnit
public PersistenceUnitInfo getUnit()
getEntityMap
public JpaEntityMap getEntityMap()
recordConflict
public void recordConflict(ValidationFailure conflict)
getConflicts
public ValidationResult getConflicts()
getTempClassLoader
public ClassLoader getTempClassLoader()
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.