Uses of Class
org.hibernate.mapping.ToOne

Packages that use 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. 
 

Uses of ToOne in org.hibernate.cfg
 

Methods in org.hibernate.cfg with parameters of type ToOne
protected static void AnnotationBinder.defineFetchingStrategy(ToOne toOne, org.hibernate.annotations.common.reflection.XProperty property)
           
 

Constructors in org.hibernate.cfg with parameters of type ToOne
ToOneFkSecondPass(ToOne value, Ejb3JoinColumn[] columns, boolean unique, String entityClassName, String path, ExtendedMappings mappings)
           
 

Uses of ToOne in org.hibernate.mapping
 

Subclasses of ToOne in org.hibernate.mapping
 class ManyToOne
          A many-to-one association mapping
 class OneToOne
          A one-to-one association mapping
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.