org.apache.cayenne.jpa.conf
Class EntityMapDefaultsProcessor
java.lang.Object
org.apache.cayenne.jpa.conf.EntityMapDefaultsProcessor
public class EntityMapDefaultsProcessor
- extends Object
Initializes JPA specification compatible mapping defaults.
- Author:
- Andrus Adamchik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
visitor
protected HierarchicalTreeVisitor visitor
context
protected transient EntityMapLoaderContext context
EntityMapDefaultsProcessor
public EntityMapDefaultsProcessor()
applyDefaults
public void applyDefaults(EntityMapLoaderContext context)
throws JpaProviderException
- Throws:
JpaProviderException
createVisitor
protected HierarchicalTreeVisitor createVisitor()
- Creates a stateless instance of the JpaEntityMap traversal visitor. This method is
lazily invoked and cached by this object.
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.