Uses of Class
de.espirit.or.SchemaException
-
Uses of SchemaException in de.espirit.or.schema
Modifier and TypeMethodDescriptionEntityType.createComposedAttribute
(String name, @NotNull EntityType targetType, ComposedAttribute.Relation type, @Nullable String opposedName) Create a composed attribute with the givenname
.@NotNull EntityType
Schema.createEntityType
(String name) Create a new entity type with the givenname
<T> SimpleAttribute<T>
EntityType.createSimpleAttribute
(@NotNull String name, @NotNull Class<T> type) Create a simple attribute with the givenname
andtype
.<T> @Nullable Attribute<T>
EntityType.getAttribute
(@NotNull String name, @NotNull Class<T> type) Provides the attribute with the given name if it is of the requested type.