Classes
Class | Description | |
---|---|---|
![]() | AbstractCollectionPersister |
Summary description for AbstractCollectionPersister.
|
![]() | BasicCollectionPersister |
Collection persister for collections of values and many-to-many associations.
|
![]() | CollectionPropertyMapping |
Summary description for CollectionPropertyMapping.
|
![]() | CollectionPropertyNames |
The names of all the collection properties.
|
![]() | CompositeElementPropertyMapping |
Summary description for CompositeElementPropertyMapping.
|
![]() | ElementPropertyMapping |
Summary description for ElementPropertyMapping.
|
![]() | NamedQueryCollectionInitializer | |
![]() | OneToManyPersister |
Summary description for OneToManyPersister.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | ICollectionPersister | A strategy for persisting a collection role. Defines a contract between the persistence strategy and the actual persistent collection framework and session. Does not define operations that are required for querying collections, or loading by outer join. Implements persistence of a collection instance while the instance is referenced in a particular role. This class is highly coupled to the IPersistentCollection hierarchy, since double dispatch is used to load and update collection elements. |
![]() | IQueryableCollection |
A collection role that may be queried or loaded by outer join.
|
![]() | ISqlLoadableCollection |