Uses of Interface
org.hibernate.mapping.Stateful

Packages that use Stateful
Package
Description
This package defines the Hibernate configuration-time mapping model.
  • Uses of Stateful in org.hibernate.mapping

    Subinterfaces of Stateful in org.hibernate.mapping
    Modifier and Type
    Interface
    Description
    interface 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This is no longer needed after the introduction of Stateful.
    Classes in org.hibernate.mapping that implement Stateful
    Modifier and Type
    Class
    Description
    class 
    An array mapping has a primary key consisting of the key columns + index column.
    class 
    A mapping model object representing a collection of type Collection 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 type List.
    class 
    A mapping model object representing a collection of type Map.
    class 
    A primitive array has a primary key consisting of the key columns + index column.
    final class 
    A mapping model object that represents the root class in an entity class inheritance hierarchy.
    class 
    A mapping model object representing a collection of type List.