Interface CustomMetadataFactory
public interface CustomMetadataFactory
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
Modifier and TypeMethodDescriptionorg.hibernate.boot.MetadatagetMetadata(HibernateDatabase hibernateDatabase, HibernateConnection connection)
-
Method Details
-
getMetadata
org.hibernate.boot.Metadata getMetadata(HibernateDatabase hibernateDatabase, HibernateConnection connection)
-