Uses of Class
org.apache.cayenne.reflect.PersistentDescriptor
Package
Description
-
Uses of PersistentDescriptor in org.apache.cayenne.reflect
Modifier and TypeMethodDescriptionprotected PersistentDescriptor
PersistentDescriptorFactory.createDescriptor()
Modifier and TypeMethodDescriptionprotected Accessor
PersistentDescriptorFactory.createAccessor
(PersistentDescriptor descriptor, String propertyName, Class<?> propertyType) Creates an accessor for the property.protected void
PersistentDescriptorFactory.createAttributeProperty
(PersistentDescriptor descriptor, ObjAttribute attribute) protected void
PersistentDescriptorFactory.createEmbeddedAttributeProperty
(PersistentDescriptor descriptor, EmbeddedAttribute embeddedAttribute, ObjAttribute attribute) protected abstract void
PersistentDescriptorFactory.createToManyCollectionProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected abstract void
PersistentDescriptorFactory.createToManyListProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected abstract void
PersistentDescriptorFactory.createToManyMapProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected abstract void
PersistentDescriptorFactory.createToManySetProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected abstract void
PersistentDescriptorFactory.createToOneProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected void
PersistentDescriptorFactory.indexAdditionalDbEntities
(PersistentDescriptor descriptor) protected void
PersistentDescriptorFactory.indexQualifiers
(PersistentDescriptor descriptor, EntityInheritanceTree inheritanceTree) protected void
PersistentDescriptorFactory.indexRootDbEntities
(PersistentDescriptor descriptor, EntityInheritanceTree inheritanceTree) protected void
PersistentDescriptorFactory.indexSubclassDescriptors
(PersistentDescriptor descriptor, EntityInheritanceTree inheritanceTree) protected void
PersistentDescriptorFactory.indexSuperclassProperties
(PersistentDescriptor descriptor) Adds superclass properties to the descriptor, applying proper overrides. -
Uses of PersistentDescriptor in org.apache.cayenne.reflect.generic
Modifier and TypeMethodDescriptionprotected PersistentDescriptor
DataObjectDescriptorFactory.createDescriptor()
Modifier and TypeMethodDescriptionprotected Accessor
DataObjectDescriptorFactory.createAccessor
(PersistentDescriptor descriptor, String propertyName, Class<?> propertyType) protected void
DataObjectDescriptorFactory.createAttributeProperty
(PersistentDescriptor descriptor, ObjAttribute attribute) protected void
DataObjectDescriptorFactory.createToManyCollectionProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected void
DataObjectDescriptorFactory.createToManyListProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected void
DataObjectDescriptorFactory.createToManyMapProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected void
DataObjectDescriptorFactory.createToManySetProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected void
DataObjectDescriptorFactory.createToOneProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) -
Uses of PersistentDescriptor in org.apache.cayenne.reflect.valueholder
Modifier and TypeMethodDescriptionprotected void
ValueHolderDescriptorFactory.createToManyCollectionProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected void
ValueHolderDescriptorFactory.createToManyListProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected void
ValueHolderDescriptorFactory.createToManyMapProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected void
ValueHolderDescriptorFactory.createToManySetProperty
(PersistentDescriptor descriptor, ObjRelationship relationship) protected void
ValueHolderDescriptorFactory.createToOneProperty
(PersistentDescriptor descriptor, ObjRelationship relationship)