| Package | Description | 
|---|---|
| org.apache.cayenne.reflect | |
| org.apache.cayenne.reflect.generic | |
| org.apache.cayenne.reflect.valueholder | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PersistentDescriptor | PersistentDescriptorFactory. createDescriptor() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected 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. 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PersistentDescriptor | DataObjectDescriptorFactory. createDescriptor() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected 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) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.