Interface EnvironmentWrapper

All Superinterfaces:
Wrapper

public interface EnvironmentWrapper extends Wrapper
  • Method Details

    • 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()