Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.loader Classes and Interfaces - 49 results found.
NameDescriptionTypePackageFramework
AbstractEntityJoinWalkerAbstract walker for walkers which begin at an entity (criteria queries and entity loaders).Classorg.hibernate.loaderHibernate ORM
AbstractEntityLoaderNested Class SummaryNested classes/interfaces inherited from class org.Classorg.hibernate.loader.entityHibernate ORM
BasicCollectionJoinWalkerWalker for collections of values and many-to-many associationsSee Also:BasicCollectionLoaderClassorg.hibernate.loader.collectionHibernate ORM
BasicCollectionLoaderLoads a collection of values or a many-to-many association.Classorg.hibernate.loader.collectionHibernate ORM
BasicLoaderUses the default mapping from property to result set column alias defined by the entities' persisters.Classorg.hibernate.loaderHibernate ORM
BatchingCollectionInitializer"Batch" loads collections, using multiple foreign key values in theSee Also:BasicCollectionLoader, Classorg.hibernate.loader.collectionHibernate ORM
BatchingEntityLoader"Batch" loads entities, using multiple primary key values in theSee Also:EntityLoaderClassorg.hibernate.loader.entityHibernate ORM
CascadeEntityJoinWalkerNested Class SummaryNested classes/interfaces inherited from class org.Classorg.hibernate.loader.entityHibernate ORM
CascadeEntityLoaderNested Class SummaryNested classes/interfaces inherited from class org.Classorg.hibernate.loader.entityHibernate ORM
CollectionAliasesType definition of CollectionAliases.Interfaceorg.hibernate.loaderHibernate ORM
CollectionElementLoaderNested Class SummaryNested classes/interfaces inherited from class org.Classorg.hibernate.loader.entityHibernate ORM
CollectionFetchReturnSpefically a fetch return that refers to a collection association.Classorg.hibernate.loader.customHibernate ORM
CollectionInitializerAn interface for collection loadersSee Also:BasicCollectionLoader, Interfaceorg.hibernate.loader.collectionHibernate ORM
CollectionJoinWalkerSuperclass of walkers for collection initializersSee Also:CollectionLoader, Classorg.hibernate.loader.collectionHibernate ORM
CollectionLoaderSuperclass for loaders that initialize collectionsSee Also:OneToManyLoader, Classorg.hibernate.loader.collectionHibernate ORM
CollectionReturnRepresents a return which names a collection role; it is used in defining a custom query for loading an entity'sClassorg.hibernate.loader.customHibernate ORM
ColumnCollectionAliasesCollectionAliases that uses columnnames instead of generated aliases.Classorg.hibernate.loader.customHibernate ORM
ColumnEntityAliasesEntityAliases that chooses the column names over the alias names.Classorg.hibernate.loaderHibernate ORM
CriteriaJoinWalkerA JoinWalker for Criteria queries.Classorg.hibernate.loader.criteriaHibernate ORM
CriteriaLoaderA Loader for Criteria queries.Classorg.hibernate.loader.criteriaHibernate ORM
CriteriaQueryTranslatorClassorg.hibernate.loader.criteriaHibernate ORM
EntityAliasesMetadata describing the SQL result set column aliases for a particular entity.Interfaceorg.hibernate.loaderHibernate ORM
EntityFetchReturnSpefically a fetch return that refers to an entity association.Classorg.hibernate.loader.customHibernate ORM
EntityJoinWalkerA walker for loaders that fetch entitiesSee Also:EntityLoaderClassorg.hibernate.loader.entityHibernate ORM
EntityLoaderLoads an entity instance using outerjoin fetching to fetch associated entities.Classorg.hibernate.loader.entityHibernate ORM
FetchReturnRepresents a return which names a fetched association.Classorg.hibernate.loader.customHibernate ORM
GeneratedCollectionAliasesCollectionAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases.Classorg.hibernate.loaderHibernate ORM
JoinWalkerWalks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.Classorg.hibernate.loaderHibernate ORM
JoinWalker .AssociationInitCallbackInterfaceorg.hibernate.loader.JoinWalkerHibernate ORM
LoaderAbstract superclass of object loading (and querying) strategies.Classorg.hibernate.loaderHibernate ORM
Loader .AfterLoadActionInterfaceorg.hibernate.loader.LoaderHibernate ORM
MultipleBagFetchExceptionException used to indicate that a query is attempting to simultaneously fetch multipleSee Also:Serialized FormClassorg.hibernate.loaderHibernate ORM
NonScalarReturnRepresents some non-scalar (entity/collection) return within the query result.Classorg.hibernate.loader.customHibernate ORM
NonUniqueDiscoveredSqlAliasExceptionClassorg.hibernate.loader.customHibernate ORM
OneToManyJoinWalkerWalker for one-to-many associationsSee Also:OneToManyLoaderClassorg.hibernate.loader.collectionHibernate ORM
OneToManyLoaderLoads one-to-many associations The collection persister must implement QueryableCOllection.Classorg.hibernate.loader.collectionHibernate ORM
OuterJoinableAssociationPart of the Hibernate SQL rendering internals.Classorg.hibernate.loaderHibernate ORM
OuterJoinLoader Generates an SQL select string containing all properties of those classes.Classorg.hibernate.loaderHibernate ORM
PropertyPathClassorg.hibernate.loaderHibernate ORM
QueryLoaderA delegate that implements the Loader part of QueryTranslator.Classorg.hibernate.loader.hqlHibernate ORM
RootReturnRepresents a return which names a root entity.Classorg.hibernate.loader.customHibernate ORM
ScalarReturnRepresent a scalar (aka simple value) return within a query result.Classorg.hibernate.loader.customHibernate ORM
SQLCustomQuery This support is built on top of the notion of custom queries.Classorg.hibernate.loader.custom.sqlHibernate ORM
SQLQueryParserClassorg.hibernate.loader.custom.sqlHibernate ORM
SQLQueryParser .ParameterSubstitutionRecognizerConstructor SummarySQLQueryParser.Classorg.hibernate.loader.custom.sql.SQLQueryParserHibernate ORM
SQLQueryReturnProcessorResponsible for processing the series of returns defined by a NativeSQLQuerySpecification andClassorg.hibernate.loader.custom.sqlHibernate ORM
SubselectCollectionLoaderNested Class SummaryNested classes/interfaces inherited from class org.Classorg.hibernate.loader.collectionHibernate ORM
SubselectOneToManyLoaderNested Class SummaryNested classes/interfaces inherited from class org.Classorg.hibernate.loader.collectionHibernate ORM
UniqueEntityLoaderInterfaceorg.hibernate.loader.entityHibernate ORM