Uses of Class
org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitionMetadata
-
Packages that use ValuePartitionMetadata Package Description org.eclipse.persistence.internal.jpa.metadata.partitioning -
-
Uses of ValuePartitionMetadata in org.eclipse.persistence.internal.jpa.metadata.partitioning
Fields in org.eclipse.persistence.internal.jpa.metadata.partitioning with type parameters of type ValuePartitionMetadata Modifier and Type Field Description protected List<ValuePartitionMetadata>ValuePartitioningMetadata. partitionsMethods in org.eclipse.persistence.internal.jpa.metadata.partitioning that return types with arguments of type ValuePartitionMetadata Modifier and Type Method Description List<ValuePartitionMetadata>ValuePartitioningMetadata. getPartitions()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.partitioning with type arguments of type ValuePartitionMetadata Modifier and Type Method Description voidValuePartitioningMetadata. setPartitions(List<ValuePartitionMetadata> partitions)INTERNAL: Used for OX mapping.
-