| Name | Description | Type | Package | Framework |
| CollectionFetchReturn | Spefically a fetch return that refers to a collection association. | Class | org.hibernate.loader.custom | Hibernate ORM |
| CollectionReturn | Represents a return which names a collection role; it is used in defining a custom query for loading an entity's | Class | org.hibernate.loader.custom | Hibernate ORM |
| ColumnCollectionAliases | CollectionAliases that uses columnnames instead of generated aliases. | Class | org.hibernate.loader.custom | Hibernate ORM |
| EntityFetchReturn | Spefically a fetch return that refers to an entity association. | Class | org.hibernate.loader.custom | Hibernate ORM |
| FetchReturn | Represents a return which names a fetched association. | Class | org.hibernate.loader.custom | Hibernate ORM |
| NonScalarReturn | Represents some non-scalar (entity/collection) return within the query result. | Class | org.hibernate.loader.custom | Hibernate ORM |
| NonUniqueDiscoveredSqlAliasException | Class | org.hibernate.loader.custom | Hibernate ORM | |
| RootReturn | Represents a return which names a root entity. | Class | org.hibernate.loader.custom | Hibernate ORM |
| ScalarReturn | Represent a scalar (aka simple value) return within a query result. | Class | org.hibernate.loader.custom | Hibernate ORM |
| SQLCustomQuery | This support is built on top of the notion of custom queries. | Class | org.hibernate.loader.custom.sql | Hibernate ORM |
| SQLQueryParser | Class | org.hibernate.loader.custom.sql | Hibernate ORM | |
| SQLQueryParser .ParameterSubstitutionRecognizer | Constructor SummarySQLQueryParser. | Class | org.hibernate.loader.custom.sql.SQLQueryParser | Hibernate ORM |
| SQLQueryReturnProcessor | Responsible for processing the series of returns defined by a NativeSQLQuerySpecification and | Class | org.hibernate.loader.custom.sql | Hibernate ORM |