Package | Description |
---|---|
org.hibernate.engine.query.spi.sql |
Modifier and Type | Class and Description |
---|---|
class |
NativeSQLQueryCollectionReturn
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 |
NativeSQLQueryJoinReturn
Represents a return defined as part of a native sql query which
names a fetched role.
|
class |
NativeSQLQueryRootReturn
Represents a return defined as part of a native sql query which
names a "root" entity.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.