Uses of Class
org.hibernate.mapping.ToOne
-
Packages that use ToOne Package Description org.hibernate.boot.model.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping.internal -
-
Uses of ToOne in org.hibernate.boot.model.internal
Constructors in org.hibernate.boot.model.internal with parameters of type ToOne Constructor Description SimpleToOneFkSecondPass(ToOne value)
ToOneFkSecondPass(ToOne value, AnnotatedJoinColumns columns, boolean unique, PersistentClass persistentClass, String path, MetadataBuildingContext buildingContext)
-
Uses of ToOne in org.hibernate.mapping
Subclasses of ToOne in org.hibernate.mapping Modifier and Type Class Description class
ManyToOne
A mapping model object representing a many-to-one association.class
OneToOne
A mapping model object representing a many-to-one association.Methods in org.hibernate.mapping with parameters of type ToOne Modifier and Type Method Description boolean
OneToOne. isSame(ToOne other)
boolean
ToOne. isSame(ToOne other)
Constructors in org.hibernate.mapping with parameters of type ToOne Constructor Description ToOne(ToOne original)
-
Uses of ToOne in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type ToOne Modifier and Type Method Description static 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 ToOne Constructor Description ToOneAttributeMapping(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)
-