Class JpaRootAuthenticationSessionEntity

All Implemented Interfaces:
Serializable, MapRootAuthenticationSessionEntity, AbstractEntity, ExpirableEntity, UpdatableEntity, JpaRootEntity, JpaRootVersionedEntity

@Entity public class JpaRootAuthenticationSessionEntity extends MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity implements JpaRootVersionedEntity
Entity represents root authentication session. There are some fields marked by @Column(insertable = false, updatable = false). Those fields are automatically generated by database from json field, therefore marked as non-insertable and non-updatable to instruct hibernate.
See Also: