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 ofJaxbEntityImplMethods 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 voidEntityGraphProcessing.applyEntityGraphs(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, XmlDocumentContext xmlDocumentContext) static voidQueryProcessing.applyNamedNativeQueries(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, JaxbEntityMappingsImpl jaxbRoot, XmlDocumentContext xmlDocumentContext) static voidQueryProcessing.applyNamedProcedureQueries(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, XmlDocumentContext xmlDocumentContext) static voidQueryProcessing.applyNamedQueries(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, XmlDocumentContext xmlDocumentContext) static voidXmlAnnotationHelper.applyPrimaryKeyJoinColumns(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, XmlDocumentContext xmlDocumentContext) static voidManagedTypeProcessor.processCompleteEntity(JaxbEntityMappingsImpl jaxbRoot, JaxbEntityImpl jaxbEntity, XmlDocumentContext xmlDocumentContext) Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbEntityImplModifier and TypeMethodDescriptionvoidXmlProcessingResultImpl.addEntityOverride(XmlProcessingResult.OverrideTuple<JaxbEntityImpl> overrideTuple) static voidManagedTypeProcessor.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()