Package | Description |
---|---|
de.espirit.firstspirit.access.store.templatestore | |
de.espirit.or.schema |
Modifier and Type | Method and Description |
---|---|
Attribute<?> |
TableTemplate.Mapping.getDBAttribute(String langAbbreviation)
Provides the database attribute bound to this mapping for the given language.
|
Attribute<?> |
TableTemplate.Mapping.getDBAttribute(String langAbbreviation,
EntityType entityType)
Provides the database attribute bound to this mapping for the given language wrt. the named entity type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComposedAttribute<T>
Definition of a foreign key based attribute.
|
Modifier and Type | Method and Description |
---|---|
Attribute<?> |
EntityType.getAttribute(String name)
Return the attribute with the given
name . |
<T> Attribute<T> |
EntityType.getAttribute(String name,
Class<T> type)
Provides the attribute with the given name if it is of the requested type.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Attribute<?>> |
EntityType.getAttributes()
Return all declared attributes by this entity type.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
Entity.getValue(Attribute<T> attribute)
Return the value of the given attribute or
null . |
<T> void |
Entity.setValue(Attribute<T> attribute,
T value)
Set the value of the attribute
attribute to value . |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210