Example usage for org.hibernate.dialect Oracle9iDialect Oracle9iDialect

List of usage examples for org.hibernate.dialect Oracle9iDialect Oracle9iDialect

Introduction

In this page you can find the example usage for org.hibernate.dialect Oracle9iDialect Oracle9iDialect.

Prototype

Oracle9iDialect

Source Link

Usage

From source file:com.manydesigns.portofino.database.platforms.OracleDatabasePlatform.java

License:Open Source License

public OracleDatabasePlatform() {
    super(new Oracle9iDialect(), "jdbc:oracle:thin:@//<host>:<port, default 1521>:<sid>");
}