Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Packages that use JaxbOneToMany
-
Uses of JaxbOneToMany in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbOneToManyModifier and TypeFieldDescriptionprotected List<JaxbOneToMany>JaxbAttributes.oneToManyAttributesprotected List<JaxbOneToMany>JaxbEmbeddableAttributes.oneToManyAttributesMethods in org.hibernate.boot.jaxb.mapping that return JaxbOneToManyModifier and TypeMethodDescriptionObjectFactory.createJaxbOneToMany()Create an instance ofJaxbOneToManyMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbOneToManyModifier and TypeMethodDescriptionAttributesContainer.getOneToManyAttributes()JaxbAttributes.getOneToManyAttributes()Gets the value of the oneToManyAttributes property.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