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. manyToOneprotected java.util.List<JaxbManyToOne>JaxbEmbeddableAttributes. manyToOneMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbManyToOne Modifier and Type Method Description JaxbManyToOneObjectFactory. createJaxbManyToOne()Create an instance ofJaxbManyToOneMethods 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.
-