Class ImplicitModelPartResultBuilderBasic
java.lang.Object
org.hibernate.query.results.internal.implicit.ImplicitModelPartResultBuilderBasic
- All Implemented Interfaces:
GraphNodeBuilder
,ImplicitModelPartResultBuilder
,ResultBuilder
,ResultBuilderBasicValued
public class ImplicitModelPartResultBuilderBasic
extends Object
implements ImplicitModelPartResultBuilder, ResultBuilderBasicValued
-
Constructor Summary
ConstructorsConstructorDescriptionImplicitModelPartResultBuilderBasic
(NavigablePath navigablePath, BasicValuedModelPart modelPart) -
Method Summary
Modifier and TypeMethodDescriptionBasicResult<?>
buildResult
(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, DomainResultCreationState domainResultCreationState) Build a resultboolean
Class<?>
The Java type of the value returned for a result built by this builder.int
hashCode()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.query.results.ResultBuilder
visitFetchBuilders
-
Constructor Details
-
Method Details
-
getJavaType
Description copied from interface:ResultBuilder
The Java type of the value returned for a result built by this builder.- Specified by:
getJavaType
in interfaceResultBuilder
- See Also:
-
cacheKeyInstance
- Specified by:
cacheKeyInstance
in interfaceResultBuilder
-
buildResult
public BasicResult<?> buildResult(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, DomainResultCreationState domainResultCreationState) Description copied from interface:ResultBuilder
Build a result- Specified by:
buildResult
in interfaceResultBuilder
- Specified by:
buildResult
in interfaceResultBuilderBasicValued
- Parameters:
jdbcResultsMetadata
- The JDBC values and metadataresultPosition
- The position in the domain results for the result to be builtdomainResultCreationState
- Access to useful stuff
-
equals
-
hashCode
public int hashCode()
-