Module org.tentackle.model
Package org.tentackle.model
Entity model.
-
Interface Summary Interface Description Attribute An attribute.AttributeOptions Options for attributes.CommonOptions Options common for attributes and entities.Entity The entity.EntityFactory A factory for entity models.EntityOptions Global options for the whole entity.ForeignKey Foreign key for referential integrity.Index Describes a database index.IndexAttribute An attribute of an index.Model Model singleton.ModelElement Element as part of the model.Relation A relation to an entity. -
Class Summary Class Description AttributeSorting Describes the sorting of an attribute.CodeFactory Factory for code snippets used by generators such as wurblets.DataType.SqlTypeWithPostfix Pair of SqlType and its name postfix.EntityAliases Holds aliases for entities.
Allows mapping of names used in relations or inheritance to map to entity names, for example, to simplify refactoring.MethodArgument Argument to use in select- and delete-methods.ModelDefaults Defaults for model parsing.ModelError Describes a model error.SourceInfo Information about the source. -
Enum Summary Enum Description AccessScope Access scope.DataType The data type.InheritanceType The kind of inheritance.Integrity The referential integrity mode.RelationType The relation type.SelectionType The selection type.SortType Attribute sorting.TrackType Object tracking type. -
Exception Summary Exception Description ModelException Model parsing exception.