Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingImpl
Packages that use JaxbAnyMappingImpl
-
Uses of JaxbAnyMappingImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbAnyMappingImplModifier and TypeFieldDescriptionprotected List<JaxbAnyMappingImpl> JaxbAttributesContainerImpl.anyMappingAttributesprotected List<JaxbAnyMappingImpl> JaxbEmbeddableAttributesContainerImpl.anyMappingAttributesprotected List<JaxbAnyMappingImpl> JaxbNaturalIdImpl.anyMappingAttributesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAnyMappingImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAnyMappingImpl()Create an instance ofJaxbAnyMappingImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbAnyMappingImplModifier and TypeMethodDescriptionJaxbAttributesContainerImpl.getAnyMappingAttributes()Gets the value of the anyMappingAttributes property.JaxbBaseAttributesContainer.getAnyMappingAttributes()JaxbEmbeddableAttributesContainerImpl.getAnyMappingAttributes()Gets the value of the anyMappingAttributes property.JaxbNaturalIdImpl.getAnyMappingAttributes()Gets the value of the anyMappingAttributes property.