接口 QueryBuildingParameters

  • 所有已知实现类:
    QueryBuildingParametersImpl

    public interface QueryBuildingParameters
    Provides values for all options that impact the built query.
    作者:
    Steve Ebersole
    • 方法详细资料

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