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