Class ImplementedInvokerAssistant

java.lang.Object
org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
All Implemented Interfaces:
org.dbflute.bhv.core.InvokerAssistant

public class ImplementedInvokerAssistant extends Object implements org.dbflute.bhv.core.InvokerAssistant
Implementation of DBFlute's InvokerAssistant interface for OpenSearch integration. This class provides basic scaffolding for DBFlute behavior invoker assistance, primarily returning null implementations as placeholders for OpenSearch-specific functionality.
  • Field Details

    • DEFAULT_CLIENT_INVOKE_NAMES

      protected static final String[] DEFAULT_CLIENT_INVOKE_NAMES
      Default client invoke names for DBFlute behavior invocation.
    • DEFAULT_BYPASS_INVOKE_NAMES

      protected static final String[] DEFAULT_BYPASS_INVOKE_NAMES
      Default bypass invoke names for DBFlute behavior invocation.
  • Constructor Details

    • ImplementedInvokerAssistant

      public ImplementedInvokerAssistant()
      Default constructor.
  • Method Details

    • assistCurrentDBDef

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

      public 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(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 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 String[] assistClientInvokeNames()
      Assists client invoke names for DBFlute behavior invocation.
      Specified by:
      assistClientInvokeNames in interface org.dbflute.bhv.core.InvokerAssistant
      Returns:
      array of default client invoke names
    • assistByPassInvokeNames

      public String[] assistByPassInvokeNames()
      Assists bypass invoke names for DBFlute behavior invocation.
      Specified by:
      assistByPassInvokeNames in interface org.dbflute.bhv.core.InvokerAssistant
      Returns:
      array of default bypass invoke names
    • toBeDisposable

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