Hibernate is a collection of related projects enabling developers to utilize POJO-style domain models in their applications extending beyond Object or Relational Mapping. Out of the many modules, Hibernate-core module deals with Object Relational Mapping.
Dialect is a helper for Hibernate to communicate with the database in its language. Hibernate has created dialect files for versions of Adaptive Server Enterprise:
Sybase Dialect file |
ASE version |
---|---|
Sybase11Dialect.java |
11.9.2 |
Sybase15Dialect.java |
15.0 |
Sybase157Dialect.java |
15.7 |
Hibernate and Sybase actively test latest releases and
create new dialects when required. All the updated dialects are
part of scheduled Hibernate releases. This release schedule may
not match Adaptive Server release schedule. If you need access to
the updated dialect prior to release of the corresponding Hibernate
release, they may be available at Hibernate on Sybase ASE.