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(java.lang.String propertyName, java.lang.String columnAlias)Add a simple property-to-one-column mapping.SQLQuery.RootReturnSQLQuery. addRoot(java.lang.String tableAlias, java.lang.Class entityType)Deprecated.Add a new root return mapping, returning aSQLQuery.RootReturnto allow further definition.SQLQuery.RootReturnSQLQuery. addRoot(java.lang.String tableAlias, java.lang.String entityName)Deprecated.Add a new root return mapping, returning aSQLQuery.RootReturnto allow further definition.SQLQuery.RootReturnSQLQuery.RootReturn. setDiscriminatorAlias(java.lang.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(java.lang.String tableAlias, java.lang.Class entityType)SQLQuery.RootReturnNativeQuery. addRoot(java.lang.String tableAlias, java.lang.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(java.lang.String tableAlias, java.lang.String entityName)
-