Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Packages that use JaxbOneToOne Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbOneToOne in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbOneToOne Modifier and Type Field Description protected List<JaxbOneToOne>
JaxbAttributes. oneToOne
protected List<JaxbOneToOne>
JaxbEmbeddableAttributes. oneToOne
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbOneToOne Modifier and Type Method Description JaxbOneToOne
ObjectFactory. createJaxbOneToOne()
Create an instance ofJaxbOneToOne
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbOneToOne Modifier and Type Method Description List<JaxbOneToOne>
AttributesContainer. getOneToOne()
List<JaxbOneToOne>
JaxbAttributes. getOneToOne()
Gets the value of the oneToOne property.List<JaxbOneToOne>
JaxbEmbeddableAttributes. getOneToOne()
Gets the value of the oneToOne property.
-