org.tranql.ddl
Interface DDLGenerator.GenerationStrategy

All Known Implementing Classes:
DDLGenerator.AbstractStrategy
Enclosing interface:
DDLGenerator

public static interface DDLGenerator.GenerationStrategy


Method Summary
 void addDDLs(DDLBuilder builder, java.lang.String entity, java.util.List ddls)
           
 void execute(DDLCommand command)
           
 

Method Detail

addDDLs

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

execute

public void execute(DDLCommand command)
             throws DDLException,
                    java.io.IOException
Throws:
DDLException
java.io.IOException


Copyright © -2006 The Codehaus. All Rights Reserved.