Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Hibernate 3.1.3
Package:
org.hibernate.dialect
Class
public
class
Dialect
Overview
Inheritance
Members
Usage
Source
Books
Since
Not specified.
Version
Not specified.
Author(s)
Gavin King, David Channon
Represents a dialect of SQL implemented by a particular RDBMS. Subclasses implement Hibernate compatibility with different systems.
Subclasses should provide a public default constructor that
register()
a set of type mappings and default Hibernate properties.
Subclasses should be immutable.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
Subclasses should provide a public default constructor that register() a set of type mappings and default Hibernate properties.
Subclasses should be immutable.