org.tranql.ddl
Class DDLGenerator.CreateConstraintStrategy

java.lang.Object
  extended byorg.tranql.ddl.DDLGenerator.AbstractStrategy
      extended byorg.tranql.ddl.DDLGenerator.CreateConstraintStrategy
All Implemented Interfaces:
DDLGenerator.GenerationStrategy
Enclosing class:
DDLGenerator

public static final class DDLGenerator.CreateConstraintStrategy
extends DDLGenerator.AbstractStrategy


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

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

addDDLs

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


Copyright © -2006 The Codehaus. All Rights Reserved.