Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOneImpl
Packages that use JaxbManyToOneImpl
-
Uses of JaxbManyToOneImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbManyToOneImplModifier and TypeFieldDescriptionprotected List<JaxbManyToOneImpl> JaxbAttributesContainerImpl.manyToOneAttributesprotected List<JaxbManyToOneImpl> JaxbEmbeddableAttributesContainerImpl.manyToOneAttributesprotected List<JaxbManyToOneImpl> JaxbNaturalIdImpl.manyToOneAttributesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbManyToOneImplModifier and TypeMethodDescriptionObjectFactory.createJaxbManyToOneImpl()Create an instance ofJaxbManyToOneImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbManyToOneImplModifier and TypeMethodDescriptionJaxbAttributesContainerImpl.getManyToOneAttributes()Gets the value of the manyToOneAttributes property.JaxbBaseAttributesContainer.getManyToOneAttributes()JaxbEmbeddableAttributesContainerImpl.getManyToOneAttributes()Gets the value of the manyToOneAttributes property.JaxbNaturalIdImpl.getManyToOneAttributes()Gets the value of the manyToOneAttributes property.