org.tranql.ddl
Class DDLGenerator.CreateStrategy

java.lang.Object
  extended by org.tranql.ddl.DDLGenerator.AbstractStrategy
      extended by org.tranql.ddl.DDLGenerator.CreateStrategy
All Implemented Interfaces:
DDLGenerator.GenerationStrategy
Enclosing class:
DDLGenerator

public static final class DDLGenerator.CreateStrategy
extends DDLGenerator.AbstractStrategy


Constructor Summary
DDLGenerator.CreateStrategy(DDLGenerator.ExecutionStrategy strategy)
           
 
Method Summary
 void addDDLs(DDLBuilder builder, java.lang.String entity, java.util.List ddls)
           
 
Methods inherited from class org.tranql.ddl.DDLGenerator.AbstractStrategy
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLGenerator.CreateStrategy

public DDLGenerator.CreateStrategy(DDLGenerator.ExecutionStrategy strategy)
Method Detail

addDDLs

public void addDDLs(DDLBuilder builder,
                    java.lang.String entity,
                    java.util.List ddls)


Copyright © -2010 The Codehaus. All Rights Reserved.