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 TypeClassDescriptionclass
class
class
class
-
Uses of DatabaseObjectDetails in org.hibernate.boot.models.annotations.spi
Subinterfaces of DatabaseObjectDetails in org.hibernate.boot.models.annotations.spiModifier and TypeInterfaceDescriptioninterface
Information 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 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