All Classes
-
Class Summary Class Description AssertRemote (@wurblet) Asserts that remote delegates exist and generates them if missing.ClassVariables (@wurblet) Generates the code to setup the class-variables for an entity.DbDeleteBy (@wurblet) Generate code to delete low-level persistent objects.DbIsReferencing (@wurblet) Generate code to check whether a low-level persistent object is referenced.DbModelWurblet Base class for persistence wurblets.DbSelectList (@wurblet) Generate code to select a list of low-level persistent objects.DbSelectUnique (@wurblet) Generate code to select a low-level persistent object.DbUpdateBy (@wurblet) Generate code to update low-level persistent objects.Declare (@wurblet) Generate code to declare the attributes of an entity.MethodsImpl (@wurblet) Generate getters, setters and other methods for an entity.PdoCache (@wurblet) Generate code for setting up a PdoCache for an entity.PdoDeleteBy (@wurblet) Generate code to delete entities.PdoIsReferencing (@wurblet) Generate code to check whether a low-level persistent object is referenced.PdoRelations (@wurblet) Generate code for related entities.PdoSelectList (@wurblet) Generate code to select a list of entities.PdoSelectUnique (@wurblet) Generate code to select an entity.PdoUpdateBy (@wurblet) Generate code to update entities.RemoteIncludes Handles generated .remote and .impl-code.RemoteMethod (@wurblet) Generates the remote delegate invocation code.RemoteMethodHelper Extracts the wurblet tags for a method from a classfile.