Class ImplicitAttributeFetchBuilder
java.lang.Object
org.hibernate.query.results.internal.implicit.ImplicitAttributeFetchBuilder
- All Implemented Interfaces:
FetchBuilder
,GraphNodeBuilder
,ImplicitFetchBuilder
public class ImplicitAttributeFetchBuilder
extends Object
implements FetchBuilder, ImplicitFetchBuilder
FetchBuilder used when an explicit mapping was not given
-
Constructor Summary
ConstructorsConstructorDescriptionImplicitAttributeFetchBuilder
(NavigablePath navigablePath, AttributeMapping attributeMapping) -
Method Summary
Modifier and TypeMethodDescriptionbuildFetch
(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, DomainResultCreationState domainResultCreationState) boolean
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.FetchBuilder
visitFetchBuilders
-
Constructor Details
-
Method Details
-
cacheKeyInstance
- Specified by:
cacheKeyInstance
in interfaceFetchBuilder
-
equals
-
hashCode
public int hashCode()
-