Interface SqlAstCreationContext

  • All Known Subinterfaces:
    SessionFactoryImplementor
    All Known Implementing Classes:
    SessionFactoryDelegatingImpl

    public interface SqlAstCreationContext
    The "context" in which creation of SQL AST occurs. Provides access to generally needed when creating SQL AST nodes
    • Method Detail

      • getServiceRegistry

        ServiceRegistry getServiceRegistry()
        Access to Services
      • getMaximumFetchDepth

        Integer getMaximumFetchDepth()
        When creating Fetch references, defines a limit to how deep we should join for fetches.