Uses of Interface
org.keycloak.models.map.storage.jpa.JpaRootEntity
Package
Description
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa
Modifier and TypeClassDescriptionclass
JpaDelegateProvider<T extends JpaRootEntity & AbstractEntity>
Base class for all delegate providers for the JPA storage.class
JpaMapStorage<RE extends JpaRootEntity,
E extends AbstractEntity, M> Modifier and TypeInterfaceDescriptioninterface
Interface for all root entities which implements optimistic locking.Modifier and TypeMethodDescriptionprotected abstract void
JpaMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.permission
Modifier and TypeMethodDescriptionvoid
JpaPermissionMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.permission.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.policy
Modifier and TypeMethodDescriptionvoid
JpaPolicyMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.policy.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.resource
Modifier and TypeMethodDescriptionvoid
JpaResourceMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.resource.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer
Modifier and TypeMethodDescriptionvoid
JpaResourceServerMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.scope
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.scope.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authSession
Modifier and TypeMethodDescriptionvoid
JpaRootAuthenticationSessionMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authSession.entity
Modifier and TypeClassDescriptionclass
Entity represents individual authentication session.class
Entity represents root authentication session. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.client
Modifier and TypeMethodDescriptionvoid
JpaClientMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.client.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.clientScope
Modifier and TypeMethodDescriptionvoid
JpaClientScopeMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.clientScope.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.event.admin
Modifier and TypeMethodDescriptionprotected void
JpaAdminEventMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.event.admin.entity
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.event.auth
Modifier and TypeMethodDescriptionprotected void
JpaAuthEventMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.event.auth.entity
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.group
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.group.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.lock
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.lock.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.loginFailure
Modifier and TypeMethodDescriptionvoid
JpaUserLoginFailureMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.loginFailure.entity
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.realm
Modifier and TypeMethodDescriptionprotected void
JpaRealmMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.realm.entity
Modifier and TypeClassDescriptionclass
JPAMapComponentEntity
implementation.class
JPAMapRealmEntity
implementation. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.role
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.role.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.singleUseObject
Modifier and TypeMethodDescriptionprotected void
JpaSingleUseObjectMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.singleUseObject.entity
-
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.user
Modifier and TypeMethodDescriptionprotected void
JpaUserMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.user.entity
Modifier and TypeClassDescriptionclass
JPAMapUserConsentEntity
implementation.class
JPAMapUserEntity
implementation.class
JPAMapUserFederatedIdentityEntity
implementation. -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.userSession
Modifier and TypeMethodDescriptionprotected void
JpaUserSessionMapStorage.setEntityVersion
(JpaRootEntity entity) -
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.userSession.entity
Modifier and TypeClassDescriptionclass
Entity represents authenticated client session.class
There are some fields marked by@Column(insertable = false, updatable = false)
.