Class ImplementedInvokerAssistant

  • All Implemented Interfaces:
    org.dbflute.bhv.core.InvokerAssistant

    public class ImplementedInvokerAssistant
    extends java.lang.Object
    implements org.dbflute.bhv.core.InvokerAssistant
    • Field Detail

      • DEFAULT_CLIENT_INVOKE_NAMES

        protected static final java.lang.String[] DEFAULT_CLIENT_INVOKE_NAMES
      • DEFAULT_BYPASS_INVOKE_NAMES

        protected static final java.lang.String[] DEFAULT_BYPASS_INVOKE_NAMES
    • Constructor Detail

      • ImplementedInvokerAssistant

        public ImplementedInvokerAssistant()
    • Method Detail

      • assistCurrentDBDef

        public org.dbflute.dbway.DBDef assistCurrentDBDef()
        Specified by:
        assistCurrentDBDef in interface org.dbflute.bhv.core.InvokerAssistant
      • assistDataSource

        public javax.sql.DataSource assistDataSource()
        Specified by:
        assistDataSource in interface org.dbflute.bhv.core.InvokerAssistant
      • assistDBMetaProvider

        public org.dbflute.dbmeta.DBMetaProvider assistDBMetaProvider()
        Specified by:
        assistDBMetaProvider in interface org.dbflute.bhv.core.InvokerAssistant
      • assistSqlClauseCreator

        public org.dbflute.cbean.sqlclause.SqlClauseCreator assistSqlClauseCreator()
        Specified by:
        assistSqlClauseCreator in interface org.dbflute.bhv.core.InvokerAssistant
      • assistStatementFactory

        public org.dbflute.jdbc.StatementFactory assistStatementFactory()
        Specified by:
        assistStatementFactory in interface org.dbflute.bhv.core.InvokerAssistant
      • assistBeanMetaDataFactory

        public org.dbflute.s2dao.metadata.TnBeanMetaDataFactory assistBeanMetaDataFactory()
        Specified by:
        assistBeanMetaDataFactory in interface org.dbflute.bhv.core.InvokerAssistant
      • assistResultSetHandlerFactory

        public org.dbflute.s2dao.jdbc.TnResultSetHandlerFactory assistResultSetHandlerFactory()
        Specified by:
        assistResultSetHandlerFactory in interface org.dbflute.bhv.core.InvokerAssistant
      • assistRelationOptionalFactory

        public org.dbflute.optional.RelationOptionalFactory assistRelationOptionalFactory()
        Specified by:
        assistRelationOptionalFactory in interface org.dbflute.bhv.core.InvokerAssistant
      • assistSqlAnalyzerFactory

        public org.dbflute.twowaysql.factory.SqlAnalyzerFactory assistSqlAnalyzerFactory()
        Specified by:
        assistSqlAnalyzerFactory in interface org.dbflute.bhv.core.InvokerAssistant
      • assistFirstOutsideSqlOption

        public org.dbflute.outsidesql.OutsideSqlOption assistFirstOutsideSqlOption​(java.lang.String tableDbName)
        Specified by:
        assistFirstOutsideSqlOption in interface org.dbflute.bhv.core.InvokerAssistant
      • assistOutsideSqlExecutorFactory

        public org.dbflute.outsidesql.factory.OutsideSqlExecutorFactory assistOutsideSqlExecutorFactory()
        Specified by:
        assistOutsideSqlExecutorFactory in interface org.dbflute.bhv.core.InvokerAssistant
      • assistSQLExceptionDigger

        public org.dbflute.jdbc.SQLExceptionDigger assistSQLExceptionDigger()
        Specified by:
        assistSQLExceptionDigger in interface org.dbflute.bhv.core.InvokerAssistant
      • assistSQLExceptionHandlerFactory

        public org.dbflute.bhv.exception.SQLExceptionHandlerFactory assistSQLExceptionHandlerFactory()
        Specified by:
        assistSQLExceptionHandlerFactory in interface org.dbflute.bhv.core.InvokerAssistant
      • assistSequenceCacheHandler

        public org.dbflute.bhv.core.supplement.SequenceCacheHandler assistSequenceCacheHandler()
        Specified by:
        assistSequenceCacheHandler in interface org.dbflute.bhv.core.InvokerAssistant
      • assistSqlFileEncoding

        public java.lang.String assistSqlFileEncoding()
        Specified by:
        assistSqlFileEncoding in interface org.dbflute.bhv.core.InvokerAssistant
      • assistDefaultStatementConfig

        public org.dbflute.jdbc.StatementConfig assistDefaultStatementConfig()
        Specified by:
        assistDefaultStatementConfig in interface org.dbflute.bhv.core.InvokerAssistant
      • assistBehaviorExceptionThrower

        public org.dbflute.bhv.exception.BehaviorExceptionThrower assistBehaviorExceptionThrower()
        Specified by:
        assistBehaviorExceptionThrower in interface org.dbflute.bhv.core.InvokerAssistant
      • assistGearedCipherManager

        public org.dbflute.cbean.cipher.GearedCipherManager assistGearedCipherManager()
        Specified by:
        assistGearedCipherManager in interface org.dbflute.bhv.core.InvokerAssistant
      • assistResourceParameter

        public org.dbflute.bhv.core.context.ResourceParameter assistResourceParameter()
        Specified by:
        assistResourceParameter in interface org.dbflute.bhv.core.InvokerAssistant
      • assistClientInvokeNames

        public java.lang.String[] assistClientInvokeNames()
        Specified by:
        assistClientInvokeNames in interface org.dbflute.bhv.core.InvokerAssistant
      • assistByPassInvokeNames

        public java.lang.String[] assistByPassInvokeNames()
        Specified by:
        assistByPassInvokeNames in interface org.dbflute.bhv.core.InvokerAssistant
      • toBeDisposable

        public void toBeDisposable​(org.dbflute.bhv.core.InvokerAssistant.DisposableProcess callerProcess)
        Specified by:
        toBeDisposable in interface org.dbflute.bhv.core.InvokerAssistant