org.tranql.ddl
Class DDLGenerator.DropStrategy

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

public static final class DDLGenerator.DropStrategy
extends DDLGenerator.AbstractStrategy


Constructor Summary
DDLGenerator.DropStrategy(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.DropStrategy

public DDLGenerator.DropStrategy(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.