Uses of Class
org.keycloak.models.map.storage.jpa.singleUseObject.entity.JpaSingleUseObjectEntity
-
Packages that use JpaSingleUseObjectEntity Package Description org.keycloak.models.map.storage.jpa.singleUseObject org.keycloak.models.map.storage.jpa.singleUseObject.entity -
-
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 JpaSingleUseObjectEntity Modifier and Type Method Description protected javax.persistence.criteria.Selection<? extends JpaSingleUseObjectEntity>JpaSingleUseObjectMapKeycloakTransaction. selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaSingleUseObjectEntity> root)Methods in org.keycloak.models.map.storage.jpa.singleUseObject with parameters of type JpaSingleUseObjectEntity Modifier and Type Method Description protected MapSingleUseObjectEntityJpaSingleUseObjectMapKeycloakTransaction. mapToEntityDelegate(JpaSingleUseObjectEntity original)Method parameters in org.keycloak.models.map.storage.jpa.singleUseObject with type arguments of type JpaSingleUseObjectEntity Modifier and Type Method Description protected javax.persistence.criteria.Selection<? extends JpaSingleUseObjectEntity>JpaSingleUseObjectMapKeycloakTransaction. selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaSingleUseObjectEntity> root)Constructor parameters in org.keycloak.models.map.storage.jpa.singleUseObject with type arguments of type JpaSingleUseObjectEntity Constructor Description JpaSingleUseObjectModelCriteriaBuilder(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 JpaSingleUseObjectEntity Constructor Description JpaSingleUseObjectNoteEntity(JpaSingleUseObjectEntity root, String name, String value)
-