Module org.eclipse.persistence.core
Interface PersistenceEntity
-
- All Known Implementing Classes:
DynamicEntityImpl
public interface PersistenceEntityDefine an interface for utility methods weaved into the persistence classes. These general methods are used to optimize performance, such as caching the key in the object. It can be disabled through the "weaving.internal" option.- Since:
- 10.1.3
- Author:
- mmacivor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheKey_persistence_getCacheKey()Object_persistence_getId()void_persistence_setCacheKey(CacheKey cacheKey)void_persistence_setId(Object primaryKey)
-