Uses of Interface
org.hibernate.mapping.Fetchable
Packages that use Fetchable
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of Fetchable in org.hibernate.mapping
Classes in org.hibernate.mapping that implement FetchableModifier and TypeClassDescriptionclass
An array mapping has a primary key consisting of the key columns + index column.class
A mapping model object representing a collection of typeCollection
which may contain duplicates.class
A mapping model object representing a collection.class
A bag with a generated (surrogate) key.class
A mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.class
Indexed collections include Lists, Maps, arrays and primitive arrays.class
A mapping model object representing a collection of typeList
.class
A mapping model object representing a many-to-one association.class
A mapping model object representing a collection of typeMap
.class
A mapping model object representing a many-to-one association.class
A primitive array has a primary key consisting of the key columns + index column.class
A mapping model object representing a collection of typeList
.class
A mapping model object representing an association where the target side has cardinality one.