JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Annotation Interface
org.hibernate.cfg.Compatibility
Packages that use
Compatibility
Package
Description
org.hibernate.cfg
This package defines APIs for configuring Hibernate.
Uses of
Compatibility
in
org.hibernate.cfg
Fields in
org.hibernate.cfg
with annotations of type
Compatibility
Modifier and Type
Field
Description
static final
String
QuerySettings.
NATIVE_PREFER_JDBC_DATETIME_TYPES
When enabled, native queries will return
Date
,
Time
, and
Timestamp
instead of the datetime types from
java.time
, recovering the behavior of native queries in Hibernate 6 and earlier.