Uses of Class
org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
-
-
Uses of ObjectAccessor in org.eclipse.persistence.internal.jpa.config.mappings
Classes in org.eclipse.persistence.internal.jpa.config.mappings with type parameters of type ObjectAccessor Modifier and Type Class Description classAbstractObjectMappingImpl<T extends ObjectAccessor,R>JPA scripting API implementation. -
Uses of ObjectAccessor in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata that return types with arguments of type ObjectAccessor Modifier and Type Method Description List<ObjectAccessor>MetadataDescriptor. getDerivedIdAccessors()INTERNAL: -
Uses of ObjectAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Subclasses of ObjectAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings Modifier and Type Class Description classManyToOneAccessorINTERNAL: A many to one relationship accessor.classOneToOneAccessorA one to one relationship accessor.classVariableOneToOneAccessorINTERNAL: A variable one to one relationship accessor.
-