Uses of Class
org.hibernate.mapping.ToOne
-
Packages that use ToOne Package Description org.hibernate.cfg org.hibernate.mapping org.hibernate.metamodel.mapping.internal -
-
Uses of ToOne in org.hibernate.cfg
Constructors in org.hibernate.cfg with parameters of type ToOne Constructor Description SimpleToOneFkSecondPass(ToOne value)
ToOneFkSecondPass(ToOne value, AnnotatedJoinColumn[] columns, boolean unique, String entityClassName, 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 many-to-one association mappingclass
OneToOne
A one-to-one association mappingMethods 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, ToOne bootValue, AttributeMetadataAccess attributeMetadataAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EntityMappingType entityMappingType, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, PropertyAccess propertyAccess)
ToOneAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, ToOne bootValue, AttributeMetadataAccess attributeMetadataAccess, FetchOptions mappedFetchOptions, EntityMappingType entityMappingType, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, PropertyAccess propertyAccess)
-