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 java.util.List<OneToOne>
Attributes. oneToOne
protected java.util.List<OneToOne>
EmbeddableAttributes. oneToOne
Methods in org.hibernate.jpamodelgen.xml.jaxb that return OneToOne Modifier and Type Method Description OneToOne
ObjectFactory. createOneToOne()
Create an instance ofOneToOne
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type OneToOne Modifier and Type Method Description java.util.List<OneToOne>
Attributes. getOneToOne()
Gets the value of the oneToOne property.java.util.List<OneToOne>
EmbeddableAttributes. getOneToOne()
Gets the value of the oneToOne property.
-