Package org.tentackle.wurblet
Tentackle wurblet support.
-
Interface Summary Interface Description CodeGenerator<T> Code generator for nested structures.WurbletArgumentOperand An operand within aWurbletArgumentExpression. -
Class Summary Class Description AnnotationOption Maps the annotation string of the model.
Implements the modifiers as described inAttributeOptions.getAnnotations().AttributeNames (@wurblet) Generate code to define the attribute- and relation-names of an entity.ColumnLengths (@wurblet) Generate code to define the column lengths.ColumnNames (@wurblet) Generate code to define the database column names.ComponentInfo Describes the join to a component's attribute.DomainMethods (@wurblet) Generate domain method definitions.DTO (@wurblet) DTO creates code for a data transfer object.DTOWurblet Base class for the@DTO-wurblet.Include (@wurblet) Includes another file.IncludeWurblet Base class for the@Include-wurblet.Inject (@wurblet) Injects code from the argument list.Join Load join.JoinPath Path ofJoins.JoinPathFactory Factory for relation paths.Methods (@wurblet) Generate getter and setter definitions of an entity.ModelComment (@wurblet) Generate a comment to document the relations and usage of the entity.ModelCommentSupport Support methods for model comment.ModelWurblet ExtendedAbstractJavaWurbletproviding basic functionality for the persistent object model.Relations (@wurblet) Generate relation method definitions of an entity.TentackleWurbletsModel Extended model aware of heap-files and global loading exception.UniqueDomainKey (@wurblet) Generate unique domain key class for an entity.WurbletArgument A wurblet argument.WurbletArgumentExpression An expression of wurblet arguments or other expressions.WurbletArgumentParser Parses the wurblet arguments.
The parser analyzes all regular wurblet arguments, i.e. -
Enum Summary Enum Description WurbletArgumentOperator Logical operator forWurbletArgumentExpression.WurbletArgumentType The type of aWurbletArgument.