Example usage for org.hibernate.dialect Oracle9Dialect subclass-usage

List of usage examples for org.hibernate.dialect Oracle9Dialect subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.dialect Oracle9Dialect subclass-usage.

Usage

From source file com.cosylab.cdb.jdal.hibernate.Oracle9DialectWithSequenceIdentity.java

/**
 * @author msekoranja
 *
 */
public class Oracle9DialectWithSequenceIdentity extends Oracle9Dialect {

From source file it.doqui.index.ecmengine.business.personalization.hibernate.Oracle10Dialect.java

/**
 * Semplice dialect Hibernate per Oracle 10g.
 * 
 * <p>Dialect derivato da Oracle9Dialect con l'aggiunta di
 * personalizzazioni per rispettare alcuni alias fra tipi esistenti
 * su Oracle10.</p>

From source file org.alfresco.repo.domain.hibernate.dialect.AlfrescoOracle9Dialect.java

/**
 * Does away with the deprecated LONG datatype.  This extends the deprecated
 * <code>Oracle9Dialect</code> for good reason: Hibernate ceased supporting
 * <b>right outer join</b> in the <code>Oracle9iDialect</code>.
 * 
 * @author Derek Hulley

From source file org.hyperic.hibernate.dialect.Oracle9Dialect.java

/**
 * HQ customized Oracle dialect to (re)define default
 * JDBC sql types to native db column type mapping
 * for backwards compatibility, :(
 * 
 * This class must be public for Hibernate to access it.