Interface QueryEngineOptions

    • Method Detail

      • getCustomSqmTranslatorFactory

        SqmTranslatorFactory getCustomSqmTranslatorFactory()
        Factory for translators transforming an SQM tree into a different form. For standard ORM implementations this will generally be some form of SQL tree.
        See Also:
        org.hibernate.sql.ast.tree
      • getCustomSqmFunctionRegistry

        SqmFunctionRegistry getCustomSqmFunctionRegistry()
        User supplied registry of SQM functions available for use in HQL and Criteria

        Can be used in conjunction with getCustomSqlFunctionMap(), but generally one or the other will be used.

      • getCustomSqmMultiTableMutationStrategy

        SqmMultiTableMutationStrategy getCustomSqmMultiTableMutationStrategy()
        Contract for handling SQM trees representing mutation (UPDATE or DELETE) queries where the target of the mutation is a multi-table entity.
      • getCustomSqmMultiTableInsertStrategy

        SqmMultiTableInsertStrategy getCustomSqmMultiTableInsertStrategy()
        Contract for handling SQM trees representing insertion (INSERT) queries where the target of the mutation is a multi-table entity.