Uses of Interface
org.hibernate.hql.spi.NamedParameterInformation
-
Packages that use NamedParameterInformation Package Description org.hibernate.hql.spi -
-
Uses of NamedParameterInformation in org.hibernate.hql.spi
Methods in org.hibernate.hql.spi that return NamedParameterInformation Modifier and Type Method Description NamedParameterInformation
ParameterTranslations. getNamedParameterInformation(java.lang.String name)
Methods in org.hibernate.hql.spi that return types with arguments of type NamedParameterInformation Modifier and Type Method Description java.util.Map<java.lang.String,NamedParameterInformation>
ParameterTranslations. getNamedParameterInformationMap()
-