程序包的使用
org.hibernate.loader.custom
-
使用org.hibernate.loader.custom的程序包 程序包 说明 org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQLorg.hibernate.loader.custom.sql -
org.hibernate.engine.query.spi使用的org.hibernate.loader.custom中的类 类 说明 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. -
org.hibernate.engine.spi使用的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. -
org.hibernate.internal使用的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. -
org.hibernate.loader.custom使用的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.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. -
org.hibernate.loader.custom.sql使用的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.Return Represents a return in a custom query.