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.anyMappingAttributes
protected List<JaxbAnyMappingImpl>
JaxbEmbeddableAttributesContainerImpl.anyMappingAttributes
protected List<JaxbAnyMappingImpl>
JaxbNaturalIdImpl.anyMappingAttributes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbAnyMappingImplModifier and TypeMethodDescriptionObjectFactory.createJaxbAnyMappingImpl()
Create an instance ofJaxbAnyMappingImpl
Methods 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.MutableMemberDetails
AnyMappingAttributeProcessing.processAnyMappingAttribute
(JaxbAnyMappingImpl jaxbHbmAnyMapping, org.hibernate.models.spi.MutableClassDetails declarer, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)