Uses of Interface
org.hibernate.SQLQuery.ReturnProperty
-
Packages that use SQLQuery.ReturnProperty Package Description org.hibernate -
-
Uses of SQLQuery.ReturnProperty in org.hibernate
Methods in org.hibernate that return SQLQuery.ReturnProperty Modifier and Type Method Description SQLQuery.ReturnPropertySQLQuery.ReturnProperty. addColumnAlias(java.lang.String columnAlias)Add a column alias to this property mapping.SQLQuery.ReturnPropertySQLQuery.FetchReturn. addProperty(java.lang.String propertyName)Add a property, presumably with more than one column.SQLQuery.ReturnPropertySQLQuery.RootReturn. addProperty(java.lang.String propertyName)Add a property, presumably with more than one column.
-