Uses of Class
org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.IdAccessor
-
-
Uses of IdAccessor in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata that return types with arguments of type IdAccessor Modifier and Type Method Description Map<String,IdAccessor>MetadataDescriptor. getIdAccessors()INTERNAL: -
Uses of IdAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return types with arguments of type IdAccessor Modifier and Type Method Description List<IdAccessor>XMLAttributes. getIds()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type IdAccessor Modifier and Type Method Description voidXMLAttributes. setIds(List<IdAccessor> ids)INTERNAL: Used for OX mapping. -
Uses of IdAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Subclasses of IdAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings Modifier and Type Class Description classMultitenantIdAccessorA multitenant id accessor.
-