|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionMetadata | |
net.sf.hibernate | |
net.sf.hibernate.collection | |
net.sf.hibernate.impl | |
net.sf.hibernate.jca | |
net.sf.hibernate.jmx |
Uses of CollectionMetadata in net.sf.hibernate |
Methods in net.sf.hibernate that return CollectionMetadata | |
CollectionMetadata |
SessionFactory.getCollectionMetadata(String roleName)
Get the CollectionMetadata associated with the named collection role |
Uses of CollectionMetadata in net.sf.hibernate.collection |
Classes in net.sf.hibernate.collection that implement CollectionMetadata | |
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. |
Methods in net.sf.hibernate.collection that return CollectionMetadata | |
CollectionMetadata |
CollectionPersister.getCollectionMetadata()
|
CollectionMetadata |
AbstractCollectionPersister.getCollectionMetadata()
|
Uses of CollectionMetadata in net.sf.hibernate.impl |
Methods in net.sf.hibernate.impl that return CollectionMetadata | |
CollectionMetadata |
SessionFactoryImpl.getCollectionMetadata(String roleName)
|
Uses of CollectionMetadata in net.sf.hibernate.jca |
Methods in net.sf.hibernate.jca that return CollectionMetadata | |
CollectionMetadata |
JCASessionFactoryImpl.getCollectionMetadata(String roleName)
|
Uses of CollectionMetadata in net.sf.hibernate.jmx |
Methods in net.sf.hibernate.jmx that return CollectionMetadata | |
CollectionMetadata |
SessionFactoryStub.getCollectionMetadata(String roleName)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |