|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLQueryReturn | |
org.hibernate.engine | This package contains classes that are "shared" by other packages, and implementations of some key algorithms. |
org.hibernate.loader.custom | This package defines a framework for custom loaders that accept handwritten SQL |
Uses of SQLQueryReturn in org.hibernate.engine |
Methods in org.hibernate.engine that return SQLQueryReturn | |
SQLQueryReturn[] |
SqlResultsetMappingDefinition.getEntityQueryReturns()
|
SQLQueryReturn[] |
NamedSQLQueryDefinition.getQueryReturns()
|
Methods in org.hibernate.engine with parameters of type SQLQueryReturn | |
void |
SqlResultsetMappingDefinition.addEntityQueryReturn(SQLQueryReturn entityQueryReturn)
|
Constructors in org.hibernate.engine with parameters of type SQLQueryReturn | |
NamedSQLQueryDefinition(String query,
SQLQueryReturn[] queryReturns,
SQLQueryScalarReturn[] scalarReturns,
List querySpaces,
boolean cacheable,
String cacheRegion,
Integer timeout,
Integer fetchSize,
FlushMode flushMode,
boolean callable)
|
Uses of SQLQueryReturn in org.hibernate.loader.custom |
Subclasses of SQLQueryReturn in org.hibernate.loader.custom | |
class |
SQLQueryCollectionReturn
Represents a return defined as part of a native sql query which names a collection role in the form {classname}.{collectionrole}; it is used in defining a custom sql query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result). |
class |
SQLQueryJoinReturn
Represents a return defined as part of a native sql query which names a fetched role. |
class |
SQLQueryRootReturn
Represents a return defined as part of a native sql query which names a "root" entity. |
Constructors in org.hibernate.loader.custom with parameters of type SQLQueryReturn | |
SQLQueryReturnProcessor(SQLQueryReturn[] queryReturns,
SQLQueryScalarReturn[] scalarQueryReturns,
SessionFactoryImplementor factory)
|
|
SQLCustomQuery(SQLQueryReturn[] queryReturns,
SQLQueryScalarReturn[] scalarQueryReturns,
String sqlQuery,
Collection additionalQuerySpaces,
SessionFactoryImplementor factory)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |