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 TypeClassDescriptionclassclassclassSee `@jakarta.persistence.SecondaryTable` See `@org.hibernate.annotations.SecondaryRow`classclassclass -
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 voidXmlAnnotationHelper.applyCatalog(JaxbSchemaAware jaxbNode, DatabaseObjectDetails annotationUsage, XmlDocumentContext xmlDocumentContext) Applies the catalog defined either The JAXB node directly The XML document's<catalog/>elementstatic voidXmlAnnotationHelper.applySchema(JaxbSchemaAware jaxbNode, DatabaseObjectDetails annotationUsage, XmlDocumentContext xmlDocumentContext) Applies the schema defined either The JAXB node directly The XML document's<schema/>element