接口的使用
org.hibernate.SQLQuery.RootReturn
-
使用SQLQuery.RootReturn的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.query org.hibernate.query.internal org.hibernate.query.spi -
-
org.hibernate中SQLQuery.RootReturn的使用
返回SQLQuery.RootReturn的org.hibernate中的方法 修饰符和类型 方法 说明 SQLQuery.RootReturnSQLQuery.RootReturn. addProperty(String propertyName, String columnAlias)Add a simple property-to-one-column mapping.SQLQuery.RootReturnSQLQuery. addRoot(String tableAlias, Class entityType)已过时。Add a new root return mapping, returning aSQLQuery.RootReturnto allow further definition.SQLQuery.RootReturnSQLQuery. addRoot(String tableAlias, String entityName)已过时。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. -
org.hibernate.query中SQLQuery.RootReturn的使用
返回SQLQuery.RootReturn的org.hibernate.query中的方法 修饰符和类型 方法 说明 SQLQuery.RootReturnNativeQuery. addRoot(String tableAlias, Class entityType)SQLQuery.RootReturnNativeQuery. addRoot(String tableAlias, String entityName) -
org.hibernate.query.internal中SQLQuery.RootReturn的使用
实现SQLQuery.RootReturn的org.hibernate.query.internal中的类 修饰符和类型 类 说明 classNativeQueryReturnBuilderRootImpl返回SQLQuery.RootReturn的org.hibernate.query.internal中的方法 修饰符和类型 方法 说明 SQLQuery.RootReturnNativeQueryReturnBuilderRootImpl. addProperty(String propertyName, String columnAlias)SQLQuery.RootReturnNativeQueryImpl. addRoot(String tableAlias, Class entityType)SQLQuery.RootReturnNativeQueryImpl. addRoot(String tableAlias, String entityName)SQLQuery.RootReturnNativeQueryReturnBuilderRootImpl. setDiscriminatorAlias(String alias)SQLQuery.RootReturnNativeQueryReturnBuilderRootImpl. setLockMode(LockMode lockMode) -
org.hibernate.query.spi中SQLQuery.RootReturn的使用
返回SQLQuery.RootReturn的org.hibernate.query.spi中的方法 修饰符和类型 方法 说明 SQLQuery.RootReturnNativeQueryImplementor. addRoot(String tableAlias, String entityName)
-