Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
Packages that use JaxbOneToManyImpl
-
Uses of JaxbOneToManyImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbOneToManyImplModifier and TypeFieldDescriptionprotected List<JaxbOneToManyImpl> JaxbAttributesContainerImpl.oneToManyAttributesprotected List<JaxbOneToManyImpl> JaxbEmbeddableAttributesContainerImpl.oneToManyAttributesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbOneToManyImplModifier and TypeMethodDescriptionObjectFactory.createJaxbOneToManyImpl()Create an instance ofJaxbOneToManyImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbOneToManyImplModifier and TypeMethodDescriptionJaxbAttributesContainer.getOneToManyAttributes()JaxbAttributesContainerImpl.getOneToManyAttributes()Gets the value of the oneToManyAttributes property.JaxbEmbeddableAttributesContainerImpl.getOneToManyAttributes()Gets the value of the oneToManyAttributes property.