Uses of Interface
org.eclipse.persistence.internal.descriptors.PersistenceEntity
-
Packages that use PersistenceEntity Package Description org.eclipse.persistence.internal.descriptors org.eclipse.persistence.internal.dynamic -
-
Uses of PersistenceEntity in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors with parameters of type PersistenceEntity Modifier and Type Method Description voidObjectBuilder. updateCachedAttributes(PersistenceEntity persistenceEntity, CacheKey cacheKey, Object primaryKey)INTERNAL: Used to updated any attributes that may be cached on a woven entity -
Uses of PersistenceEntity in org.eclipse.persistence.internal.dynamic
Classes in org.eclipse.persistence.internal.dynamic that implement PersistenceEntity Modifier and Type Class Description classDynamicEntityImplThis abstract class is used to represent an entity which typically is not realized in Java code.
-