类的使用
org.hibernate.mapping.ToOne
-
使用ToOne的程序包 程序包 说明 org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.cfg中ToOne的使用
参数类型为ToOne的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 protected static voidAnnotationBinder. defineFetchingStrategy(ToOne toOne, org.hibernate.annotations.common.reflection.XProperty property)参数类型为ToOne的org.hibernate.cfg中的构造器 构造器 说明 ToOneFkSecondPass(ToOne value, Ejb3JoinColumn[] columns, boolean unique, String entityClassName, String path, MetadataBuildingContext buildingContext) -
org.hibernate.mapping中ToOne的使用
org.hibernate.mapping中ToOne的子类 修饰符和类型 类 说明 classManyToOneA many-to-one association mappingclassOneToOneA one-to-one association mapping参数类型为ToOne的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 booleanOneToOne. isSame(ToOne other)booleanToOne. isSame(ToOne other)
-