Uses of Class
org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
-
Packages that use ToOneAttributeMapping Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.mapping.ordering.ast org.hibernate.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.sql.results.graph.entity.internal org.hibernate.sql.results.internal.domain -
-
Uses of ToOneAttributeMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type ToOneAttributeMapping Modifier and Type Method Description boolean
PluralAttributeMapping. isBidirectionalAttributeName(NavigablePath fetchablePath, ToOneAttributeMapping modelPart)
-
Uses of ToOneAttributeMapping in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return ToOneAttributeMapping Modifier and Type Method Description static ToOneAttributeMapping
MappingModelCreationHelper. buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)
ToOneAttributeMapping
ToOneAttributeMapping. copy(ManagedMappingType declaringType, TableGroupProducer declaringTableGroupProducer)
Methods in org.hibernate.metamodel.mapping.internal with parameters of type ToOneAttributeMapping Modifier and Type Method Description static boolean
MappingModelCreationHelper. interpretToOneKeyDescriptor(ToOneAttributeMapping attributeMapping, Property bootProperty, ToOne bootValueMapping, PropertyAccess inversePropertyAccess, Dialect dialect, MappingModelCreationProcess creationProcess)
Tries tosetForeignKeyDescriptor(org.hibernate.metamodel.mapping.ForeignKeyDescriptor)
to the given attributeattributeMapping
.boolean
PluralAttributeMappingImpl. isBidirectionalAttributeName(NavigablePath fetchablePath, ToOneAttributeMapping modelPart)
-
Uses of ToOneAttributeMapping in org.hibernate.metamodel.mapping.ordering.ast
Constructors in org.hibernate.metamodel.mapping.ordering.ast with parameters of type ToOneAttributeMapping Constructor Description FkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ToOneAttributeMapping referencedModelPart)
-
Uses of ToOneAttributeMapping in org.hibernate.query.results.implicit
Constructors in org.hibernate.query.results.implicit with parameters of type ToOneAttributeMapping Constructor Description ImplicitFetchBuilderEntity(NavigablePath fetchPath, ToOneAttributeMapping fetchable, DomainResultCreationState creationState)
-
Uses of ToOneAttributeMapping in org.hibernate.sql.results.graph.entity.internal
Fields in org.hibernate.sql.results.graph.entity.internal declared as ToOneAttributeMapping Modifier and Type Field Description protected ToOneAttributeMapping
AbstractBatchEntitySelectFetchInitializer. referencedModelPart
Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type ToOneAttributeMapping Modifier and Type Method Description protected static String
BatchEntityInsideEmbeddableSelectFetchInitializer. getRootEmbeddablePropertyName(EntityInitializer firstEntityInitializer, FetchParentAccess parentAccess, ToOneAttributeMapping referencedModelPart)
protected static Object
AbstractBatchEntitySelectFetchInitializer. loadInstance(EntityKey entityKey, ToOneAttributeMapping referencedModelPart, SharedSessionContractImplementor session)
protected static void
BatchEntityInsideEmbeddableSelectFetchInitializer. setInstance(EntityInitializer entityInitializer, ToOneAttributeMapping referencedModelPart, String rootEmbeddablePropertyName, int propertyIndex, Object loadedInstance, Object embeddableParentInstance, EntityKey parentEntityKey, EntityEntry parentEntityEntry, SharedSessionContractImplementor session)
protected static void
BatchEntitySelectFetchInitializer. setInstance(EntityInitializer entityInitializer, ToOneAttributeMapping referencedModelPart, String propertyName, int propertyIndex, SharedSessionContractImplementor session, Object instance, Object parentInstance, EntityEntry entry)
-
Uses of ToOneAttributeMapping in org.hibernate.sql.results.internal.domain
Constructors in org.hibernate.sql.results.internal.domain with parameters of type ToOneAttributeMapping Constructor Description CircularBiDirectionalFetchImpl(FetchTiming timing, NavigablePath navigablePath, FetchParent fetchParent, ToOneAttributeMapping fetchable, LockMode lockMode, NavigablePath referencedNavigablePath, DomainResult<?> keyDomainResult)
CircularFetchImpl(ToOneAttributeMapping referencedModelPart, EntityMappingType entityMappingType, FetchTiming timing, NavigablePath navigablePath, FetchParent fetchParent, ToOneAttributeMapping fetchable, boolean selectByUniqueKey, NavigablePath referencedNavigablePath, DomainResult<?> keyResult)
-