org.apache.maven.hibernate.beans
Class SchemaExportBean

java.lang.Object
  extended byorg.apache.maven.hibernate.beans.CommonOperationsBean
      extended byorg.apache.maven.hibernate.beans.SchemaBeanBase
          extended byorg.apache.maven.hibernate.beans.SchemaExportBean

public class SchemaExportBean
extends SchemaBeanBase

The Bean which serves as Proxy To Hibernate API

Version:
$Id: SchemaExportBean.java 170200 2005-05-15 06:24:19Z brett $
Author:
Michal Maczka

Field Summary
 
Fields inherited from class org.apache.maven.hibernate.beans.SchemaBeanBase
LOG
 
Constructor Summary
SchemaExportBean()
           
 
Method Summary
protected  void executeSchema(net.sf.hibernate.cfg.Configuration cfg)
          Method that does the real job
 boolean isDrop()
           
 void setDrop(boolean b)
           
 
Methods inherited from class org.apache.maven.hibernate.beans.SchemaBeanBase
execute, getConfig, getDelimiter, getOutputFile, getProperties, getQuiet, getSchemaOutputFile, getText, setConfig, setDelimiter, setOutputFile, setProperties, setQuiet, setSchemaOutputFile, setText
 
Methods inherited from class org.apache.maven.hibernate.beans.CommonOperationsBean
getBasedir, getBaseDirNames, getBaseDirs, getExcludes, getFileDescriptors, getFileNames, getIncludes, setBasedir, setExcludes, setIncludes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaExportBean

public SchemaExportBean()
Method Detail

isDrop

public boolean isDrop()
Returns:

setDrop

public void setDrop(boolean b)
Parameters:
b -

executeSchema

protected void executeSchema(net.sf.hibernate.cfg.Configuration cfg)
                      throws Exception
Description copied from class: SchemaBeanBase
Method that does the real job

Specified by:
executeSchema in class SchemaBeanBase
Throws:
Exception


Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.