org.apache.cayenne.jpa.reflect
Class JpaClassDescriptorFactory
java.lang.Object
org.apache.cayenne.reflect.PersistentDescriptorFactory
org.apache.cayenne.reflect.pojo.EnhancedPojoDescriptorFactory
org.apache.cayenne.jpa.reflect.JpaClassDescriptorFactory
- All Implemented Interfaces:
- ClassDescriptorFactory
public class JpaClassDescriptorFactory
- extends EnhancedPojoDescriptorFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JpaClassDescriptorFactory
public JpaClassDescriptorFactory(ClassDescriptorMap descriptorMap,
FaultFactory faultFactory)
createToManyListProperty
protected void createToManyListProperty(PersistentDescriptor descriptor,
ObjRelationship relationship)
- Overrides:
createToManyListProperty
in class EnhancedPojoDescriptorFactory
createToManyMapProperty
protected void createToManyMapProperty(PersistentDescriptor descriptor,
ObjRelationship relationship)
- Overrides:
createToManyMapProperty
in class EnhancedPojoDescriptorFactory
createToManySetProperty
protected void createToManySetProperty(PersistentDescriptor descriptor,
ObjRelationship relationship)
- Overrides:
createToManySetProperty
in class EnhancedPojoDescriptorFactory
createToManyCollectionProperty
protected void createToManyCollectionProperty(PersistentDescriptor descriptor,
ObjRelationship relationship)
- Overrides:
createToManyCollectionProperty
in class EnhancedPojoDescriptorFactory
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.