net.sf.jzeno.util
Class SplitSchemaExport

java.lang.Object
  extended by net.sf.jzeno.util.SplitSchemaExport

public class SplitSchemaExport
extends java.lang.Object

This tool will take a Hibernate SchemaExport SQL script and split the content of that file into 3 parts :

  1. Drop statements for constraints.
  2. Drop and create statements for tables.
  3. Create statements for constraints.


Constructor Summary
SplitSchemaExport()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitSchemaExport

public SplitSchemaExport()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments