Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbOneToMany
-
Packages that use JaxbOneToMany Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbOneToMany in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbOneToMany Modifier and Type Field Description protected List<JaxbOneToMany>JaxbAttributes. oneToManyAttributesprotected List<JaxbOneToMany>JaxbEmbeddableAttributes. oneToManyAttributesMethods in org.hibernate.boot.jaxb.mapping that return JaxbOneToMany Modifier and Type Method Description JaxbOneToManyObjectFactory. createJaxbOneToMany()Create an instance ofJaxbOneToManyMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbOneToMany Modifier and Type Method Description List<JaxbOneToMany>AttributesContainer. getOneToManyAttributes()List<JaxbOneToMany>JaxbAttributes. getOneToManyAttributes()Gets the value of the oneToManyAttributes property.List<JaxbOneToMany>JaxbEmbeddableAttributes. getOneToManyAttributes()Gets the value of the oneToManyAttributes property. -
Uses of JaxbOneToMany in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbOneToMany Modifier and Type Method Description List<JaxbOneToMany>PropertyMappingElementCollector. getOneToMany()
-