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