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