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