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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RgetParent()Parent entity that should get its optimistic locking version updated upon changes in the child
-
-
-
Method Detail
-
getParent
R getParent()
Parent entity that should get its optimistic locking version updated upon changes in the child
-
-