Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbBasicImpl
Packages that use JaxbBasicImpl
-
Uses of JaxbBasicImpl in org.hibernate.boot.jaxb.mapping.spi
Subclasses of JaxbBasicImpl in org.hibernate.boot.jaxb.mapping.spiModifier and TypeClassDescriptionclassSee `@org.hibernate.annotations.TenantId`Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbBasicImplModifier and TypeFieldDescriptionprotected List<JaxbBasicImpl>JaxbAttributesContainerImpl.basicAttributesprotected List<JaxbBasicImpl>JaxbEmbeddableAttributesContainerImpl.basicAttributesprotected List<JaxbBasicImpl>JaxbNaturalIdImpl.basicAttributesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbBasicImplModifier and TypeMethodDescriptionObjectFactory.createJaxbBasicImpl()Create an instance ofJaxbBasicImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbBasicImplModifier and TypeMethodDescriptionJaxbAttributesContainerImpl.getBasicAttributes()Gets the value of the basicAttributes property.JaxbBaseAttributesContainer.getBasicAttributes()JaxbEmbeddableAttributesContainerImpl.getBasicAttributes()Gets the value of the basicAttributes property.JaxbNaturalIdImpl.getBasicAttributes()Gets the value of the basicAttributes property. -
Uses of JaxbBasicImpl in org.hibernate.boot.models.xml.internal.attr
Methods in org.hibernate.boot.models.xml.internal.attr with parameters of type JaxbBasicImplModifier and TypeMethodDescriptionstatic org.hibernate.models.spi.MutableMemberDetailsBasicAttributeProcessing.processBasicAttribute(JaxbBasicImpl jaxbBasic, org.hibernate.models.spi.MutableClassDetails declarer, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)