|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Collection | |
---|---|
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
org.hibernate.mapping | This package defines the Hibernate configuration-time metamodel. |
org.hibernate.persister | A persister defines a mapping strategy for a collection or entity. |
org.hibernate.persister.collection | This package abstracts the persistence mechanism for collections. |
Uses of Collection in org.hibernate.cfg |
---|
Methods in org.hibernate.cfg that return Collection | |
---|---|
Collection |
Mappings.getCollection(String role)
|
Collection |
Configuration.getCollectionMapping(String role)
Get the mapping for a particular collection role |
Methods in org.hibernate.cfg with parameters of type Collection | |
---|---|
void |
Mappings.addCollection(Collection collection)
|
static void |
HbmBinder.bindCollection(org.dom4j.Element node,
Collection collection,
String className,
String path,
Mappings mappings,
Map inheritedMetas)
Called for all collections |
static void |
HbmBinder.bindCollectionSecondPass(org.dom4j.Element node,
Collection collection,
Map persistentClasses,
Mappings mappings,
Map inheritedMetas)
Called for all collections |
Constructors in org.hibernate.cfg with parameters of type Collection | |
---|---|
CollectionSecondPass(Mappings mappings,
Collection collection)
|
|
CollectionSecondPass(Mappings mappings,
Collection collection,
Map inheritedMetas)
|
Uses of Collection in org.hibernate.mapping |
---|
Subclasses of Collection in org.hibernate.mapping | |
---|---|
class |
Array
An array mapping has a primary key consisting of the key columns + index column. |
class |
Bag
A bag permits duplicates, so it has no primary key |
class |
IdentifierBag
An IdentifierBag has a primary key consisting of just the identifier column |
class |
IdentifierCollection
A collection with a synthetic "identifier" column |
class |
IndexedCollection
Indexed collections include Lists, Maps, arrays and primitive arrays. |
class |
List
A list mapping has a primary key consisting of the key columns + index column. |
class |
Map
A map has a primary key consisting of the key columns + index columns. |
class |
PrimitiveArray
A primitive array has a primary key consisting of the key columns + index column. |
class |
Set
A set with no nullable element columns. |
Constructors in org.hibernate.mapping with parameters of type Collection | |
---|---|
Component(Collection collection)
|
Uses of Collection in org.hibernate.persister |
---|
Methods in org.hibernate.persister with parameters of type Collection | |
---|---|
static CollectionPersister |
PersisterFactory.createCollectionPersister(Configuration cfg,
Collection model,
CacheConcurrencyStrategy cache,
SessionFactoryImplementor factory)
|
Uses of Collection in org.hibernate.persister.collection |
---|
Constructors in org.hibernate.persister.collection with parameters of type Collection | |
---|---|
AbstractCollectionPersister(Collection collection,
CacheConcurrencyStrategy cache,
Configuration cfg,
SessionFactoryImplementor factory)
|
|
BasicCollectionPersister(Collection collection,
CacheConcurrencyStrategy cache,
Configuration cfg,
SessionFactoryImplementor factory)
|
|
OneToManyPersister(Collection collection,
CacheConcurrencyStrategy cache,
Configuration cfg,
SessionFactoryImplementor factory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |