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.columnResultprotected List<JaxbColumnResultImpl> JaxbSqlResultSetMappingImpl.columnResultprotected List<JaxbColumnResultImpl> JaxbConstructorResultImpl.columnsMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbColumnResultImplModifier and TypeMethodDescriptionObjectFactory.createJaxbColumnResultImpl()Create an instance ofJaxbColumnResultImplMethods 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.