程序包的使用
org.hibernate.loader
-
使用org.hibernate.loader的程序包 程序包 说明 org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.collection.internal Internal implementations and support for persistent collectionsorg.hibernate.collection.spi SPI definitions for persistent collectionsorg.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed.org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.org.hibernate.loader.collection This package defines collection initializersorg.hibernate.loader.collection.plan org.hibernate.loader.criteria This package defines the criteria query compiler and loaderorg.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQLorg.hibernate.loader.entity This package defines entity loadersorg.hibernate.loader.entity.plan org.hibernate.loader.hql This package defines a loader for the AST-based query parserorg.hibernate.loader.plan.build.internal Contains the internal implementations used for building a metamodel-driven LoadPlan.org.hibernate.loader.plan.build.internal.returns Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan. .org.hibernate.loader.plan.exec.internal Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.org.hibernate.loader.plan.exec.spi Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor.org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan.org.hibernate.persister.walking.internal org.hibernate.persister.walking.spi org.hibernate.tuple.component org.hibernate.tuple.entity -
org.hibernate.boot使用的org.hibernate.loader中的类 类 说明 BatchFetchStyle Defines the style that should be used to perform batch loading. -
org.hibernate.boot.internal使用的org.hibernate.loader中的类 类 说明 BatchFetchStyle Defines the style that should be used to perform batch loading. -
org.hibernate.boot.spi使用的org.hibernate.loader中的类 类 说明 BatchFetchStyle Defines the style that should be used to perform batch loading. -
org.hibernate.cfg使用的org.hibernate.loader中的类 类 说明 BatchFetchStyle Defines the style that should be used to perform batch loading. -
org.hibernate.collection.internal使用的org.hibernate.loader中的类 类 说明 CollectionAliases Type definition of CollectionAliases. -
org.hibernate.collection.spi使用的org.hibernate.loader中的类 类 说明 CollectionAliases Type definition of CollectionAliases. -
org.hibernate.dialect使用的org.hibernate.loader中的类 类 说明 BatchLoadSizingStrategy Strategy (pluggable) for determining an optimal size for batch loads. -
org.hibernate.hql.internal.classic使用的org.hibernate.loader中的类 类 说明 BasicLoader Uses the default mapping from property to result set column alias defined by the entities' persisters.Loader Abstract superclass of object loading (and querying) strategies. -
org.hibernate.internal使用的org.hibernate.loader中的类 类 说明 Loader Abstract superclass of object loading (and querying) strategies. -
org.hibernate.loader使用的org.hibernate.loader中的类 类 说明 BasicLoader Uses the default mapping from property to result set column alias defined by the entities' persisters.BatchFetchStyle Defines the style that should be used to perform batch loading.CollectionAliases Type definition of CollectionAliases.DefaultEntityAliases EntityAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases.EntityAliases Metadata describing the SQL result set column aliases for a particular entity.JoinWalker Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.JoinWalker.AssociationInitCallback Loader Abstract superclass of object loading (and querying) strategies.Loader.SqlStatementWrapper OuterJoinableAssociation Part of the Hibernate SQL rendering internals.PropertyPath -
org.hibernate.loader.collection使用的org.hibernate.loader中的类 类 说明 BasicLoader Uses the default mapping from property to result set column alias defined by the entities' persisters.JoinWalker Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.Loader Abstract superclass of object loading (and querying) strategies.OuterJoinLoader Implements logic for walking a tree of associated classes.PropertyPath -
org.hibernate.loader.collection.plan使用的org.hibernate.loader中的类 类 说明 Loader Abstract superclass of object loading (and querying) strategies. -
org.hibernate.loader.criteria使用的org.hibernate.loader中的类 类 说明 AbstractEntityJoinWalker Abstract walker for walkers which begin at an entity (criteria queries and entity loaders).BasicLoader Uses the default mapping from property to result set column alias defined by the entities' persisters.JoinWalker Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.Loader Abstract superclass of object loading (and querying) strategies.OuterJoinLoader Implements logic for walking a tree of associated classes.PropertyPath -
org.hibernate.loader.custom使用的org.hibernate.loader中的类 类 说明 CollectionAliases Type definition of CollectionAliases.EntityAliases Metadata describing the SQL result set column aliases for a particular entity.Loader Abstract superclass of object loading (and querying) strategies. -
org.hibernate.loader.entity使用的org.hibernate.loader中的类 类 说明 AbstractEntityJoinWalker Abstract walker for walkers which begin at an entity (criteria queries and entity loaders).BasicLoader Uses the default mapping from property to result set column alias defined by the entities' persisters.JoinWalker Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.Loader Abstract superclass of object loading (and querying) strategies.OuterJoinLoader Implements logic for walking a tree of associated classes.PropertyPath -
org.hibernate.loader.entity.plan使用的org.hibernate.loader中的类 类 说明 Loader Abstract superclass of object loading (and querying) strategies. -
org.hibernate.loader.hql使用的org.hibernate.loader中的类 类 说明 BasicLoader Uses the default mapping from property to result set column alias defined by the entities' persisters.Loader Abstract superclass of object loading (and querying) strategies. -
org.hibernate.loader.plan.build.internal使用的org.hibernate.loader中的类 类 说明 PropertyPath -
org.hibernate.loader.plan.build.internal.returns使用的org.hibernate.loader中的类 类 说明 PropertyPath -
org.hibernate.loader.plan.exec.internal使用的org.hibernate.loader中的类 类 说明 CollectionAliases Type definition of CollectionAliases.EntityAliases Metadata describing the SQL result set column aliases for a particular entity. -
org.hibernate.loader.plan.exec.spi使用的org.hibernate.loader中的类 类 说明 CollectionAliases Type definition of CollectionAliases.EntityAliases Metadata describing the SQL result set column aliases for a particular entity. -
org.hibernate.loader.plan.spi使用的org.hibernate.loader中的类 类 说明 PropertyPath -
org.hibernate.persister.walking.internal使用的org.hibernate.loader中的类 类 说明 PropertyPath -
org.hibernate.persister.walking.spi使用的org.hibernate.loader中的类 类 说明 PropertyPath -
org.hibernate.tuple.component使用的org.hibernate.loader中的类 类 说明 PropertyPath -
org.hibernate.tuple.entity使用的org.hibernate.loader中的类 类 说明 PropertyPath