Uses of Interface
org.hibernate.SQLQuery.RootReturn
-
Packages that use SQLQuery.RootReturn Package Description org.hibernate org.hibernate.query org.hibernate.query.spi -
-
Uses of SQLQuery.RootReturn in org.hibernate
Methods in org.hibernate that return SQLQuery.RootReturn Modifier and Type Method Description SQLQuery.RootReturnSQLQuery.RootReturn. addProperty(String propertyName, String columnAlias)Add a simple property-to-one-column mapping.SQLQuery.RootReturnSQLQuery. addRoot(String tableAlias, Class entityType)Deprecated.Add a new root return mapping, returning aSQLQuery.RootReturnto allow further definition.SQLQuery.RootReturnSQLQuery. addRoot(String tableAlias, String entityName)Deprecated.Add a new root return mapping, returning aSQLQuery.RootReturnto allow further definition.SQLQuery.RootReturnSQLQuery.RootReturn. setDiscriminatorAlias(String columnAlias)Name the column alias that identifies the entity's discriminator.SQLQuery.RootReturnSQLQuery.RootReturn. setLockMode(LockMode lockMode)Set the lock mode for this return. -
Uses of SQLQuery.RootReturn in org.hibernate.query
Methods in org.hibernate.query that return SQLQuery.RootReturn Modifier and Type Method Description SQLQuery.RootReturnNativeQuery. addRoot(String tableAlias, Class entityType)SQLQuery.RootReturnNativeQuery. addRoot(String tableAlias, String entityName) -
Uses of SQLQuery.RootReturn in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return SQLQuery.RootReturn Modifier and Type Method Description SQLQuery.RootReturnNativeQueryImplementor. addRoot(String tableAlias, String entityName)
-