Class ImplicitModelPartResultBuilderEntity
java.lang.Object
org.hibernate.query.results.internal.implicit.ImplicitModelPartResultBuilderEntity
- All Implemented Interfaces:
GraphNodeBuilder
,ImplicitModelPartResultBuilder
,ResultBuilder
,ResultBuilderEntityValued
public class ImplicitModelPartResultBuilderEntity
extends Object
implements ImplicitModelPartResultBuilder, ResultBuilderEntityValued
-
Constructor Summary
ConstructorsConstructorDescriptionImplicitModelPartResultBuilderEntity
(EntityMappingType entityMappingType) ImplicitModelPartResultBuilderEntity
(NavigablePath navigablePath, EntityValuedModelPart modelPart) -
Method Summary
Modifier and TypeMethodDescriptionbuildResult
(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
-
ImplicitModelPartResultBuilderEntity
-
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 EntityResult buildResult(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, DomainResultCreationState domainResultCreationState) Description copied from interface:ResultBuilder
Build a result- Specified by:
buildResult
in interfaceResultBuilder
- Specified by:
buildResult
in interfaceResultBuilderEntityValued
- 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()
-