Uses of Interface
org.apache.cayenne.reflect.AttributeProperty
Packages that use AttributeProperty
Package
Description
Contains classes that make up Cayenne ORM stack.
-
Uses of AttributeProperty in org.apache.cayenne.access
Constructors in org.apache.cayenne.access with parameters of type AttributeProperty -
Uses of AttributeProperty in org.apache.cayenne.reflect
Classes in org.apache.cayenne.reflect that implement AttributePropertyModifier and TypeClassDescriptionclass
A descriptor of an "attribute" persistent property.Fields in org.apache.cayenne.reflect with type parameters of type AttributePropertyModifier and TypeFieldDescriptionprotected Collection
<AttributeProperty> PersistentDescriptor.idProperties
Methods in org.apache.cayenne.reflect that return types with arguments of type AttributePropertyModifier and TypeMethodDescriptionClassDescriptor.getIdProperties()
Returns a collection of the properties mapped to id columns.LazyClassDescriptorDecorator.getIdProperties()
PersistentDescriptor.getIdProperties()
Methods in org.apache.cayenne.reflect with parameters of type AttributePropertyModifier and TypeMethodDescriptionboolean
PropertyVisitor.visitAttribute
(AttributeProperty property)