Uses of Interface
org.hibernate.SQLQuery.RootReturn

Packages that use SQLQuery.RootReturn
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of SQLQuery.RootReturn in org.hibernate
 

Methods in org.hibernate that return SQLQuery.RootReturn
 SQLQuery.RootReturn SQLQuery.RootReturn.addProperty(String propertyName, String columnAlias)
          Add a simple property-to-one-column mapping
 SQLQuery.RootReturn SQLQuery.addRoot(String tableAlias, Class entityType)
          Add a new root return mapping, returning a SQLQuery.RootReturn to allow further definition
 SQLQuery.RootReturn SQLQuery.addRoot(String tableAlias, String entityName)
          Add a new root return mapping, returning a SQLQuery.RootReturn to allow further definition
 SQLQuery.RootReturn SQLQuery.RootReturn.setDiscriminatorAlias(String columnAlias)
          Name the column alias that identifies the entity's discriminator
 SQLQuery.RootReturn SQLQuery.RootReturn.setLockMode(LockMode lockMode)
          Set the lock mode for this return
 

Uses of SQLQuery.RootReturn in org.hibernate.impl
 

Methods in org.hibernate.impl that return SQLQuery.RootReturn
 SQLQuery.RootReturn SQLQueryImpl.addRoot(String tableAlias, Class entityType)
           
 SQLQuery.RootReturn SQLQueryImpl.addRoot(String tableAlias, String entityName)
           
 



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