Uses of Class
de.espirit.or.SchemaException
Packages that use SchemaException
-
Uses of SchemaException in de.espirit.or.schema
Methods in de.espirit.or.schema that throw SchemaExceptionModifier and TypeMethodDescriptionEntityType.createComposedAttribute(String name, @NotNull EntityType targetType, ComposedAttribute.Relation type, @Nullable String opposedName) Create a composed attribute with the givenname.@NotNull EntityTypeSchema.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 givennameandtype.<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.