Class RepositoryConfig


  • public class RepositoryConfig
    extends Object
    Since:
    0.6.0
    Author:
    Alisson Gomes
    • Constructor Detail

      • RepositoryConfig

        public RepositoryConfig()
      • RepositoryConfig

        public RepositoryConfig​(String name)
        Build new configuration object that access to DataSource and your properties Default instance is created if parameter is a null name
        Parameters:
        name - from repository configuration
        Throws:
        IllegalArgumentException - if the name is null
    • Method Detail

      • getQueryNameStrategy

        public String getQueryNameStrategy()
      • getJdbcAdapterFactory

        public String getJdbcAdapterFactory()
      • isShotKeyEnable

        public boolean isShotKeyEnable()
      • isReloadableXmlEnable

        public boolean isReloadableXmlEnable()
      • hasProperties

        public boolean hasProperties()
      • getDescription

        public String getDescription()
      • getName

        public String getName()
      • getSqlDialect

        public SqlDialect getSqlDialect()
      • setSqlDialect

        public void setSqlDialect​(SqlDialect sqlDialect)
      • getJndiDataSource

        public String getJndiDataSource()
      • getProperties

        public Properties getProperties()
      • getProperty

        public String getProperty​(String proper)