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.
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 javax.persistence.spi.PersistenceUnitInfo unit
tempClassLoader
protected ClassLoader tempClassLoader
EntityMapLoaderContext
public EntityMapLoaderContext(javax.persistence.spi.PersistenceUnitInfo unit)
getUnit
public javax.persistence.spi.PersistenceUnitInfo getUnit()
getEntityMap
public JpaEntityMap getEntityMap()
recordConflict
public void recordConflict(ValidationFailure conflict)
getConflicts
public ValidationResult getConflicts()
getTempClassLoader
public ClassLoader getTempClassLoader()
Copyright © 2001-2008 Apache Cayenne. All Rights Reserved.