Uses of Class
de.mguennewig.pobjects.metadata.Module

Packages that use Module
de.mguennewig.pobjects The package de.mguennewig.pobjects provides an abstraction layer on top of a set of database tables by which table rows can be accessed transparently as Java objects. 
de.mguennewig.pobjects.demo The package de.mguennewig.pobjects.demo prodives a demo application to show the basic usage of the de.mguennewig.pobjects package. 
de.mguennewig.pobjects.metadata This package contains the metadata classes used by the PObject library. 
de.mguennewig.pobjimport The package de.mguennewig.pobjimport provides the classes for a tool named PObjImport which can be used to import and export data from a persistent object database in a database implementation independent way. 
de.mguennewig.pobjsearch This package contains the PObjSearch framework that is based on the PObjForm library. 
 

Uses of Module in de.mguennewig.pobjects
 

Methods in de.mguennewig.pobjects that return Module
static Module Globals.getModule()
           
 

Uses of Module in de.mguennewig.pobjects.demo
 

Methods in de.mguennewig.pobjects.demo that return Module
static Module Globals.getModule()
           
 

Uses of Module in de.mguennewig.pobjects.metadata
 

Methods in de.mguennewig.pobjects.metadata that return Module
 Module SqlEntity.getModule()
          Returns the module in which the SQL entity occurs.
 Module Sequence.getModule()
          Returns the module in which the SQL entity occurs.
 Module Declaration.getModule()
          Returns the module in which the declaration occurs.
 Module PObjDictionary.getModule(int idx)
          Returns the Module at index idx.
 Module PObjDictionary.getModule(java.lang.String name)
          Returns the Module with the specified name or null if such does not exist.
 Module PObjDictionary.getModuleForPackage(java.lang.String packageName)
          Returns the Module for the specified package name or null if such does not exist.
 

Methods in de.mguennewig.pobjects.metadata with parameters of type Module
 void TableExpr.setModule(Module module)
          Sets the owning module and resolves the type name.
 void SqlEntity.setModule(Module module)
          Sets the owning module of this SQL entity.
 void Sequence.setModule(Module module)
          Sets the owning module of this SQL entity.
 void SelectExpr.setModule(Module module)
          Sets the owning module and resolves the type name.
 void Declaration.setModule(Module module)
          Sets the owning module of this declaration.
 void CommandDecl.setModule(Module module)
          Sets the owning module of this declaration.
 void ClassDecl.setModule(Module module)
          Sets the owning module and resolves the type name.
 

Constructors in de.mguennewig.pobjects.metadata with parameters of type Module
PObjDictionary(Module[] modules, int normalizeName)
          Creates a new dictionary.
 

Uses of Module in de.mguennewig.pobjimport
 

Methods in de.mguennewig.pobjimport with parameters of type Module
static java.util.Set<ClassDecl> DependencySorter.sortByDependency(Module module, boolean failOnCircle)
          Returns a set of materliazed classes sorted by dependency (base first, subclasses later).
 void Exporter.writeFile(java.io.File file, Module module)
           
 void Exporter.writeStream(java.io.OutputStream stream, Module module)
           
 

Uses of Module in de.mguennewig.pobjsearch
 

Methods in de.mguennewig.pobjsearch that return Module
static Module Globals.getModule()