Uses of Class
org.eclipse.persistence.internal.jpa.metadata.partitioning.PartitioningMetadata
-
Packages that use PartitioningMetadata Package Description org.eclipse.persistence.internal.jpa.metadata.accessors org.eclipse.persistence.internal.jpa.metadata.xml -
-
Uses of PartitioningMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors that return PartitioningMetadata Modifier and Type Method Description PartitioningMetadataMetadataAccessor. getPartitioning()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors with parameters of type PartitioningMetadata Modifier and Type Method Description voidMetadataAccessor. setPartitioning(PartitioningMetadata partitioning)INTERNAL: Used for OX mapping. -
Uses of PartitioningMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return types with arguments of type PartitioningMetadata Modifier and Type Method Description List<PartitioningMetadata>XMLEntityMappings. getPartitioning()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type PartitioningMetadata Modifier and Type Method Description voidXMLEntityMappings. setPartitioning(List<PartitioningMetadata> partitioning)INTERNAL: Used for OX mapping.
-