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 TypeInterfaceDescriptioninterfaceJAXB binding interface for discriminated association based attributes (any and many-to-any)interfaceJAXB binding interface for association attributes (to-one and plural mappings)interfaceinterfaceA model part that is (or can be) embeddable-valued (composite) - JaxbEmbeddedIdImpl, JaxbEmbeddedIdImpl and JaxbElementCollectionImplinterfaceNon-id, non-version singular attributeinterfaceinterfaceJAXB binding interface for plural attributesinterfaceinterfaceinterfaceCommonality between non-id, non-version and non-embedded.Classes in org.hibernate.boot.jaxb.mapping.spi that implement JaxbPersistentAttributeModifier and TypeClassDescriptionclassSee `@org.hibernate.annotations.Any`classSee `@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`classclassclassclassclassclassclassclassclassSee `@org.hibernate.annotations.ManyToAny`classSee `@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 voidCommonAttributeProcessing.applyAttributeAccessor(JaxbPersistentAttribute jaxbAttribute, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)