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 JaxbSqlResultSetMappingImpl
JaxbSqlSelectImpl.resultSetMapping
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbSqlResultSetMappingImplModifier and TypeFieldDescriptionprotected List<JaxbSqlResultSetMappingImpl>
JaxbEntityImpl.sqlResultSetMappings
protected List<JaxbSqlResultSetMappingImpl>
JaxbEntityMappingsImpl.sqlResultSetMappings
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbSqlResultSetMappingImplModifier and TypeMethodDescriptionObjectFactory.createJaxbSqlResultSetMappingImpl()
Create an instance ofJaxbSqlResultSetMappingImpl
JaxbSqlSelectImpl.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 TypeMethodDescriptionvoid
JaxbSqlSelectImpl.setResultSetMapping
(JaxbSqlResultSetMappingImpl value) Sets the value of the resultSetMapping property.