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
Methods in org.hibernate.cfg with parameters of type ToOne Modifier and Type Method Description protected static voidAnnotationBinder. defineFetchingStrategy(ToOne toOne, org.hibernate.annotations.common.reflection.XProperty property)Constructors in org.hibernate.cfg with parameters of type ToOne Constructor Description ToOneFkSecondPass(ToOne value, Ejb3JoinColumn[] 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)
-