接口 QueryBuildingParameters
-
- 所有已知实现类:
QueryBuildingParametersImpl
public interface QueryBuildingParametersProvides values for all options that impact the built query.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intgetBatchSize()Gets the batch size.LockModegetLockMode()Gets the lock mode.LockOptionsgetLockOptions()Gets the lock options.LoadQueryInfluencersgetQueryInfluencers()Provides data for options which can influence the SQL query needed to load an entity.
-
-
-
方法详细资料
-
getQueryInfluencers
LoadQueryInfluencers getQueryInfluencers()
Provides data for options which can influence the SQL query needed to load an entity.- 返回:
- the load query influencers
- 另请参阅:
LoadQueryInfluencers
-
getBatchSize
int getBatchSize()
Gets the batch size.- 返回:
- The batch size.
-
getLockMode
LockMode getLockMode()
Gets the lock mode.- 返回:
- The lock mode.
-
getLockOptions
LockOptions getLockOptions()
Gets the lock options.- 返回:
- The lock options.
-
-