Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbOneToOne

Packages that use JaxbOneToOne
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbOneToOne in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm with type parameters of type JaxbOneToOne
protected  List<JaxbOneToOne> JaxbEmbeddableAttributes.oneToOne
           
protected  List<JaxbOneToOne> JaxbAttributes.oneToOne
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbOneToOne
 JaxbOneToOne ObjectFactory.createJaxbOneToOne()
          Create an instance of JaxbOneToOne
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return types with arguments of type JaxbOneToOne
 List<JaxbOneToOne> JaxbEmbeddableAttributes.getOneToOne()
          Gets the value of the oneToOne property.
 List<JaxbOneToOne> JaxbAttributes.getOneToOne()
          Gets the value of the oneToOne property.
 



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