Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Packages that use OneToOne Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of OneToOne in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type OneToOne Modifier and Type Field Description protected List<OneToOne>Attributes. oneToOneprotected List<OneToOne>EmbeddableAttributes. oneToOneMethods in org.hibernate.jpamodelgen.xml.jaxb that return OneToOne Modifier and Type Method Description OneToOneObjectFactory. createOneToOne()Create an instance ofOneToOneMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type OneToOne Modifier and Type Method Description List<OneToOne>Attributes. getOneToOne()Gets the value of the oneToOne property.List<OneToOne>EmbeddableAttributes. getOneToOne()Gets the value of the oneToOne property.
-