Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResultImpl
Packages that use JaxbColumnResultImpl
-
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.