Class JooqSettings

    • Field Summary

      • Fields inherited from class org.jooq.conf.Settings

        applyWorkaroundFor7962, attachRecords, backslashEscaping, batchSize, bindOffsetDateTimeType, bindOffsetTimeType, cachePreparedStatementInLoader, cacheRecordMappers, debugInfoOnStackTrace, delimiter, emulateOnDuplicateKeyUpdateOnPrimaryKeyOnly, executeDeleteWithoutWhere, executeListenerEndInvocationOrder, executeListenerStartInvocationOrder, executeLogging, executeUpdateWithoutWhere, executeWithOptimisticLocking, executeWithOptimisticLockingExcludeUnversioned, fetchServerOutputSize, fetchSize, fetchTriggerValuesAfterSQLServerOutput, fetchWarnings, inlineThreshold, inListPadBase, inListPadding, insertUnchangedRecords, interpreterDelayForeignKeyDeclarations, interpreterDialect, interpreterLocale, interpreterNameLookupCaseSensitivity, interpreterSearchPath, locale, mapConstructorParameterNames, mapConstructorParameterNamesInKotlin, mapJPAAnnotations, maxRows, migrationAllowsUndo, migrationAutoValidation, migrationListenerEndInvocationOrder, migrationListenerStartInvocationOrder, migrationRevertUntracked, paramCastMode, paramType, parseDialect, parseIgnoreComments, parseIgnoreCommentStart, parseIgnoreCommentStop, parseLocale, parseNameCase, parseSearchPath, parseSetCommands, parseUnknownFunctions, parseUnsupportedSyntax, parseWithMetaLookups, queryPoolable, queryTimeout, recordListenerEndInvocationOrder, recordListenerStartInvocationOrder, reflectionCaching, renderCatalog, renderFormatted, renderFormatting, renderImplicitJoinType, renderKeywordCase, renderKeywordStyle, renderLocale, renderMapping, renderNameCase, renderNamedParamPrefix, renderNameStyle, renderOptionalAsKeywordForFieldAliases, renderOptionalAsKeywordForTableAliases, renderOptionalInnerKeyword, renderOptionalOuterKeyword, renderOrderByRownumberForEmulatedPagination, renderOutputForSQLServerReturningClause, renderParenthesisAroundSetOperationQueries, renderQuotedNames, renderScalarSubqueriesForStoredFunctions, renderSchema, returnAllOnUpdatableRecord, returnIdentityOnUpdatableRecord, returnRecordToPojo, statementType, throwExceptions, transactionListenerEndInvocationOrder, transactionListenerStartInvocationOrder, transformAnsiJoinToTableLists, transformRownum, transformTableListsToAnsiJoin, transformUnneededArithmeticExpressions, updatablePrimaryKeys, updateRecordTimestamp, updateRecordVersion, updateUnchangedRecords, visitListenerEndInvocationOrder, visitListenerStartInvocationOrder
    • Constructor Summary

      Constructors 
      Constructor Description
      JooqSettings()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object clone()  
      void setAttachRecords​(Boolean value)  
      void setBackslashEscaping​(String value)  
      void setCacheRecordMappers​(Boolean value)  
      void setDebugInfoOnStackTrace​(Boolean value)  
      void setDelimiter​(String value)  
      void setEmulateOnDuplicateKeyUpdateOnPrimaryKeyOnly​(Boolean value)  
      void setExecuteDeleteWithoutWhere​(String value)  
      void setExecuteLogging​(Boolean value)  
      void setExecuteUpdateWithoutWhere​(String value)  
      void setExecuteWithOptimisticLocking​(Boolean value)  
      void setExecuteWithOptimisticLockingExcludeUnversioned​(Boolean value)  
      void setFetchServerOutputSize​(Integer value)  
      void setFetchSize​(Integer value)  
      void setFetchWarnings​(Boolean value)  
      void setInListPadBase​(Integer value)  
      void setInListPadding​(Boolean value)  
      void setMapConstructorParameterNames​(Boolean value)  
      void setMapJPAAnnotations​(Boolean value)  
      void setMaxRows​(Integer value)  
      void setParamCastMode​(String value)  
      void setParamType​(String value)  
      void setParseUnknownFunctions​(String value)  
      void setParseUnsupportedSyntax​(String value)  
      void setParseWithMetaLookups​(String value)  
      void setQueryTimeout​(Integer value)  
      void setReflectionCaching​(Boolean value)  
      void setRenderCatalog​(Boolean value)  
      void setRenderFormatted​(Boolean value)  
      void setRenderKeywordStyle​(String value)  
      void setRenderNameStyle​(String value)  
      void setRenderOrderByRownumberForEmulatedPagination​(Boolean value)  
      void setRenderScalarSubqueriesForStoredFunctions​(Boolean value)  
      void setRenderSchema​(Boolean value)  
      void setReturnAllOnUpdatableRecord​(Boolean value)  
      void setReturnRecordToPojo​(Boolean value)  
      void setStatementType​(String value)  
      void setThrowExceptions​(String value)  
      void setUpdatablePrimaryKeys​(Boolean value)  
      • Methods inherited from class org.jooq.conf.Settings

        appendTo, equals, getBackslashEscaping, getBatchSize, getDelimiter, getExecuteDeleteWithoutWhere, getExecuteListenerEndInvocationOrder, getExecuteListenerStartInvocationOrder, getExecuteUpdateWithoutWhere, getFetchServerOutputSize, getFetchSize, getInlineThreshold, getInListPadBase, getInterpreterDialect, getInterpreterLocale, getInterpreterNameLookupCaseSensitivity, getInterpreterSearchPath, getLocale, getMaxRows, getMigrationListenerEndInvocationOrder, getMigrationListenerStartInvocationOrder, getParamCastMode, getParamType, getParseDialect, getParseIgnoreCommentStart, getParseIgnoreCommentStop, getParseLocale, getParseNameCase, getParseSearchPath, getParseUnknownFunctions, getParseUnsupportedSyntax, getParseWithMetaLookups, getQueryPoolable, getQueryTimeout, getRecordListenerEndInvocationOrder, getRecordListenerStartInvocationOrder, getRenderFormatting, getRenderImplicitJoinType, getRenderKeywordCase, getRenderKeywordStyle, getRenderLocale, getRenderMapping, getRenderNameCase, getRenderNamedParamPrefix, getRenderNameStyle, getRenderOptionalAsKeywordForFieldAliases, getRenderOptionalAsKeywordForTableAliases, getRenderOptionalInnerKeyword, getRenderOptionalOuterKeyword, getRenderQuotedNames, getStatementType, getThrowExceptions, getTransactionListenerEndInvocationOrder, getTransactionListenerStartInvocationOrder, getTransformUnneededArithmeticExpressions, getUpdateUnchangedRecords, getVisitListenerEndInvocationOrder, getVisitListenerStartInvocationOrder, hashCode, isApplyWorkaroundFor7962, isAttachRecords, isBindOffsetDateTimeType, isBindOffsetTimeType, isCachePreparedStatementInLoader, isCacheRecordMappers, isDebugInfoOnStackTrace, isEmulateOnDuplicateKeyUpdateOnPrimaryKeyOnly, isExecuteLogging, isExecuteWithOptimisticLocking, isExecuteWithOptimisticLockingExcludeUnversioned, isFetchTriggerValuesAfterSQLServerOutput, isFetchWarnings, isInListPadding, isInsertUnchangedRecords, isInterpreterDelayForeignKeyDeclarations, isMapConstructorParameterNames, isMapConstructorParameterNamesInKotlin, isMapJPAAnnotations, isMigrationAllowsUndo, isMigrationAutoValidation, isMigrationRevertUntracked, isParseIgnoreComments, isParseSetCommands, isReflectionCaching, isRenderCatalog, isRenderFormatted, isRenderOrderByRownumberForEmulatedPagination, isRenderOutputForSQLServerReturningClause, isRenderParenthesisAroundSetOperationQueries, isRenderScalarSubqueriesForStoredFunctions, isRenderSchema, isReturnAllOnUpdatableRecord, isReturnIdentityOnUpdatableRecord, isReturnRecordToPojo, isTransformAnsiJoinToTableLists, isTransformRownum, isTransformTableListsToAnsiJoin, isUpdatablePrimaryKeys, isUpdateRecordTimestamp, isUpdateRecordVersion, setApplyWorkaroundFor7962, setBackslashEscaping, setBatchSize, setBindOffsetDateTimeType, setBindOffsetTimeType, setCachePreparedStatementInLoader, setExecuteDeleteWithoutWhere, setExecuteListenerEndInvocationOrder, setExecuteListenerStartInvocationOrder, setExecuteUpdateWithoutWhere, setFetchTriggerValuesAfterSQLServerOutput, setInlineThreshold, setInsertUnchangedRecords, setInterpreterDelayForeignKeyDeclarations, setInterpreterDialect, setInterpreterLocale, setInterpreterNameLookupCaseSensitivity, setInterpreterSearchPath, setLocale, setMapConstructorParameterNamesInKotlin, setMigrationAllowsUndo, setMigrationAutoValidation, setMigrationListenerEndInvocationOrder, setMigrationListenerStartInvocationOrder, setMigrationRevertUntracked, setParamCastMode, setParamType, setParseDialect, setParseIgnoreComments, setParseIgnoreCommentStart, setParseIgnoreCommentStop, setParseLocale, setParseNameCase, setParseSearchPath, setParseSetCommands, setParseUnknownFunctions, setParseUnsupportedSyntax, setParseWithMetaLookups, setQueryPoolable, setRecordListenerEndInvocationOrder, setRecordListenerStartInvocationOrder, setRenderFormatting, setRenderImplicitJoinType, setRenderKeywordCase, setRenderKeywordStyle, setRenderLocale, setRenderMapping, setRenderNameCase, setRenderNamedParamPrefix, setRenderNameStyle, setRenderOptionalAsKeywordForFieldAliases, setRenderOptionalAsKeywordForTableAliases, setRenderOptionalInnerKeyword, setRenderOptionalOuterKeyword, setRenderOutputForSQLServerReturningClause, setRenderParenthesisAroundSetOperationQueries, setRenderQuotedNames, setReturnIdentityOnUpdatableRecord, setStatementType, setThrowExceptions, setTransactionListenerEndInvocationOrder, setTransactionListenerStartInvocationOrder, setTransformAnsiJoinToTableLists, setTransformRownum, setTransformTableListsToAnsiJoin, setTransformUnneededArithmeticExpressions, setUpdateRecordTimestamp, setUpdateRecordVersion, setUpdateUnchangedRecords, setVisitListenerEndInvocationOrder, setVisitListenerStartInvocationOrder, toString, withApplyWorkaroundFor7962, withAttachRecords, withBackslashEscaping, withBatchSize, withBindOffsetDateTimeType, withBindOffsetTimeType, withCachePreparedStatementInLoader, withCacheRecordMappers, withDebugInfoOnStackTrace, withDelimiter, withEmulateOnDuplicateKeyUpdateOnPrimaryKeyOnly, withExecuteDeleteWithoutWhere, withExecuteListenerEndInvocationOrder, withExecuteListenerStartInvocationOrder, withExecuteLogging, withExecuteUpdateWithoutWhere, withExecuteWithOptimisticLocking, withExecuteWithOptimisticLockingExcludeUnversioned, withFetchServerOutputSize, withFetchSize, withFetchTriggerValuesAfterSQLServerOutput, withFetchWarnings, withInlineThreshold, withInListPadBase, withInListPadding, withInsertUnchangedRecords, withInterpreterDelayForeignKeyDeclarations, withInterpreterDialect, withInterpreterLocale, withInterpreterNameLookupCaseSensitivity, withInterpreterSearchPath, withInterpreterSearchPath, withInterpreterSearchPath, withLocale, withMapConstructorParameterNames, withMapConstructorParameterNamesInKotlin, withMapJPAAnnotations, withMaxRows, withMigrationAllowsUndo, withMigrationAutoValidation, withMigrationListenerEndInvocationOrder, withMigrationListenerStartInvocationOrder, withMigrationRevertUntracked, withParamCastMode, withParamType, withParseDialect, withParseIgnoreComments, withParseIgnoreCommentStart, withParseIgnoreCommentStop, withParseLocale, withParseNameCase, withParseSearchPath, withParseSearchPath, withParseSearchPath, withParseSetCommands, withParseUnknownFunctions, withParseUnsupportedSyntax, withParseWithMetaLookups, withQueryPoolable, withQueryTimeout, withRecordListenerEndInvocationOrder, withRecordListenerStartInvocationOrder, withReflectionCaching, withRenderCatalog, withRenderFormatted, withRenderFormatting, withRenderImplicitJoinType, withRenderKeywordCase, withRenderKeywordStyle, withRenderLocale, withRenderMapping, withRenderNameCase, withRenderNamedParamPrefix, withRenderNameStyle, withRenderOptionalAsKeywordForFieldAliases, withRenderOptionalAsKeywordForTableAliases, withRenderOptionalInnerKeyword, withRenderOptionalOuterKeyword, withRenderOrderByRownumberForEmulatedPagination, withRenderOutputForSQLServerReturningClause, withRenderParenthesisAroundSetOperationQueries, withRenderQuotedNames, withRenderScalarSubqueriesForStoredFunctions, withRenderSchema, withReturnAllOnUpdatableRecord, withReturnIdentityOnUpdatableRecord, withReturnRecordToPojo, withStatementType, withThrowExceptions, withTransactionListenerEndInvocationOrder, withTransactionListenerStartInvocationOrder, withTransformAnsiJoinToTableLists, withTransformRownum, withTransformTableListsToAnsiJoin, withTransformUnneededArithmeticExpressions, withUpdatablePrimaryKeys, withUpdateRecordTimestamp, withUpdateRecordVersion, withUpdateUnchangedRecords, withVisitListenerEndInvocationOrder, withVisitListenerStartInvocationOrder
    • Constructor Detail

      • JooqSettings

        public JooqSettings()
    • Method Detail

      • setRenderCatalog

        public void setRenderCatalog​(Boolean value)
        Overrides:
        setRenderCatalog in class org.jooq.conf.Settings
      • setRenderSchema

        public void setRenderSchema​(Boolean value)
        Overrides:
        setRenderSchema in class org.jooq.conf.Settings
      • setRenderNameStyle

        public void setRenderNameStyle​(String value)
      • setRenderKeywordStyle

        public void setRenderKeywordStyle​(String value)
      • setRenderFormatted

        public void setRenderFormatted​(Boolean value)
        Overrides:
        setRenderFormatted in class org.jooq.conf.Settings
      • setRenderScalarSubqueriesForStoredFunctions

        public void setRenderScalarSubqueriesForStoredFunctions​(Boolean value)
        Overrides:
        setRenderScalarSubqueriesForStoredFunctions in class org.jooq.conf.Settings
      • setRenderOrderByRownumberForEmulatedPagination

        public void setRenderOrderByRownumberForEmulatedPagination​(Boolean value)
        Overrides:
        setRenderOrderByRownumberForEmulatedPagination in class org.jooq.conf.Settings
      • setBackslashEscaping

        public void setBackslashEscaping​(String value)
      • setParamType

        public void setParamType​(String value)
      • setParamCastMode

        public void setParamCastMode​(String value)
      • setStatementType

        public void setStatementType​(String value)
      • setExecuteLogging

        public void setExecuteLogging​(Boolean value)
        Overrides:
        setExecuteLogging in class org.jooq.conf.Settings
      • setExecuteWithOptimisticLocking

        public void setExecuteWithOptimisticLocking​(Boolean value)
        Overrides:
        setExecuteWithOptimisticLocking in class org.jooq.conf.Settings
      • setExecuteWithOptimisticLockingExcludeUnversioned

        public void setExecuteWithOptimisticLockingExcludeUnversioned​(Boolean value)
        Overrides:
        setExecuteWithOptimisticLockingExcludeUnversioned in class org.jooq.conf.Settings
      • setAttachRecords

        public void setAttachRecords​(Boolean value)
        Overrides:
        setAttachRecords in class org.jooq.conf.Settings
      • setUpdatablePrimaryKeys

        public void setUpdatablePrimaryKeys​(Boolean value)
        Overrides:
        setUpdatablePrimaryKeys in class org.jooq.conf.Settings
      • setReflectionCaching

        public void setReflectionCaching​(Boolean value)
        Overrides:
        setReflectionCaching in class org.jooq.conf.Settings
      • setCacheRecordMappers

        public void setCacheRecordMappers​(Boolean value)
        Overrides:
        setCacheRecordMappers in class org.jooq.conf.Settings
      • setThrowExceptions

        public void setThrowExceptions​(String value)
      • setFetchWarnings

        public void setFetchWarnings​(Boolean value)
        Overrides:
        setFetchWarnings in class org.jooq.conf.Settings
      • setFetchServerOutputSize

        public void setFetchServerOutputSize​(Integer value)
        Overrides:
        setFetchServerOutputSize in class org.jooq.conf.Settings
      • setReturnAllOnUpdatableRecord

        public void setReturnAllOnUpdatableRecord​(Boolean value)
        Overrides:
        setReturnAllOnUpdatableRecord in class org.jooq.conf.Settings
      • setReturnRecordToPojo

        public void setReturnRecordToPojo​(Boolean value)
        Overrides:
        setReturnRecordToPojo in class org.jooq.conf.Settings
      • setMapJPAAnnotations

        public void setMapJPAAnnotations​(Boolean value)
        Overrides:
        setMapJPAAnnotations in class org.jooq.conf.Settings
      • setMapConstructorParameterNames

        public void setMapConstructorParameterNames​(Boolean value)
        Overrides:
        setMapConstructorParameterNames in class org.jooq.conf.Settings
      • setQueryTimeout

        public void setQueryTimeout​(Integer value)
        Overrides:
        setQueryTimeout in class org.jooq.conf.Settings
      • setMaxRows

        public void setMaxRows​(Integer value)
        Overrides:
        setMaxRows in class org.jooq.conf.Settings
      • setFetchSize

        public void setFetchSize​(Integer value)
        Overrides:
        setFetchSize in class org.jooq.conf.Settings
      • setDebugInfoOnStackTrace

        public void setDebugInfoOnStackTrace​(Boolean value)
        Overrides:
        setDebugInfoOnStackTrace in class org.jooq.conf.Settings
      • setInListPadding

        public void setInListPadding​(Boolean value)
        Overrides:
        setInListPadding in class org.jooq.conf.Settings
      • setInListPadBase

        public void setInListPadBase​(Integer value)
        Overrides:
        setInListPadBase in class org.jooq.conf.Settings
      • setDelimiter

        public void setDelimiter​(String value)
        Overrides:
        setDelimiter in class org.jooq.conf.Settings
      • setEmulateOnDuplicateKeyUpdateOnPrimaryKeyOnly

        public void setEmulateOnDuplicateKeyUpdateOnPrimaryKeyOnly​(Boolean value)
        Overrides:
        setEmulateOnDuplicateKeyUpdateOnPrimaryKeyOnly in class org.jooq.conf.Settings
      • setExecuteUpdateWithoutWhere

        public void setExecuteUpdateWithoutWhere​(String value)
      • setExecuteDeleteWithoutWhere

        public void setExecuteDeleteWithoutWhere​(String value)
      • setParseWithMetaLookups

        public void setParseWithMetaLookups​(String value)
      • setParseUnsupportedSyntax

        public void setParseUnsupportedSyntax​(String value)
      • setParseUnknownFunctions

        public void setParseUnknownFunctions​(String value)