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. -
Uses of JaxbAnyMappingImpl in org.hibernate.boot.models.xml.internal.attr
Methods in org.hibernate.boot.models.xml.internal.attr with parameters of type JaxbAnyMappingImplModifier and TypeMethodDescriptionstatic org.hibernate.models.spi.MutableMemberDetailsAnyMappingAttributeProcessing.processAnyMappingAttribute(JaxbAnyMappingImpl jaxbHbmAnyMapping, org.hibernate.models.spi.MutableClassDetails declarer, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)