Uses of Interface
org.hibernate.boot.jaxb.mapping.spi.JaxbSchemaAware
Packages that use JaxbSchemaAware
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbSchemaAware in org.hibernate.boot.jaxb.mapping.spi
Classes in org.hibernate.boot.jaxb.mapping.spi that implement JaxbSchemaAwareModifier and TypeClassDescriptionclass
class
class
See `@jakarta.persistence.SecondaryTable` See `@org.hibernate.annotations.SecondaryRow`class
class
class
-
Uses of JaxbSchemaAware in org.hibernate.boot.jaxb.mapping.spi.db
Subinterfaces of JaxbSchemaAware in org.hibernate.boot.jaxb.mapping.spi.db -
Uses of JaxbSchemaAware in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbSchemaAwareModifier and TypeMethodDescriptionstatic void
XmlAnnotationHelper.applyCatalog
(JaxbSchemaAware jaxbNode, DatabaseObjectDetails annotationUsage, XmlDocumentContext xmlDocumentContext) Applies the catalog defined either The JAXB node directly The XML document's<catalog/>
elementstatic void
XmlAnnotationHelper.applySchema
(JaxbSchemaAware jaxbNode, DatabaseObjectDetails annotationUsage, XmlDocumentContext xmlDocumentContext) Applies the schema defined either The JAXB node directly The XML document's<schema/>
element