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