Uses of Interface
org.hibernate.boot.models.annotations.spi.DatabaseObjectDetails
Packages that use DatabaseObjectDetails
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of DatabaseObjectDetails in org.hibernate.boot.models.annotations.internal
Classes in org.hibernate.boot.models.annotations.internal that implement DatabaseObjectDetailsModifier and TypeClassDescriptionclassclassclassclass -
Uses of DatabaseObjectDetails in org.hibernate.boot.models.annotations.spi
Subinterfaces of DatabaseObjectDetails in org.hibernate.boot.models.annotations.spiModifier and TypeInterfaceDescriptioninterfaceInformation which is common across all table annotations -
Uses of DatabaseObjectDetails in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type DatabaseObjectDetailsModifier 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