Package org.keycloak.models.map.storage.jpa.role.entity
-
Class Summary Class Description JpaRoleAttributeEntity JpaRoleCompositeEntity This is a child table ofJpaRoleEntity
that is managed via named queries to avoid loading all its contents via aOneToMany
relation.JpaRoleCompositeEntityKey The composite primary key representation forJpaRoleCompositeEntity
.JpaRoleEntity There are some fields marked by@Column(insertable = false, updatable = false)
.JpaRoleMetadata