クラス SqlMapperContext


  • public class SqlMapperContext
    extends Object
    SqlMapperの設定情報を保持します。
    作成者:
    T.TSUCHIE
    • コンストラクタの詳細

      • SqlMapperContext

        public SqlMapperContext()
    • メソッドの詳細

      • getJdbcTemplate

        public org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()
      • setJdbcTemplate

        public void setJdbcTemplate​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
      • getNamingRule

        public NamingRule getNamingRule()
      • setNamingRule

        public void setNamingRule​(NamingRule namingRule)
      • getMessageFormatter

        public com.github.mygreen.messageformatter.MessageFormatter getMessageFormatter()
      • setMessageFormatter

        public void setMessageFormatter​(com.github.mygreen.messageformatter.MessageFormatter messageFormatter)
      • getDialect

        public Dialect getDialect()
      • setDialect

        public void setDialect​(Dialect dialect)
      • setEntityMetaFactory

        public void setEntityMetaFactory​(EntityMetaFactory entityMetaFactory)
      • getIdGeneratorTransactionTemplate

        public org.springframework.transaction.support.TransactionTemplate getIdGeneratorTransactionTemplate()
        主キーの生成時用のトランザクションテンプレート。
      • setIdGeneratorTransactionTemplate

        public void setIdGeneratorTransactionTemplate​(org.springframework.transaction.support.TransactionTemplate idGeneratorTransactionTemplate)
        主キーの生成時用のトランザクションテンプレート。
      • getApplicationEventPublisher

        public org.springframework.context.ApplicationEventPublisher getApplicationEventPublisher()
        各SQL実行時のイベントを配信する機能
      • setApplicationEventPublisher

        public void setApplicationEventPublisher​(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
        各SQL実行時のイベントを配信する機能
      • getSqlTemplateEngine

        public com.github.mygreen.splate.SqlTemplateEngine getSqlTemplateEngine()
        SQLテンプレートエンジン
      • setSqlTemplateEngine

        public void setSqlTemplateEngine​(com.github.mygreen.splate.SqlTemplateEngine sqlTemplateEngine)
        SQLテンプレートエンジン
      • setValueTypeRegistry

        public void setValueTypeRegistry​(ValueTypeRegistry valueTypeRegistry)