Uses of Class
org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
-
-
Uses of PropertyMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type PropertyMetadata Modifier and Type Method Description voidMetadataDescriptor. addProperty(PropertyMetadata property)INTERNAL: Add a property to the descriptor. -
Uses of PropertyMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors that return types with arguments of type PropertyMetadata Modifier and Type Method Description List<PropertyMetadata>MetadataAccessor. getProperties()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors with type arguments of type PropertyMetadata Modifier and Type Method Description voidMetadataAccessor. setProperties(List<PropertyMetadata> properties)INTERNAL: Used for OX mapping. -
Uses of PropertyMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type PropertyMetadata Modifier and Type Method Description protected voidMappingAccessor. processProperty(DatabaseMapping mapping, PropertyMetadata property)INTERNAL: Adds properties to the mapping.
-