Uses of Package
org.tentackle.model
-
Packages that use org.tentackle.model Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation.org.tentackle.model.migrate Database migration support.org.tentackle.model.parse Model parsing.org.tentackle.model.print Model pretty printing. -
Classes in org.tentackle.model used by org.tentackle.model Class Description AccessScope Access scope.Attribute An attribute.AttributeOptions Options for attributes.AttributeSorting Describes the sorting of an attribute.CodeFactory Factory for code snippets used by generators such as wurblets.CommonOptions Options common for attributes and entities.DataType The data type.DataType.SqlTypeWithPostfix Pair of SqlType and its name postfix.Entity The entity.EntityAliases Holds aliases for entities.
Allows mapping of names used in relations or inheritance to map to entity names, for example, to simplify refactoring.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.InheritanceType The kind of inheritance.Integrity The referential integrity mode.MethodArgument Argument to use in select- and delete-methods.Model Model singleton.ModelDefaults Defaults for model parsing.ModelElement Element as part of the model.ModelError Describes a model error.ModelException Model parsing exception.Relation A relation to an entity.RelationType The relation type.SelectionType The selection type.SortType Attribute sorting.SourceInfo Information about the source.TrackType Object tracking type. -
Classes in org.tentackle.model used by org.tentackle.model.impl Class Description AccessScope Access scope.Attribute An attribute.AttributeOptions Options for attributes.AttributeSorting Describes the sorting of an attribute.CommonOptions Options common for attributes and entities.DataType The data type.Entity The entity.EntityAliases Holds aliases for entities.
Allows mapping of names used in relations or inheritance to map to entity names, for example, to simplify refactoring.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.InheritanceType The kind of inheritance.Integrity The referential integrity mode.MethodArgument Argument to use in select- and delete-methods.Model Model singleton.ModelDefaults Defaults for model parsing.ModelElement Element as part of the model.ModelError Describes a model error.ModelException Model parsing exception.Relation A relation to an entity.RelationType The relation type.SelectionType The selection type.SourceInfo Information about the source.TrackType Object tracking type. -
Classes in org.tentackle.model used by org.tentackle.model.migrate Class Description Attribute An attribute.Entity The entity.ForeignKey Foreign key for referential integrity.Index Describes a database index.ModelException Model parsing exception. -
Classes in org.tentackle.model used by org.tentackle.model.parse Class Description ModelException Model parsing exception.SourceInfo Information about the source. -
Classes in org.tentackle.model used by org.tentackle.model.print Class Description Attribute An attribute.Entity The entity.Index Describes a database index.ModelDefaults Defaults for model parsing.Relation A relation to an entity.