Interface PersistenceEntity

All Known Implementing Classes:
DynamicEntityImpl, XRDynamicEntity, XRDynamicEntity_CollectionWrapper

public interface PersistenceEntity
Define 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
  • Method Details

    • _persistence_getId

      Object _persistence_getId()
    • _persistence_setId

      void _persistence_setId(Object primaryKey)
    • _persistence_getCacheKey

      CacheKey _persistence_getCacheKey()
    • _persistence_setCacheKey

      void _persistence_setCacheKey(CacheKey cacheKey)