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(String columnAlias)
          Add a column alias to this property mapping.
 SQLQuery.ReturnProperty SQLQuery.RootReturn.addProperty(String propertyName)
          Add a property, presumably with more than one column.
 SQLQuery.ReturnProperty SQLQuery.FetchReturn.addProperty(String propertyName)
          Add a property, presumably with more than one column.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.