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 SummaryAll 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- 
getParentR getParent() Parent entity that should get its optimistic locking version updated upon changes in the child
 
- 
 
-