Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHintImpl
Packages that use JaxbQueryHintImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbQueryHintImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbQueryHintImplModifier and TypeFieldDescriptionprotected List<JaxbQueryHintImpl>JaxbNamedHqlQueryImpl.hintsprotected List<JaxbQueryHintImpl>JaxbNamedNativeQueryImpl.hintsprotected List<JaxbQueryHintImpl>JaxbNamedStoredProcedureQueryImpl.hintsMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbQueryHintImplModifier and TypeMethodDescriptionObjectFactory.createJaxbQueryHintImpl()Create an instance ofJaxbQueryHintImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbQueryHintImpl -
Uses of JaxbQueryHintImpl in org.hibernate.boot.models.xml.internal
Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbQueryHintImplModifier and TypeMethodDescriptionstatic QueryHint[]QueryProcessing.collectQueryHints(List<JaxbQueryHintImpl> jaxbHints, XmlDocumentContext xmlDocumentContext)