Uses of Package
org.hibernate.loader.custom
-
Packages that use org.hibernate.loader.custom Package Description org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.loader.custom org.hibernate.loader.custom.sql -
Classes in org.hibernate.loader.custom used by org.hibernate.engine.query.spi Class Description CustomLoader Extension point for loaders which use a SQL result set with "unexpected" column aliases.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. -
Classes in org.hibernate.loader.custom used by org.hibernate.engine.spi Class Description 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. -
Classes in org.hibernate.loader.custom used by org.hibernate.loader.custom Class Description 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.FetchReturn Represents a return which names a fetched association.NonScalarReturn Represents some non-scalar (entity/collection) return within the query result.Return Represents a return in a custom query.ScalarResultColumnProcessor Represents a scalar result within the custom queryScalarReturn Represent a scalar (aka simple value) return within a query result. -
Classes in org.hibernate.loader.custom used by org.hibernate.loader.custom.sql Class Description 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.Return Represents a return in a custom query.