Uses of Interface
org.keycloak.models.map.storage.jpa.JpaRootEntity
- 
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpaClasses in org.keycloak.models.map.storage.jpa with type parameters of type JpaRootEntity Modifier and Type Class Description classJpaDelegateProvider<T extends JpaRootEntity & AbstractEntity>Base class for all delegate providers for the JPA storage.classJpaMapStorage<RE extends JpaRootEntity,E extends AbstractEntity,M>Subinterfaces of JpaRootEntity in org.keycloak.models.map.storage.jpa Modifier and Type Interface Description interfaceJpaRootVersionedEntityInterface for all root entities which implements optimistic locking.Methods in org.keycloak.models.map.storage.jpa with parameters of type JpaRootEntity Modifier and Type Method Description protected abstract voidJpaMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.permissionMethods in org.keycloak.models.map.storage.jpa.authorization.permission with parameters of type JpaRootEntity Modifier and Type Method Description voidJpaPermissionMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.permission.entityClasses in org.keycloak.models.map.storage.jpa.authorization.permission.entity that implement JpaRootEntity Modifier and Type Class Description classJpaPermissionEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.policyMethods in org.keycloak.models.map.storage.jpa.authorization.policy with parameters of type JpaRootEntity Modifier and Type Method Description voidJpaPolicyMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.policy.entityClasses in org.keycloak.models.map.storage.jpa.authorization.policy.entity that implement JpaRootEntity Modifier and Type Class Description classJpaPolicyEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.resourceMethods in org.keycloak.models.map.storage.jpa.authorization.resource with parameters of type JpaRootEntity Modifier and Type Method Description voidJpaResourceMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.resource.entityClasses in org.keycloak.models.map.storage.jpa.authorization.resource.entity that implement JpaRootEntity Modifier and Type Class Description classJpaResourceEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServerMethods in org.keycloak.models.map.storage.jpa.authorization.resourceServer with parameters of type JpaRootEntity Modifier and Type Method Description voidJpaResourceServerMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entityClasses in org.keycloak.models.map.storage.jpa.authorization.resourceServer.entity that implement JpaRootEntity Modifier and Type Class Description classJpaResourceServerEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.scopeMethods in org.keycloak.models.map.storage.jpa.authorization.scope with parameters of type JpaRootEntity Modifier and Type Method Description voidJpaScopeMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authorization.scope.entityClasses in org.keycloak.models.map.storage.jpa.authorization.scope.entity that implement JpaRootEntity Modifier and Type Class Description classJpaScopeEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authSessionMethods in org.keycloak.models.map.storage.jpa.authSession with parameters of type JpaRootEntity Modifier and Type Method Description voidJpaRootAuthenticationSessionMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.authSession.entityClasses in org.keycloak.models.map.storage.jpa.authSession.entity that implement JpaRootEntity Modifier and Type Class Description classJpaAuthenticationSessionEntityEntity represents individual authentication session.classJpaRootAuthenticationSessionEntityEntity represents root authentication session.
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.clientMethods in org.keycloak.models.map.storage.jpa.client with parameters of type JpaRootEntity Modifier and Type Method Description voidJpaClientMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.client.entityClasses in org.keycloak.models.map.storage.jpa.client.entity that implement JpaRootEntity Modifier and Type Class Description classJpaClientEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.clientScopeMethods in org.keycloak.models.map.storage.jpa.clientScope with parameters of type JpaRootEntity Modifier and Type Method Description voidJpaClientScopeMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.clientScope.entityClasses in org.keycloak.models.map.storage.jpa.clientScope.entity that implement JpaRootEntity Modifier and Type Class Description classJpaClientScopeEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.event.adminMethods in org.keycloak.models.map.storage.jpa.event.admin with parameters of type JpaRootEntity Modifier and Type Method Description protected voidJpaAdminEventMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.event.admin.entityClasses in org.keycloak.models.map.storage.jpa.event.admin.entity that implement JpaRootEntity Modifier and Type Class Description classJpaAdminEventEntityJPAMapAdminEventEntityimplementation.
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.event.authMethods in org.keycloak.models.map.storage.jpa.event.auth with parameters of type JpaRootEntity Modifier and Type Method Description protected voidJpaAuthEventMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.event.auth.entityClasses in org.keycloak.models.map.storage.jpa.event.auth.entity that implement JpaRootEntity Modifier and Type Class Description classJpaAuthEventEntityJPAMapAuthEventEntityimplementation.
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.groupMethods in org.keycloak.models.map.storage.jpa.group with parameters of type JpaRootEntity Modifier and Type Method Description voidJpaGroupMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.group.entityClasses in org.keycloak.models.map.storage.jpa.group.entity that implement JpaRootEntity Modifier and Type Class Description classJpaGroupEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.lockMethods in org.keycloak.models.map.storage.jpa.lock with parameters of type JpaRootEntity Modifier and Type Method Description voidJpaLockMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.lock.entityClasses in org.keycloak.models.map.storage.jpa.lock.entity that implement JpaRootEntity Modifier and Type Class Description classJpaLockEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.loginFailureMethods in org.keycloak.models.map.storage.jpa.loginFailure with parameters of type JpaRootEntity Modifier and Type Method Description voidJpaUserLoginFailureMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.loginFailure.entityClasses in org.keycloak.models.map.storage.jpa.loginFailure.entity that implement JpaRootEntity Modifier and Type Class Description classJpaUserLoginFailureEntityJPAMapUserLoginFailureEntityimplementation.
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.realmMethods in org.keycloak.models.map.storage.jpa.realm with parameters of type JpaRootEntity Modifier and Type Method Description protected voidJpaRealmMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.realm.entityClasses in org.keycloak.models.map.storage.jpa.realm.entity that implement JpaRootEntity Modifier and Type Class Description classJpaComponentEntityJPAMapComponentEntityimplementation.classJpaRealmEntityJPAMapRealmEntityimplementation.
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.roleMethods in org.keycloak.models.map.storage.jpa.role with parameters of type JpaRootEntity Modifier and Type Method Description voidJpaRoleMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.role.entityClasses in org.keycloak.models.map.storage.jpa.role.entity that implement JpaRootEntity Modifier and Type Class Description classJpaRoleEntityThere are some fields marked by@Column(insertable = false, updatable = false).
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.singleUseObjectMethods in org.keycloak.models.map.storage.jpa.singleUseObject with parameters of type JpaRootEntity Modifier and Type Method Description protected voidJpaSingleUseObjectMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.singleUseObject.entityClasses in org.keycloak.models.map.storage.jpa.singleUseObject.entity that implement JpaRootEntity Modifier and Type Class Description classJpaSingleUseObjectEntityJPAMapSingleUseObjectEntityimplementation.
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.userMethods in org.keycloak.models.map.storage.jpa.user with parameters of type JpaRootEntity Modifier and Type Method Description protected voidJpaUserMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.user.entityClasses in org.keycloak.models.map.storage.jpa.user.entity that implement JpaRootEntity Modifier and Type Class Description classJpaUserConsentEntityJPAMapUserConsentEntityimplementation.classJpaUserEntityJPAMapUserEntityimplementation.classJpaUserFederatedIdentityEntityJPAMapUserFederatedIdentityEntityimplementation.
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.userSessionMethods in org.keycloak.models.map.storage.jpa.userSession with parameters of type JpaRootEntity Modifier and Type Method Description protected voidJpaUserSessionMapStorage. setEntityVersion(JpaRootEntity entity)
- 
Uses of JpaRootEntity in org.keycloak.models.map.storage.jpa.userSession.entityClasses in org.keycloak.models.map.storage.jpa.userSession.entity that implement JpaRootEntity Modifier and Type Class Description classJpaClientSessionEntityEntity represents authenticated client session.classJpaUserSessionEntityThere are some fields marked by@Column(insertable = false, updatable = false).
 
-