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.oneToManyAttributes
protected List
<JaxbOneToManyImpl> JaxbEmbeddableAttributesContainerImpl.oneToManyAttributes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbOneToManyImplModifier and TypeMethodDescriptionObjectFactory.createJaxbOneToManyImpl()
Create an instance ofJaxbOneToManyImpl
Methods 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.