Interface JpaChildEntity<R>

All Superinterfaces:
Serializable
All Known Implementing Classes:
JpaAttributeEntity, JpaAttributeEntityWithHashValue, JpaAuthenticationSessionEntity, JpaAuthEventDetailEntity, JpaClientAttributeEntity, JpaClientScopeAttributeEntity, JpaClientSessionEntity, JpaClientSessionNoteEntity, JpaComponentEntity, JpaGroupAttributeEntity, JpaPolicyConfigEntity, JpaRealmAttributeEntity, JpaResourceAttributeEntity, JpaRoleAttributeEntity, JpaSingleUseObjectNoteEntity, JpaUserAttributeEntity, JpaUserConsentEntity, JpaUserFederatedIdentityEntity, JpaUserSessionNoteEntity

public interface JpaChildEntity<R> extends Serializable
Interface for all child entities for JPA map storage.
  • Method Summary

    Modifier and Type
    Method
    Description
    Parent entity that should get its optimistic locking version updated upon changes in the child
  • Method Details

    • getParent

      R getParent()
      Parent entity that should get its optimistic locking version updated upon changes in the child