|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyValue | |
---|---|
de.espirit.firstspirit.access.editor.value | |
de.espirit.or | |
de.espirit.or.schema |
Uses of KeyValue in de.espirit.firstspirit.access.editor.value |
---|
Methods in de.espirit.firstspirit.access.editor.value that return KeyValue | |
---|---|
KeyValue |
DatasetContainer.getKey()
The key value of the entity. |
Uses of KeyValue in de.espirit.or |
---|
Methods in de.espirit.or that return types with arguments of type KeyValue | |
---|---|
List<KeyValue> |
Session.fetchKeys(Select select)
Return a list of key values of all entities which fullfill the criterion defined by select . |
Set<KeyValue> |
Session.getReleasedDeleted(String entityTypeName)
Get the key values of all entities of the given entity type which are deleted but still released. |
Methods in de.espirit.or with parameters of type KeyValue | |
---|---|
Entity |
Session.find(KeyValue keyValue)
Return the entity with the given keyValue . |
Entity |
Session.findNotNull(KeyValue keyValue)
Returns an entity with the given keyValue even if it doesn't exist. |
List<Entity> |
Session.getHistory(KeyValue keyValue)
Return the history of the entity with the given keyValue . |
List<Entity> |
Session.getInvalidEntities(KeyValue keyValue)
Return a list of invalid entities of the given keyValue .. |
Uses of KeyValue in de.espirit.or.schema |
---|
Methods in de.espirit.or.schema that return KeyValue | |
---|---|
static KeyValue |
KeyValue.createKeyValue(de.espirit.or.schema.Schema schema,
de.espirit.or.schema.Identifier identifier)
|
KeyValue |
Entity.getKeyValue()
Return the business key of this entity. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |