Uses of Interface
org.eclipse.persistence.jpa.config.Partitioning
-
-
Uses of Partitioning in org.eclipse.persistence.internal.jpa.config
Methods in org.eclipse.persistence.internal.jpa.config that return Partitioning Modifier and Type Method Description PartitioningAbstractAccessorImpl. setPartitioning() -
Uses of Partitioning in org.eclipse.persistence.internal.jpa.config.partitioning
Classes in org.eclipse.persistence.internal.jpa.config.partitioning that implement Partitioning Modifier and Type Class Description classPartitioningImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.partitioning that return Partitioning Modifier and Type Method Description PartitioningPartitioningImpl. setClass(String className)PartitioningPartitioningImpl. setName(String name) -
Uses of Partitioning in org.eclipse.persistence.internal.jpa.config.xml
Methods in org.eclipse.persistence.internal.jpa.config.xml that return Partitioning Modifier and Type Method Description PartitioningMappingsImpl. addPartitioning() -
Uses of Partitioning in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return Partitioning Modifier and Type Method Description PartitioningMappings. addPartitioning()PartitioningPartitioning. setClass(String className)PartitioningPartitioning. setName(String name)PartitioningElementCollection. setPartitioning()PartitioningEntity. setPartitioning()PartitioningManyToMany. setPartitioning()PartitioningManyToOne. setPartitioning()PartitioningMappedSuperclass. setPartitioning()PartitioningOneToMany. setPartitioning()PartitioningOneToOne. setPartitioning()PartitioningVariableOneToOne. setPartitioning()
-