| Home >> All >> org >> hibernate >> loader >> [ collection Javadoc ] |
org.hibernate.loader.collection: Javadoc index of package org.hibernate.loader.collection.
Package Samples:
org.hibernate.loader.collection
Classes:
BasicCollectionLoader: Loads a collection of values or a many-to-many association. The collection persister must implement QueryableCOllection . For other collections, create a customized subclass of Loader .
OneToManyLoader: Loads one-to-many associations The collection persister must implement QueryableCOllection . For other collections, create a customized subclass of Loader .
BatchingCollectionInitializer: "Batch" loads collections, using multiple foreign key values in the SQL where clause.
BasicCollectionJoinWalker: Walker for collections of values and many-to-many associations
SubselectOneToManyLoader: Implements subselect fetching for a one to many association
CollectionLoader: Superclass for loaders that initialize collections
CollectionJoinWalker: Superclass of walkers for collection initializers
SubselectCollectionLoader: Implements subselect fetching for a collection
OneToManyJoinWalker: Walker for one-to-many associations
CollectionInitializer: An interface for collection loaders
| Home | Contact Us | Privacy Policy | Terms of Service |