Package | Description |
---|---|
org.keycloak.connections.mongo.impl | |
org.keycloak.models.utils.reflection |
Modifier and Type | Method and Description |
---|---|
Property<Object> |
EntityInfo.getPropertyByName(String propertyName) |
Modifier and Type | Method and Description |
---|---|
Collection<Property<Object>> |
EntityInfo.getProperties() |
Constructor and Description |
---|
EntityInfo(Class<?> entityClass,
String dbCollectionName,
Map<String,Property<Object>> properties) |
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 © 2014. All Rights Reserved.