Uses of Interface
org.keycloak.models.utils.reflection.Property
Packages that use Property
-
Uses of Property in org.keycloak.models.utils.reflection
Subinterfaces of Property in org.keycloak.models.utils.reflectionMethods in org.keycloak.models.utils.reflection that return PropertyModifier and TypeMethodDescriptionPropertyQuery.getFirstResult()Get the first result from the query, causing the query to be run.PropertyQuery.getFirstWritableResult()Get the first result from the query that is not marked as read only, causing the query to be run.PropertyQuery.getSingleResult()Get a single result from the query, causing the query to be run.PropertyQuery.getWritableSingleResult()Get a single result from the query that is not marked as read only, causing the query to be run.Methods in org.keycloak.models.utils.reflection that return types with arguments of type PropertyModifier and TypeMethodDescriptionPropertyQuery.getResultList()Get the result from the query, causing the query to be run.PropertyQuery.getWritableResultList()Get the non read only results from the query, causing the query to be run.