Uses of Interface
org.hibernate.SQLQuery.ReturnProperty

Packages that use SQLQuery.ReturnProperty
org.hibernate This package defines the central Hibernate APIs. 
 

Uses of SQLQuery.ReturnProperty in org.hibernate
 

Methods in org.hibernate that return SQLQuery.ReturnProperty
 SQLQuery.ReturnProperty SQLQuery.ReturnProperty.addColumnAlias(java.lang.String columnAlias)
          Add a column alias to this property mapping.
 SQLQuery.ReturnProperty SQLQuery.RootReturn.addProperty(java.lang.String propertyName)
          Add a property, presumably with more than one column.
 SQLQuery.ReturnProperty SQLQuery.FetchReturn.addProperty(java.lang.String propertyName)
          Add a property, presumably with more than one column.
 



Copyright © 2011. All Rights Reserved.