Class JpaRealmAttributeEntity

All Implemented Interfaces:
Serializable, JpaChildEntity<JpaRealmEntity>

@Entity public class JpaRealmAttributeEntity extends JpaAttributeEntityWithHashValue<JpaRealmEntity>
JPA implementation for realm attributes. This entity represents a realm attribute and has a many-to-one relationship with the realm entity.
Author:
Stefan Guilhen
See Also:
  • Constructor Details

    • JpaRealmAttributeEntity

      public JpaRealmAttributeEntity()
    • JpaRealmAttributeEntity

      public JpaRealmAttributeEntity(JpaRealmEntity root, String name, String value)