Class JpaAttributeEntity<E>
java.lang.Object
org.keycloak.models.map.storage.jpa.JpaAttributeEntity<E>
- All Implemented Interfaces:
Serializable,JpaChildEntity<E>
- Direct Known Subclasses:
JpaAttributeEntityWithHashValue,JpaClientSessionNoteEntity,JpaPolicyConfigEntity,JpaResourceAttributeEntity,JpaSingleUseObjectNoteEntity,JpaUserSessionNoteEntity
@MappedSuperclass
public abstract class JpaAttributeEntity<E>
extends Object
implements JpaChildEntity<E>
Interface for jpa child entities which are in form of attributes. In other words
it contains name and value.
- See Also:
-
Constructor Details
-
JpaAttributeEntity
public JpaAttributeEntity() -
JpaAttributeEntity
-
-
Method Details
-
getId
-
getName
-
setName
-
getValue
-
setValue
-
getParent
Description copied from interface:JpaChildEntityParent entity that should get its optimistic locking version updated upon changes in the child- Specified by:
getParentin interfaceJpaChildEntity<E>
-
setParent
-
hashCode
public int hashCode() -
equals
-