Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMappingImpl
Packages that use JaxbSqlResultSetMappingImpl
-
Uses of JaxbSqlResultSetMappingImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbSqlResultSetMappingImplModifier and TypeFieldDescriptionprotected JaxbSqlResultSetMappingImplJaxbSqlSelectImpl.resultSetMappingFields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbSqlResultSetMappingImplModifier and TypeFieldDescriptionprotected List<JaxbSqlResultSetMappingImpl>JaxbEntityImpl.sqlResultSetMappingsprotected List<JaxbSqlResultSetMappingImpl>JaxbEntityMappingsImpl.sqlResultSetMappingsMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbSqlResultSetMappingImplModifier and TypeMethodDescriptionObjectFactory.createJaxbSqlResultSetMappingImpl()Create an instance ofJaxbSqlResultSetMappingImplJaxbSqlSelectImpl.getResultSetMapping()Gets the value of the resultSetMapping property.Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbSqlResultSetMappingImplModifier and TypeMethodDescriptionJaxbEntity.getSqlResultSetMappings()JaxbEntityImpl.getSqlResultSetMappings()Gets the value of the sqlResultSetMappings property.JaxbEntityMappingsImpl.getSqlResultSetMappings()Gets the value of the sqlResultSetMappings property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbSqlResultSetMappingImplModifier and TypeMethodDescriptionvoidJaxbSqlSelectImpl.setResultSetMapping(JaxbSqlResultSetMappingImpl value) Sets the value of the resultSetMapping property.