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