Uses of Class
org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
-
Packages that use InheritanceMetadata Package Description org.eclipse.persistence.internal.jpa.metadata.accessors.classes -
-
Uses of InheritanceMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return InheritanceMetadata Modifier and Type Method Description InheritanceMetadataEntityAccessor. getInheritance()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type InheritanceMetadata Modifier and Type Method Description voidEntityAccessor. setInheritance(InheritanceMetadata inheritance)INTERNAL: Used for OX mapping.
-