com.mysema.query.jpa.hibernate
Class HibernateDomainExporter

java.lang.Object
  extended by com.mysema.query.jpa.hibernate.HibernateDomainExporter

public class HibernateDomainExporter
extends Object

Author:
tiwe

Constructor Summary
HibernateDomainExporter(File targetFolder, org.hibernate.cfg.Configuration configuration)
           
HibernateDomainExporter(String namePrefix, File targetFolder, org.hibernate.cfg.Configuration configuration)
           
HibernateDomainExporter(String namePrefix, File targetFolder, SerializerConfig serializerConfig, org.hibernate.cfg.Configuration configuration)
           
HibernateDomainExporter(String namePrefix, String nameSuffix, File targetFolder, org.hibernate.cfg.Configuration configuration)
           
HibernateDomainExporter(String namePrefix, String nameSuffix, File targetFolder, SerializerConfig serializerConfig, org.hibernate.cfg.Configuration configuration)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateDomainExporter

public HibernateDomainExporter(File targetFolder,
                               org.hibernate.cfg.Configuration configuration)

HibernateDomainExporter

public HibernateDomainExporter(String namePrefix,
                               File targetFolder,
                               org.hibernate.cfg.Configuration configuration)

HibernateDomainExporter

public HibernateDomainExporter(String namePrefix,
                               String nameSuffix,
                               File targetFolder,
                               org.hibernate.cfg.Configuration configuration)

HibernateDomainExporter

public HibernateDomainExporter(String namePrefix,
                               File targetFolder,
                               SerializerConfig serializerConfig,
                               org.hibernate.cfg.Configuration configuration)

HibernateDomainExporter

public HibernateDomainExporter(String namePrefix,
                               String nameSuffix,
                               File targetFolder,
                               SerializerConfig serializerConfig,
                               org.hibernate.cfg.Configuration configuration)
Method Detail

execute

public void execute()
             throws IOException
Throws:
IOException


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.