All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.objectos.db.DatabasePojo Maven / Gradle / Ivy

The newest version!
package br.com.objectos.db;

import javax.annotation.Generated;
import javax.sql.DataSource;

@Generated({
    "br.com.objectos.pojo.compiler.PojoCompiler",
    "br.com.objectos.pojo.plugin.StandardPojoPropertyAction"
})
final class DatabasePojo extends Database {
  private final DatabaseConfig config;

  private final DataSource dataSource;

  public DatabasePojo(DatabaseBuilderPojo builder) {
    super();
    config = builder.___get___config();
    dataSource = builder.___get___dataSource();
  }

  @Override
  DatabaseConfig config() {
    return config;
  }

  @Override
  DataSource dataSource() {
    return dataSource;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy