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