Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
Packages that use JaxbEntityImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbEntityImpl in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return types with arguments of type JaxbEntityImpl -
Uses of JaxbEntityImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbEntityImplMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEntityImplModifier and TypeMethodDescriptionObjectFactory.createJaxbEntityImpl()
Create an instance ofJaxbEntityImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbEntityImplModifier and TypeMethodDescriptionJaxbEntityMappingsImpl.getEntities()
Gets the value of the entities property. -
Uses of JaxbEntityImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal that return types with arguments of type JaxbEntityImplModifier and TypeMethodDescriptionXmlDocumentImpl.getEntityMappings()
XmlProcessingResultImpl.getEntityOverrides()
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbEntityImplModifier and TypeMethodDescriptionstatic void
EntityGraphProcessing.applyEntityGraphs
(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, XmlDocumentContext xmlDocumentContext) static void
QueryProcessing.applyNamedNativeQueries
(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, JaxbEntityMappingsImpl jaxbRoot, XmlDocumentContext xmlDocumentContext) static void
QueryProcessing.applyNamedProcedureQueries
(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, XmlDocumentContext xmlDocumentContext) static void
QueryProcessing.applyNamedQueries
(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, XmlDocumentContext xmlDocumentContext) static void
XmlAnnotationHelper.applyPrimaryKeyJoinColumns
(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, XmlDocumentContext xmlDocumentContext) static void
ManagedTypeProcessor.processCompleteEntity
(JaxbEntityMappingsImpl jaxbRoot, JaxbEntityImpl jaxbEntity, XmlDocumentContext xmlDocumentContext) Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbEntityImplModifier and TypeMethodDescriptionvoid
XmlProcessingResultImpl.addEntityOverride
(XmlProcessingResult.OverrideTuple<JaxbEntityImpl> overrideTuple) static void
ManagedTypeProcessor.processOverrideEntity
(List<XmlProcessingResult.OverrideTuple<JaxbEntityImpl>> entityOverrides) -
Uses of JaxbEntityImpl in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi that return types with arguments of type JaxbEntityImplModifier and TypeMethodDescriptionXmlDocument.getEntityMappings()
XmlProcessingResult.getEntityOverrides()