Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResultImpl
Packages that use JaxbConstructorResultImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbConstructorResultImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbConstructorResultImplModifier and TypeFieldDescriptionprotected List<JaxbConstructorResultImpl>
JaxbNamedNativeQueryImpl.constructorResult
protected List<JaxbConstructorResultImpl>
JaxbSqlResultSetMappingImpl.constructorResult
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbConstructorResultImplModifier and TypeMethodDescriptionObjectFactory.createJaxbConstructorResultImpl()
Create an instance ofJaxbConstructorResultImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbConstructorResultImplModifier and TypeMethodDescriptionJaxbNamedNativeQueryImpl.getConstructorResult()
Gets the value of the constructorResult property.JaxbSqlResultSetMappingImpl.getConstructorResult()
Gets the value of the constructorResult property. -
Uses of JaxbConstructorResultImpl in org.hibernate.boot.models.xml.internal
Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbConstructorResultImplModifier and TypeMethodDescriptionstatic ConstructorResult[]
QueryProcessing.extractConstructorResults
(List<JaxbConstructorResultImpl> jaxbConstructorResultList, XmlDocumentContext xmlDocumentContext)