Uses of Class
org.hibernate.mapping.ToOne
Packages that use ToOne
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of ToOne in org.hibernate.boot.model.internal
Constructors in org.hibernate.boot.model.internal with parameters of type ToOneModifierConstructorDescriptionSimpleToOneFkSecondPass
(ToOne value) ToOneFkSecondPass
(ToOne value, AnnotatedJoinColumns columns, boolean unique, boolean annotatedEntity, PersistentClass persistentClass, String path, MetadataBuildingContext buildingContext) -
Uses of ToOne in org.hibernate.mapping
Subclasses of ToOne in org.hibernate.mappingModifier and TypeClassDescriptionclass
A mapping model object representing a many-to-one association.class
A mapping model object representing a many-to-one association.Methods in org.hibernate.mapping with parameters of type ToOneModifier and TypeMethodDescriptionboolean
boolean
Constructors in org.hibernate.mapping with parameters of type ToOne -
Uses of ToOne in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type ToOneModifier and TypeMethodDescriptionstatic boolean
MappingModelCreationHelper.interpretToOneKeyDescriptor
(ToOneAttributeMapping attributeMapping, Property bootProperty, ToOne bootValueMapping, PropertyAccess inversePropertyAccess, Dialect dialect, MappingModelCreationProcess creationProcess) Tries toToOneAttributeMapping.setForeignKeyDescriptor(org.hibernate.metamodel.mapping.ForeignKeyDescriptor)
to the given attributeattributeMapping
.Constructors in org.hibernate.metamodel.mapping.internal with parameters of type ToOneModifierConstructorDescriptionToOneAttributeMapping
(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, ToOne bootValue, AttributeMetadata attributeMetadata, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EntityMappingType entityMappingType, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, PropertyAccess propertyAccess) ToOneAttributeMapping
(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, ToOne bootValue, AttributeMetadata attributeMetadata, FetchOptions mappedFetchOptions, EntityMappingType entityMappingType, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, PropertyAccess propertyAccess)