Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
Modifier and Type | Method and Description |
---|---|
CollectionMetadata |
SessionFactory.getCollectionMetadata(String roleName)
Get the
CollectionMetadata associated with the named collection role. |
Modifier and Type | Method and Description |
---|---|
CollectionMetadata |
SessionFactoryDelegatingImpl.getCollectionMetadata(String roleName) |
Modifier and Type | Method and Description |
---|---|
CollectionMetadata |
SessionFactoryImpl.getCollectionMetadata(String roleName) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionPersister
Base implementation of the QueryableCollection interface.
|
class |
BasicCollectionPersister
Collection persister for collections of values and many-to-many associations.
|
class |
OneToManyPersister
Collection persister for one-to-many associations.
|
Modifier and Type | Method and Description |
---|---|
CollectionMetadata |
CollectionPersister.getCollectionMetadata() |
CollectionMetadata |
AbstractCollectionPersister.getCollectionMetadata() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.