Class IdGenerationConfig

java.lang.Object
org.seasar.doma.jdbc.id.IdGenerationConfig

public class IdGenerationConfig extends Object
A configuration for the identity generation.
  • Field Details

    • config

      protected final Config config
    • entityType

      protected final EntityType<?> entityType
    • idProvider

      protected final IdProvider idProvider
  • Constructor Details

  • Method Details

    • getDataSource

      public DataSource getDataSource()
    • getDataSourceName

      public String getDataSourceName()
    • getDialect

      public Dialect getDialect()
    • getJdbcLogger

      public JdbcLogger getJdbcLogger()
    • getRequiresNewController

      public RequiresNewController getRequiresNewController()
    • getNaming

      public Naming getNaming()
    • getFetchSize

      public int getFetchSize()
    • getMaxRows

      public int getMaxRows()
    • getQueryTimeout

      public int getQueryTimeout()
    • getEntityType

      public EntityType<?> getEntityType()
    • statisticManager

      public StatisticManager statisticManager()
    • getIdProvider

      public IdProvider getIdProvider()