Uses of Interface
org.keycloak.models.map.storage.jpa.JpaRootVersionedEntity
- 
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authorization.permission.entityClasses in org.keycloak.models.map.storage.jpa.authorization.permission.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaPermissionEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authorization.policy.entityClasses in org.keycloak.models.map.storage.jpa.authorization.policy.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaPolicyEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authorization.resource.entityClasses in org.keycloak.models.map.storage.jpa.authorization.resource.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaResourceEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entityClasses in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaResourceServerEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authorization.scope.entityClasses in org.keycloak.models.map.storage.jpa.authorization.scope.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaScopeEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.authSession.entityClasses in org.keycloak.models.map.storage.jpa.authSession.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaAuthenticationSessionEntityEntity represents individual authentication session.classJpaRootAuthenticationSessionEntityEntity represents root authentication session.
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.client.entityClasses in org.keycloak.models.map.storage.jpa.client.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaClientEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.clientScope.entityClasses in org.keycloak.models.map.storage.jpa.clientScope.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaClientScopeEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.event.admin.entityClasses in org.keycloak.models.map.storage.jpa.event.admin.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaAdminEventEntityJPAMapAdminEventEntityimplementation.
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.event.auth.entityClasses in org.keycloak.models.map.storage.jpa.event.auth.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaAuthEventEntityJPAMapAuthEventEntityimplementation.
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.group.entityClasses in org.keycloak.models.map.storage.jpa.group.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaGroupEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.lock.entityClasses in org.keycloak.models.map.storage.jpa.lock.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaLockEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.loginFailure.entityClasses in org.keycloak.models.map.storage.jpa.loginFailure.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaUserLoginFailureEntityJPAMapUserLoginFailureEntityimplementation.
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.realm.entityClasses in org.keycloak.models.map.storage.jpa.realm.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaComponentEntityJPAMapComponentEntityimplementation.classJpaRealmEntityJPAMapRealmEntityimplementation.
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.role.entityClasses in org.keycloak.models.map.storage.jpa.role.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaRoleEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.singleUseObject.entityClasses in org.keycloak.models.map.storage.jpa.singleUseObject.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaSingleUseObjectEntityJPAMapSingleUseObjectEntityimplementation.
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.user.entityClasses in org.keycloak.models.map.storage.jpa.user.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaUserEntityJPAMapUserEntityimplementation.
- 
Uses of JpaRootVersionedEntity in org.keycloak.models.map.storage.jpa.userSession.entityClasses in org.keycloak.models.map.storage.jpa.userSession.entity that implement JpaRootVersionedEntity Modifier and Type Class Description classJpaClientSessionEntityEntity represents authenticated client session.classJpaUserSessionEntityThere are some fields marked by@Column(insertable = false, updatable = false).
 
-