Uses of Interface
org.hibernate.boot.jaxb.mapping.spi.JaxbPersistentAttribute
Packages that use JaxbPersistentAttribute
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbPersistentAttribute in org.hibernate.boot.jaxb.mapping.spi
Subinterfaces of JaxbPersistentAttribute in org.hibernate.boot.jaxb.mapping.spiModifier and TypeInterfaceDescriptioninterface
JAXB binding interface for discriminated association based attributes (any and many-to-any)interface
JAXB binding interface for association attributes (to-one and plural mappings)interface
interface
A model part that is (or can be) embeddable-valued (composite) - JaxbEmbeddedIdImpl, JaxbEmbeddedIdImpl and JaxbElementCollectionImplinterface
Non-id, non-version singular attributeinterface
interface
JAXB binding interface for plural attributesinterface
interface
interface
Commonality between non-id, non-version and non-embedded.Classes in org.hibernate.boot.jaxb.mapping.spi that implement JaxbPersistentAttributeModifier and TypeClassDescriptionclass
See `@org.hibernate.annotations.Any`class
See `@jakarta.persistence.Basic` See `@jakarta.persistence.Lob` See `@jakarta.persistence.Temporal` See `@jakarta.persistence.Enumerated` See `@jakarta.persistence.Convert` See `@org.hibernate.annotations.Nationalized` See `@org.hibernate.annotations.OptimisticLock` See `@org.hibernate.annotations.AttributeAccessor` See `@org.hibernate.annotations.Type` See `@org.hibernate.annotations.JavaType` See `@org.hibernate.annotations.JdbcType` See `@org.hibernate.annotations.JdbcTypeCode` See `@org.hibernate.annotations.Mutability` See `@org.hibernate.annotations.Immutable`class
class
class
class
class
class
class
class
class
See `@org.hibernate.annotations.ManyToAny`class
See `@org.hibernate.annotations.TenantId`class
-
Uses of JaxbPersistentAttribute in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbPersistentAttributeModifier and TypeMethodDescription<M extends org.hibernate.models.spi.MutableMemberDetails>
voidAttributeProcessor.MemberAdjuster.adjust
(M member, JaxbPersistentAttribute jaxbPersistentAttribute, XmlDocumentContext xmlDocumentContext) -
Uses of JaxbPersistentAttribute in org.hibernate.boot.models.xml.internal.attr
Methods in org.hibernate.boot.models.xml.internal.attr with parameters of type JaxbPersistentAttributeModifier and TypeMethodDescriptionstatic void
CommonAttributeProcessing.applyAttributeAccessor
(JaxbPersistentAttribute jaxbAttribute, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext) -
Uses of JaxbPersistentAttribute in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi with parameters of type JaxbPersistentAttributeModifier and TypeMethodDescriptiondefault org.hibernate.models.spi.MutableClassDetails
XmlDocumentContext.resolveDynamicJavaType
(JaxbPersistentAttribute jaxbPersistentAttribute) Resolve a ClassDetails by name, accounting for XML-defined package name if one.