Uses of Class
org.hibernate.engine.query.spi.NamedParameterDescriptor
-
Packages that use NamedParameterDescriptor Package Description org.hibernate.engine.query.spi An SPI for dealing with parameters of native queries. -
-
Uses of NamedParameterDescriptor in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi that return types with arguments of type NamedParameterDescriptor Modifier and Type Method Description Map<String,NamedParameterDescriptor<?>>
ParamLocationRecognizer. getNamedParameterDescriptionMap()
-