Interface EnvironmentWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConnectionProvider()StringgetDataSource()StringgetDefaultCatalog()StringgetDefaultSchema()StringgetDialect()StringgetDriver()StringgetHBM2DDLAuto()StringgetPass()StringgetSessionFactoryName()StringgetTransactionManagerStrategy()StringgetURL()StringgetUser()Class<?>getWrappedClass()-
Methods inherited from interface org.hibernate.tool.orm.jbt.api.wrp.Wrapper
getWrappedObject
-
-
-
-
Method Detail
-
getTransactionManagerStrategy
String getTransactionManagerStrategy()
-
getDriver
String getDriver()
-
getHBM2DDLAuto
String getHBM2DDLAuto()
-
getDialect
String getDialect()
-
getDataSource
String getDataSource()
-
getConnectionProvider
String getConnectionProvider()
-
getURL
String getURL()
-
getUser
String getUser()
-
getPass
String getPass()
-
getSessionFactoryName
String getSessionFactoryName()
-
getDefaultCatalog
String getDefaultCatalog()
-
getDefaultSchema
String getDefaultSchema()
-
getWrappedClass
Class<?> getWrappedClass()
-
-