Uses of Interface
org.hibernate.SQLQuery.RootReturn

Packages that use SQLQuery.RootReturn
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
 

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.internal
 

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



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