Package | Description |
---|---|
org.keycloak.models.utils.reflection |
Modifier and Type | Interface and Description |
---|---|
interface |
MethodProperty<V> |
Modifier and Type | Method and Description |
---|---|
Property<V> |
PropertyQuery.getFirstResult()
Get the first result from the query, causing the query to be run.
|
Property<V> |
PropertyQuery.getFirstWritableResult()
Get the first result from the query that is not marked as read only, causing the query to be run.
|
Property<V> |
PropertyQuery.getSingleResult()
Get a single result from the query, causing the query to be run.
|
Property<V> |
PropertyQuery.getWritableSingleResult()
Get a single result from the query that is not marked as read only, causing the query to be run.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Property<V>> |
PropertyQuery.getResultList()
Get the result from the query, causing the query to be run.
|
Map<String,Property<V>> |
PropertyQuery.getWritableResultList()
Get the non read only results from the query, causing the query to be run.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.