|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
de.espirit.firstspirit.access.store.templatestore | |
de.espirit.or.schema |
Uses of Attribute in de.espirit.firstspirit.access.store.templatestore |
---|
Methods in de.espirit.firstspirit.access.store.templatestore that return Attribute | |
---|---|
Attribute<?> |
TableTemplate.Mapping.getDBAttribute(String langAbbreviation)
|
Attribute<?> |
TableTemplate.Mapping.getDBAttribute(String langAbbreviation,
EntityType entityType)
|
Uses of Attribute in de.espirit.or.schema |
---|
Subinterfaces of Attribute in de.espirit.or.schema | |
---|---|
interface |
ComposedAttribute<T>
|
Methods in de.espirit.or.schema that return Attribute | ||
---|---|---|
Attribute<?> |
EntityType.getAttribute(String name)
Return the attribute with the given name . |
|
|
EntityType.getAttribute(String name,
Class<T> type)
|
Methods in de.espirit.or.schema that return types with arguments of type Attribute | |
---|---|
Collection<? extends Attribute<?>> |
EntityType.getAttributes()
Return all declared attributes by this entity type. |
Methods in de.espirit.or.schema with parameters of type Attribute | ||
---|---|---|
|
Entity.getValue(Attribute<T> attribute)
Return the value of the given attribute or null . |
|
|
Entity.setValue(Attribute<T> attribute,
T value)
Set the value of the attribute attribute to value . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |