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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.dbflute.bhv.core.InvokerAssistant
org.dbflute.bhv.core.InvokerAssistant.DisposableProcess -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.dbflute.s2dao.metadata.TnBeanMetaDataFactoryorg.dbflute.bhv.exception.BehaviorExceptionThrowerString[]Assists bypass invoke names for DBFlute behavior invocation.String[]Assists client invoke names for DBFlute behavior invocation.org.dbflute.dbway.DBDeforg.dbflute.dbmeta.DBMetaProviderorg.dbflute.jdbc.StatementConfigorg.dbflute.outsidesql.OutsideSqlOptionassistFirstOutsideSqlOption(String tableDbName) org.dbflute.cbean.cipher.GearedCipherManagerorg.dbflute.outsidesql.factory.OutsideSqlExecutorFactoryorg.dbflute.optional.RelationOptionalFactoryorg.dbflute.bhv.core.context.ResourceParameterorg.dbflute.s2dao.jdbc.TnResultSetHandlerFactoryorg.dbflute.bhv.core.supplement.SequenceCacheHandlerorg.dbflute.twowaysql.factory.SqlAnalyzerFactoryorg.dbflute.cbean.sqlclause.SqlClauseCreatororg.dbflute.jdbc.SQLExceptionDiggerorg.dbflute.bhv.exception.SQLExceptionHandlerFactoryorg.dbflute.jdbc.StatementFactoryvoidtoBeDisposable(org.dbflute.bhv.core.InvokerAssistant.DisposableProcess callerProcess)
-
Field Details
-
DEFAULT_CLIENT_INVOKE_NAMES
Default client invoke names for DBFlute behavior invocation. -
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:
assistCurrentDBDefin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistDataSource
- Specified by:
assistDataSourcein interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistDBMetaProvider
public org.dbflute.dbmeta.DBMetaProvider assistDBMetaProvider()- Specified by:
assistDBMetaProviderin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistSqlClauseCreator
public org.dbflute.cbean.sqlclause.SqlClauseCreator assistSqlClauseCreator()- Specified by:
assistSqlClauseCreatorin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistStatementFactory
public org.dbflute.jdbc.StatementFactory assistStatementFactory()- Specified by:
assistStatementFactoryin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistBeanMetaDataFactory
public org.dbflute.s2dao.metadata.TnBeanMetaDataFactory assistBeanMetaDataFactory()- Specified by:
assistBeanMetaDataFactoryin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistResultSetHandlerFactory
public org.dbflute.s2dao.jdbc.TnResultSetHandlerFactory assistResultSetHandlerFactory()- Specified by:
assistResultSetHandlerFactoryin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistRelationOptionalFactory
public org.dbflute.optional.RelationOptionalFactory assistRelationOptionalFactory()- Specified by:
assistRelationOptionalFactoryin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistSqlAnalyzerFactory
public org.dbflute.twowaysql.factory.SqlAnalyzerFactory assistSqlAnalyzerFactory()- Specified by:
assistSqlAnalyzerFactoryin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistFirstOutsideSqlOption
- Specified by:
assistFirstOutsideSqlOptionin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistOutsideSqlExecutorFactory
public org.dbflute.outsidesql.factory.OutsideSqlExecutorFactory assistOutsideSqlExecutorFactory()- Specified by:
assistOutsideSqlExecutorFactoryin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistSQLExceptionDigger
public org.dbflute.jdbc.SQLExceptionDigger assistSQLExceptionDigger()- Specified by:
assistSQLExceptionDiggerin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistSQLExceptionHandlerFactory
public org.dbflute.bhv.exception.SQLExceptionHandlerFactory assistSQLExceptionHandlerFactory()- Specified by:
assistSQLExceptionHandlerFactoryin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistSequenceCacheHandler
public org.dbflute.bhv.core.supplement.SequenceCacheHandler assistSequenceCacheHandler()- Specified by:
assistSequenceCacheHandlerin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistSqlFileEncoding
- Specified by:
assistSqlFileEncodingin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistDefaultStatementConfig
public org.dbflute.jdbc.StatementConfig assistDefaultStatementConfig()- Specified by:
assistDefaultStatementConfigin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistBehaviorExceptionThrower
public org.dbflute.bhv.exception.BehaviorExceptionThrower assistBehaviorExceptionThrower()- Specified by:
assistBehaviorExceptionThrowerin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistGearedCipherManager
public org.dbflute.cbean.cipher.GearedCipherManager assistGearedCipherManager()- Specified by:
assistGearedCipherManagerin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistResourceParameter
public org.dbflute.bhv.core.context.ResourceParameter assistResourceParameter()- Specified by:
assistResourceParameterin interfaceorg.dbflute.bhv.core.InvokerAssistant
-
assistClientInvokeNames
Assists client invoke names for DBFlute behavior invocation.- Specified by:
assistClientInvokeNamesin interfaceorg.dbflute.bhv.core.InvokerAssistant- Returns:
- array of default client invoke names
-
assistByPassInvokeNames
Assists bypass invoke names for DBFlute behavior invocation.- Specified by:
assistByPassInvokeNamesin interfaceorg.dbflute.bhv.core.InvokerAssistant- Returns:
- array of default bypass invoke names
-
toBeDisposable
public void toBeDisposable(org.dbflute.bhv.core.InvokerAssistant.DisposableProcess callerProcess) - Specified by:
toBeDisposablein interfaceorg.dbflute.bhv.core.InvokerAssistant
-