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. oneToOne
protected 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 List<OneToOne>
Attributes. getOneToOne()
Gets the value of the oneToOne property.List<OneToOne>
EmbeddableAttributes. getOneToOne()
Gets the value of the oneToOne property.
-