Uses of Interface
org.eclipse.persistence.jpa.config.ValuePartitioning
-
-
Uses of ValuePartitioning in org.eclipse.persistence.internal.jpa.config
Methods in org.eclipse.persistence.internal.jpa.config that return ValuePartitioning Modifier and Type Method Description ValuePartitioningAbstractAccessorImpl. setValuePartitioning() -
Uses of ValuePartitioning in org.eclipse.persistence.internal.jpa.config.partitioning
Classes in org.eclipse.persistence.internal.jpa.config.partitioning that implement ValuePartitioning Modifier and Type Class Description classValuePartitioningImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.partitioning that return ValuePartitioning Modifier and Type Method Description ValuePartitioningValuePartitioningImpl. setDefaultConnectionPool(String defaultConnectionPool)ValuePartitioningValuePartitioningImpl. setName(String name)ValuePartitioningValuePartitioningImpl. setPartitionValueType(String partitionValueType)ValuePartitioningValuePartitioningImpl. setUnionUnpartitionableQueries(Boolean unionUnpartitionableQueries) -
Uses of ValuePartitioning in org.eclipse.persistence.internal.jpa.config.xml
Methods in org.eclipse.persistence.internal.jpa.config.xml that return ValuePartitioning Modifier and Type Method Description ValuePartitioningMappingsImpl. addValuePartitioning() -
Uses of ValuePartitioning in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return ValuePartitioning Modifier and Type Method Description ValuePartitioningMappings. addValuePartitioning()ValuePartitioningValuePartitioning. setDefaultConnectionPool(String defaultConnectionPool)ValuePartitioningValuePartitioning. setName(String name)ValuePartitioningValuePartitioning. setPartitionValueType(String partitionValueType)ValuePartitioningValuePartitioning. setUnionUnpartitionableQueries(Boolean unionUnpartitionableQueries)ValuePartitioningElementCollection. setValuePartitioning()ValuePartitioningEntity. setValuePartitioning()ValuePartitioningManyToMany. setValuePartitioning()ValuePartitioningManyToOne. setValuePartitioning()ValuePartitioningMappedSuperclass. setValuePartitioning()ValuePartitioningOneToMany. setValuePartitioning()ValuePartitioningOneToOne. setValuePartitioning()ValuePartitioningVariableOneToOne. setValuePartitioning()
-