Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbManyToOne
-
Packages that use JaxbManyToOne Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbManyToOne in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbManyToOne Modifier and Type Field Description protected List<JaxbManyToOne>
JaxbNaturalId. manyToOne
protected List<JaxbManyToOne>
JaxbAttributes. manyToOneAttributes
protected List<JaxbManyToOne>
JaxbEmbeddableAttributes. manyToOneAttributes
Methods in org.hibernate.boot.jaxb.mapping that return JaxbManyToOne Modifier and Type Method Description JaxbManyToOne
ObjectFactory. createJaxbManyToOne()
Create an instance ofJaxbManyToOne
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbManyToOne Modifier and Type Method Description List<JaxbManyToOne>
JaxbNaturalId. getManyToOne()
Gets the value of the manyToOne property.List<JaxbManyToOne>
AttributesContainer. getManyToOneAttributes()
List<JaxbManyToOne>
JaxbAttributes. getManyToOneAttributes()
Gets the value of the manyToOneAttributes property.List<JaxbManyToOne>
JaxbEmbeddableAttributes. getManyToOneAttributes()
Gets the value of the manyToOneAttributes property.List<JaxbManyToOne>
NaturalId. getManyToOneAttributes()
-
Uses of JaxbManyToOne in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbManyToOne Modifier and Type Method Description List<JaxbManyToOne>
PropertyMappingElementCollector. getManyToOne()
-