Uses of Package
org.hibernate.loader.ast.spi
-
Packages that use org.hibernate.loader.ast.spi Package Description org.hibernate.engine.spi org.hibernate.id This package contains the built-in id generators, all of which implementIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.loader.ast.internal org.hibernate.loader.ast.spi org.hibernate.loader.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived org.hibernate.sql.exec.internal org.hibernate.sql.exec.spi -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.engine.spi Class Description CascadingFetchProfile -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.id Class Description Loadable Common details for things that can be loaded by a loader - generally entities and plural attributes (collections). -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.internal Class Description MultiLoadOptions Base contract for options for multi-load operationsMultiNaturalIdLoadOptions Encapsulation of the options for loading multiple entities by natural-id -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.loader.ast.internal Class Description CollectionLoader A loader (initialization) for collectionsEntityLoader Specialization of Loader for loading entities of a typeLoadable Common details for things that can be loaded by a loader - generally entities and plural attributes (collections).Loader Common contract for all value-mapping loaders.MultiIdEntityLoader Loader subtype for loading multiple entities by multiple identifier values.MultiIdLoadOptions Encapsulation of the options for loading multiple entities by idMultiLoader Commonality for multi-loadingMultiNaturalIdLoader Loader for entities by multiple natural-idsMultiNaturalIdLoadOptions Encapsulation of the options for loading multiple entities by natural-idNaturalIdLoader Loader forNaturalId
handlingNaturalIdLoadOptions Options for loading by natural-idSingleEntityLoader Loader for loading a single entity by primary or unique keySingleIdEntityLoader Loader for loading an entity by a single identifier value.SingleUniqueKeyEntityLoader Loader subtype for loading an entity by a single unique-key value. -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.loader.ast.spi Class Description CascadingFetchProfile EntityLoader Specialization of Loader for loading entities of a typeLoadable Common details for things that can be loaded by a loader - generally entities and plural attributes (collections).Loader Common contract for all value-mapping loaders.MultiIdLoadOptions Encapsulation of the options for loading multiple entities by idMultiLoader Commonality for multi-loadingMultiLoadOptions Base contract for options for multi-load operationsMultiNaturalIdLoadOptions Encapsulation of the options for loading multiple entities by natural-idNaturalIdLoadOptions Options for loading by natural-idSingleEntityLoader Loader for loading a single entity by primary or unique key -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.loader.internal Class Description NaturalIdLoadOptions Options for loading by natural-id -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.metamodel.mapping Class Description Loadable Common details for things that can be loaded by a loader - generally entities and plural attributes (collections).MultiNaturalIdLoader Loader for entities by multiple natural-idsNaturalIdLoader Loader forNaturalId
handling -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.metamodel.mapping.internal Class Description Loadable Common details for things that can be loaded by a loader - generally entities and plural attributes (collections).MultiNaturalIdLoader Loader for entities by multiple natural-idsNaturalIdLoader Loader forNaturalId
handling -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.persister.collection Class Description CollectionLoader A loader (initialization) for collections -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.persister.entity Class Description Loadable Common details for things that can be loaded by a loader - generally entities and plural attributes (collections).MultiIdLoadOptions Encapsulation of the options for loading multiple entities by idMultiNaturalIdLoader Loader for entities by multiple natural-idsNaturalIdLoader Loader forNaturalId
handlingSingleIdEntityLoader Loader for loading an entity by a single identifier value.SingleUniqueKeyEntityLoader Loader subtype for loading an entity by a single unique-key value. -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.query.derived Class Description Loadable Common details for things that can be loaded by a loader - generally entities and plural attributes (collections).MultiNaturalIdLoader Loader for entities by multiple natural-idsNaturalIdLoader Loader forNaturalId
handling -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.sql.exec.internal Class Description AfterLoadAction -
Classes in org.hibernate.loader.ast.spi used by org.hibernate.sql.exec.spi Class Description AfterLoadAction