Uses of Class
org.hibernate.mapping.ToOne
-
Packages that use ToOne Package Description org.hibernate.cfg org.hibernate.mapping -
-
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 classManyToOneA many-to-one association mappingclassOneToOneA one-to-one association mappingMethods in org.hibernate.mapping with parameters of type ToOne Modifier and Type Method Description booleanOneToOne. isSame(ToOne other)booleanToOne. isSame(ToOne other)Constructors in org.hibernate.mapping with parameters of type ToOne Constructor Description ToOne(ToOne original)
-