程序包的使用
org.hibernate.transform
-
使用org.hibernate.transform的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.criterion A framework for defining restriction criteria and order criteria.org.hibernate.engine.spi org.hibernate.hql.internal org.hibernate.hql.internal.ast.tree 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.jpa.spi org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.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.hql This package defines a loader for the AST-based query parserorg.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.process.internal org.hibernate.loader.plan.exec.process.spi org.hibernate.query org.hibernate.query.criteria.internal.compile org.hibernate.query.internal org.hibernate.transform Defines strategies for post-processing criteria query result sets into a form convenient to the application. -
org.hibernate使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.cache.spi使用的org.hibernate.transform中的类 类 说明 CacheableResultTransformer A ResultTransformer that is used to transform tuples to a value(s) that can be cached. -
org.hibernate.criterion使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.engine.spi使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.hql.internal使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.hql.internal.ast.tree使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.hql.internal.classic使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.internal使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.jpa.spi使用的org.hibernate.transform中的类 类 说明 BasicTransformerAdapter Provides the basic "noop" impls of theResultTransformercontract.ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.loader使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.loader.criteria使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.loader.custom使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.loader.entity使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.loader.hql使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.loader.plan.exec.internal使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.loader.plan.exec.process.internal使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.loader.plan.exec.process.spi使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.query使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.query.criteria.internal.compile使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.query.internal使用的org.hibernate.transform中的类 类 说明 ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list. -
org.hibernate.transform使用的org.hibernate.transform中的类 类 说明 AliasedTupleSubsetResultTransformer An implementation of TupleSubsetResultTransformer that ignores a tuple element if its corresponding alias is null.AliasToEntityMapResultTransformer ResultTransformerimplementation which builds a map for each "row", made up of each aliased value where the alias is the map key.BasicTransformerAdapter Provides the basic "noop" impls of theResultTransformercontract.CacheableResultTransformer A ResultTransformer that is used to transform tuples to a value(s) that can be cached.DistinctResultTransformer Distinctions the result tuples in the final result based on the defined equality of the tuples.DistinctRootEntityResultTransformer Much likeRootEntityResultTransformer, but we also distinct the entity in the final result.PassThroughResultTransformer ???ResultTransformer Implementors define a strategy for transforming query results into the actual application-visible query result list.RootEntityResultTransformer ResultTransformerimplementation which limits the result tuple to only the "root entity".ToListResultTransformer Transforms each result row from a tuple into aListwhose elements are each tuple valueTupleSubsetResultTransformer A ResultTransformer that operates on "well-defined" and consistent subset of a tuple's elements.