HHH-15692 Remove references to hibernate.query.factory_class config property
This commit is contained in:
parent
479aa10e2f
commit
d648adfd59
|
@ -485,9 +485,6 @@ Defines precedence of null values in `ORDER BY` clause. Defaults to `none` which
|
|||
`*hibernate.discriminator.force_in_select*` (e.g. `true` or `false` (default value))::
|
||||
For entities which do not explicitly say, should we force discriminators into SQL selects?
|
||||
|
||||
`*hibernate.query.factory_class*` (e.g. `org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory` (default value) or `org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory`)::
|
||||
Chooses the HQL parser implementation.
|
||||
|
||||
`*hibernate.query.jpaql_strict_compliance*` (e.g. `true` or `false` (default value))::
|
||||
Map from tokens in Hibernate queries to SQL tokens, such as function or literal names.
|
||||
+
|
||||
|
|
|
@ -5,16 +5,6 @@
|
|||
# See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
#
|
||||
|
||||
######################
|
||||
### Query Language ###
|
||||
######################
|
||||
|
||||
## select the classic query parser
|
||||
|
||||
#hibernate.query.factory_class org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory
|
||||
|
||||
|
||||
|
||||
#################
|
||||
### Platforms ###
|
||||
#################
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
######################
|
||||
### Query Language ###
|
||||
######################
|
||||
|
||||
## Query translator factory class
|
||||
|
||||
hibernate.query.factory_class @QUERY_TRANSLATOR_FACTORY@
|
||||
|
||||
#################
|
||||
### Platforms ###
|
||||
#################
|
||||
|
|
Loading…
Reference in New Issue