liquibase.ext.hibernate.customfactory
Interface CustomEjb3ConfigurationFactory


public interface CustomEjb3ConfigurationFactory

Implement this interface to dynamically generate a hibernate:ejb3 configuration. For example, if you create a class called com.example.hibernate.MyConfig, specify a url of hibernate:ejb3:com.example.hibernate.MyConfig.


Method Summary
 org.hibernate.cfg.Configuration getConfiguration(HibernateDatabase hibernateDatabase, HibernateConnection connection)
          Create a hibernate Configuration for the given database and connection.
 

Method Detail

getConfiguration

org.hibernate.cfg.Configuration getConfiguration(HibernateDatabase hibernateDatabase,
                                                 HibernateConnection connection)
Create a hibernate Configuration for the given database and connection.



Copyright © 2015 Liquibase.org. All rights reserved.