Interface CustomMetadataFactory
-
public interface CustomMetadataFactoryImplement 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.hibernate.boot.MetadatagetMetadata(HibernateDatabase hibernateDatabase, HibernateConnection connection)
-
-
-
Method Detail
-
getMetadata
org.hibernate.boot.Metadata getMetadata(HibernateDatabase hibernateDatabase, HibernateConnection connection)
-
-