Uses of Interface
org.eclipse.persistence.jpa.config.PinnedPartitioning
-
-
Uses of PinnedPartitioning in org.eclipse.persistence.internal.jpa.config
Methods in org.eclipse.persistence.internal.jpa.config that return PinnedPartitioning Modifier and Type Method Description PinnedPartitioningAbstractAccessorImpl. setPinnedPartitioning() -
Uses of PinnedPartitioning in org.eclipse.persistence.internal.jpa.config.partitioning
Classes in org.eclipse.persistence.internal.jpa.config.partitioning that implement PinnedPartitioning Modifier and Type Class Description classPinnedPartitioningImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.partitioning that return PinnedPartitioning Modifier and Type Method Description PinnedPartitioningPinnedPartitioningImpl. setConnectionPool(String connectionPool)PinnedPartitioningPinnedPartitioningImpl. setName(String name) -
Uses of PinnedPartitioning in org.eclipse.persistence.internal.jpa.config.xml
Methods in org.eclipse.persistence.internal.jpa.config.xml that return PinnedPartitioning Modifier and Type Method Description PinnedPartitioningMappingsImpl. addPinnedPartitioning() -
Uses of PinnedPartitioning in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return PinnedPartitioning Modifier and Type Method Description PinnedPartitioningMappings. addPinnedPartitioning()PinnedPartitioningPinnedPartitioning. setConnectionPool(String connectionPool)PinnedPartitioningPinnedPartitioning. setName(String name)PinnedPartitioningElementCollection. setPinnedPartitioning()PinnedPartitioningEntity. setPinnedPartitioning()PinnedPartitioningManyToMany. setPinnedPartitioning()PinnedPartitioningManyToOne. setPinnedPartitioning()PinnedPartitioningMappedSuperclass. setPinnedPartitioning()PinnedPartitioningOneToMany. setPinnedPartitioning()PinnedPartitioningOneToOne. setPinnedPartitioning()PinnedPartitioningVariableOneToOne. setPinnedPartitioning()
-