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.