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 TypeClassDescriptionclass
See `@org.hibernate.annotations.TenantId`Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbBasicImplModifier and TypeFieldDescriptionprotected List<JaxbBasicImpl>
JaxbAttributesContainerImpl.basicAttributes
protected List<JaxbBasicImpl>
JaxbEmbeddableAttributesContainerImpl.basicAttributes
protected List<JaxbBasicImpl>
JaxbNaturalIdImpl.basicAttributes
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbBasicImplModifier and TypeMethodDescriptionObjectFactory.createJaxbBasicImpl()
Create an instance ofJaxbBasicImpl
Methods 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.MutableMemberDetails
BasicAttributeProcessing.processBasicAttribute
(JaxbBasicImpl jaxbBasic, org.hibernate.models.spi.MutableClassDetails declarer, AccessType classAccessType, XmlDocumentContext xmlDocumentContext)