Package org.hibernate.tool.orm.jbt.wrp
Class EnvironmentWrapper
- java.lang.Object
-
- org.hibernate.tool.orm.jbt.wrp.EnvironmentWrapper
-
public class EnvironmentWrapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static EnvironmentWrapperINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConnectionProvider()StringgetDataSource()StringgetDefaultCatalog()StringgetDefaultSchema()StringgetDialect()StringgetDriver()StringgetHBM2DDLAuto()StringgetPass()StringgetSessionFactoryName()StringgetTransactionManagerStrategy()StringgetURL()StringgetUser()Class<org.hibernate.cfg.Environment>getWrappedClass()
-
-
-
Field Detail
-
INSTANCE
public static EnvironmentWrapper INSTANCE
-
-
Method Detail
-
getTransactionManagerStrategy
public String getTransactionManagerStrategy()
-
getDriver
public String getDriver()
-
getHBM2DDLAuto
public String getHBM2DDLAuto()
-
getDialect
public String getDialect()
-
getDataSource
public String getDataSource()
-
getConnectionProvider
public String getConnectionProvider()
-
getURL
public String getURL()
-
getUser
public String getUser()
-
getPass
public String getPass()
-
getSessionFactoryName
public String getSessionFactoryName()
-
getDefaultCatalog
public String getDefaultCatalog()
-
getDefaultSchema
public String getDefaultSchema()
-
getWrappedClass
public Class<org.hibernate.cfg.Environment> getWrappedClass()
-
-