org.hibernate.loader.custom.CustomQuery |
![]() |
Extension point allowing any SQL query with named and positional parameters to be executed by Hibernate, returning managed entities, collections and simple scalar values.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A collection of
descriptors describing the
JDBC result set to be expected and how to map this result set. | |||||||||||
A map representing positions within the supplied
query to
which we need to bind named parameters. | |||||||||||
Any query spaces to apply to the query execution.
| |||||||||||
The SQL query string to be performed.
|
A collection of descriptors
describing the
JDBC result set to be expected and how to map this result set.
A map representing positions within the supplied query
to
which we need to bind named parameters.
Any query spaces to apply to the query execution. Query spaces are used in Hibernate's auto-flushing mechanism to determine which entities need to be checked for pending changes.
The SQL query string to be performed.