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 List<JaxbManyToOne>JaxbAttributes. manyToOneprotected 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 List<JaxbManyToOne>AttributesContainer. getManyToOne()List<JaxbManyToOne>JaxbAttributes. getManyToOne()Gets the value of the manyToOne property.List<JaxbManyToOne>JaxbEmbeddableAttributes. getManyToOne()Gets the value of the manyToOne property.
-