Uses of Class
org.javaWebGen.data.DAO

Packages that use DAO
org.javaWebGen.data   
org.javaWebGen.data.testCase   
org.javaWebGen.data.util   
org.javaWebGen.util   
org.javaWebGen.web   
 

Uses of DAO in org.javaWebGen.data
 

Subclasses of DAO in org.javaWebGen.data
 class GenericSequence
          used to find next unique value(sequence) of a primary key for a database using a special table called org_kev_index The table will use the following DDL
 class OracleSequence
          used to find next unique value(sequence) of a primary key for a oracle database @see GenericSequence This will someday use native ORACLE SEQUENCE TABLES
 class ReportDAO
          WARNING this class can be Dangerous.
 

Uses of DAO in org.javaWebGen.data.testCase
 

Subclasses of DAO in org.javaWebGen.data.testCase
 class TestDAO
           
 

Uses of DAO in org.javaWebGen.data.util
 

Subclasses of DAO in org.javaWebGen.data.util
 class GenerateCachedTable
           
 class GenerateDAO
          Generated DAO objects from the database config
 class GenerateDataBean
          Generated database aware JavaBean objects based on database config
 class GenerateLookup
           
 

Uses of DAO in org.javaWebGen.util
 

Subclasses of DAO in org.javaWebGen.util
 class CodeGenerator
          Base Code generator class that handles common functions among the code generators
 class GenerateController
          Generated Web Controller Objects from the database config creates a WebController and a implementation class.
 class GenerateModel
          create Models Generated Web Model Objects from the database config creates a WModel classr and a implemtation class The implemation class Will be overwriten!
 class GenerateTestCase
          Generated database aware JavaBean objects based on database config
 class GenerateView
          Generated view(JSP)s in this case from the database schema.
 

Uses of DAO in org.javaWebGen.web
 

Subclasses of DAO in org.javaWebGen.web
 class LoginDAO
          TEST class.
 



Copyright(C) 2003-2006 Kevin Scott - All Rights Reserved.