Uses of Class
org.eclipse.persistence.internal.jpa.metadata.cache.CacheIndexMetadata
-
Packages that use CacheIndexMetadata Package Description org.eclipse.persistence.internal.jpa.metadata.accessors.classes org.eclipse.persistence.internal.jpa.metadata.accessors.mappings -
-
Uses of CacheIndexMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return types with arguments of type CacheIndexMetadata Modifier and Type Method Description List<CacheIndexMetadata>MappedSuperclassAccessor. getCacheIndexes()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type CacheIndexMetadata Modifier and Type Method Description voidMappedSuperclassAccessor. setCacheIndexes(List<CacheIndexMetadata> indexes)INTERNAL: Used for OX mapping. -
Uses of CacheIndexMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return CacheIndexMetadata Modifier and Type Method Description CacheIndexMetadataBasicAccessor. getCacheIndex()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type CacheIndexMetadata Modifier and Type Method Description voidBasicAccessor. setCacheIndex(CacheIndexMetadata index)INTERNAL: Used for OX mapping.
-