Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResultImpl
Packages that use JaxbColumnResultImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbColumnResultImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbColumnResultImplModifier and TypeFieldDescriptionprotected List<JaxbColumnResultImpl>
JaxbNamedNativeQueryImpl.columnResult
protected List<JaxbColumnResultImpl>
JaxbSqlResultSetMappingImpl.columnResult
protected List<JaxbColumnResultImpl>
JaxbConstructorResultImpl.columns
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbColumnResultImplModifier and TypeMethodDescriptionObjectFactory.createJaxbColumnResultImpl()
Create an instance ofJaxbColumnResultImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbColumnResultImplModifier and TypeMethodDescriptionJaxbNamedNativeQueryImpl.getColumnResult()
Gets the value of the columnResult property.JaxbSqlResultSetMappingImpl.getColumnResult()
Gets the value of the columnResult property.JaxbConstructorResultImpl.getColumns()
Gets the value of the columns property. -
Uses of JaxbColumnResultImpl in org.hibernate.boot.models.xml.internal
Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbColumnResultImplModifier and TypeMethodDescriptionstatic ColumnResult[]
QueryProcessing.extractColumnResults
(List<JaxbColumnResultImpl> jaxbColumnResultList, XmlDocumentContext xmlDocumentContext)