Interface EnvironmentWrapper

  • All Superinterfaces:
    Wrapper

    public interface EnvironmentWrapper
    extends Wrapper
    • Method Detail

      • getTransactionManagerStrategy

        String getTransactionManagerStrategy()
      • getDriver

        String getDriver()
      • getHBM2DDLAuto

        String getHBM2DDLAuto()
      • getDialect

        String getDialect()
      • getDataSource

        String getDataSource()
      • getConnectionProvider

        String getConnectionProvider()
      • getSessionFactoryName

        String getSessionFactoryName()
      • getDefaultCatalog

        String getDefaultCatalog()
      • getDefaultSchema

        String getDefaultSchema()
      • getWrappedClass

        Class<?> getWrappedClass()