Uses of Class
org.keycloak.models.map.storage.jpa.singleUseObject.entity.JpaSingleUseObjectEntity
Packages that use JpaSingleUseObjectEntity
Package
Description
-
Uses of JpaSingleUseObjectEntity in org.keycloak.models.map.storage.jpa.singleUseObject
Methods in org.keycloak.models.map.storage.jpa.singleUseObject that return types with arguments of type JpaSingleUseObjectEntityModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.Selection<? extends JpaSingleUseObjectEntity>JpaSingleUseObjectMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaSingleUseObjectEntity> root) Methods in org.keycloak.models.map.storage.jpa.singleUseObject with parameters of type JpaSingleUseObjectEntityModifier and TypeMethodDescriptionprotected MapSingleUseObjectEntityJpaSingleUseObjectMapStorage.mapToEntityDelegate(JpaSingleUseObjectEntity original) Method parameters in org.keycloak.models.map.storage.jpa.singleUseObject with type arguments of type JpaSingleUseObjectEntityModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.Selection<? extends JpaSingleUseObjectEntity>JpaSingleUseObjectMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaSingleUseObjectEntity> root) Constructor parameters in org.keycloak.models.map.storage.jpa.singleUseObject with type arguments of type JpaSingleUseObjectEntityModifierConstructorDescriptionJpaSingleUseObjectModelCriteriaBuilder(JpaPredicateFunction<JpaSingleUseObjectEntity> predicateFunc) -
Uses of JpaSingleUseObjectEntity in org.keycloak.models.map.storage.jpa.singleUseObject.entity
Constructors in org.keycloak.models.map.storage.jpa.singleUseObject.entity with parameters of type JpaSingleUseObjectEntityModifierConstructorDescriptionJpaSingleUseObjectNoteEntity(JpaSingleUseObjectEntity root, String name, String value)