Uses of Interface
org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Packages that use JaxbEntity
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbEntity in org.hibernate.boot.jaxb.mapping.spi
Classes in org.hibernate.boot.jaxb.mapping.spi that implement JaxbEntityModifier and TypeClassDescriptionclass
Defines the settings and mappings for an entity. -
Uses of JaxbEntity in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbEntityModifier and TypeMethodDescriptionstatic void
XmlAnnotationHelper.applyEntity
(JaxbEntity jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, XmlDocumentContext xmlDocumentContext) Handle creating @Entity from an<entity/>
element.