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