public class

DB2Dialect

extends DB2Dialect
java.lang.Object
   ↳ net.sf.hibernate.dialect.Dialect
     ↳ net.sf.hibernate.dialect.DB2Dialect
       ↳ com.atlassian.hibernate.dialect.DB2Dialect

Class Overview

Custom DB2 dialect that allows us to have large BLOB columns without blowing out the database logfile space

Summary

[Expand]
Inherited Constants
From class net.sf.hibernate.dialect.Dialect
Public Constructors
DB2Dialect()
[Expand]
Inherited Methods
From class net.sf.hibernate.dialect.DB2Dialect
From class net.sf.hibernate.dialect.Dialect
From class java.lang.Object

Public Constructors

public DB2Dialect ()