Uses of Interface
org.eclipse.persistence.jpa.config.CacheIndex
-
-
Uses of CacheIndex in org.eclipse.persistence.internal.jpa.config.cache
Classes in org.eclipse.persistence.internal.jpa.config.cache that implement CacheIndex Modifier and Type Class Description classCacheIndexImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.cache that return CacheIndex Modifier and Type Method Description CacheIndexCacheIndexImpl. addColumnName(String columnName)CacheIndexCacheIndexImpl. setUpdateable(Boolean updateable) -
Uses of CacheIndex in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return CacheIndex Modifier and Type Method Description CacheIndexAbstractMappedClassImpl. addCacheIndex() -
Uses of CacheIndex in org.eclipse.persistence.internal.jpa.config.mappings
Methods in org.eclipse.persistence.internal.jpa.config.mappings that return CacheIndex Modifier and Type Method Description CacheIndexAbstractBasicMappingImpl. setCacheIndex() -
Uses of CacheIndex in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return CacheIndex Modifier and Type Method Description CacheIndexEntity. addCacheIndex()CacheIndexMappedSuperclass. addCacheIndex()CacheIndexCacheIndex. addColumnName(String columnName)CacheIndexBasic. setCacheIndex()CacheIndexId. setCacheIndex()CacheIndexCacheIndex. setUpdateable(Boolean updateable)
-