Uses of Interface
org.tranql.ddl.DDLGenerator.GenerationStrategy

Packages that use DDLGenerator.GenerationStrategy
org.tranql.ddl   
 

Uses of DDLGenerator.GenerationStrategy in org.tranql.ddl
 

Classes in org.tranql.ddl that implement DDLGenerator.GenerationStrategy
static class DDLGenerator.AbstractStrategy
           
static class DDLGenerator.CreateConstraintStrategy
           
static class DDLGenerator.CreateStrategy
           
static class DDLGenerator.DropStrategy
           
static class DDLGenerator.SequenceStrategy
           
 

Methods in org.tranql.ddl with parameters of type DDLGenerator.GenerationStrategy
 void DDLGenerator.generate(DDLGenerator.GenerationStrategy strategy)
           
 

Constructors in org.tranql.ddl with parameters of type DDLGenerator.GenerationStrategy
DDLGenerator.SequenceStrategy(DDLGenerator.GenerationStrategy[] strategies, DDLGenerator.ExecutionStrategy strategy)
           
 



Copyright © -2006 The Codehaus. All Rights Reserved.