Package org.ctan.site

Class CtanDatabaseBundles

java.lang.Object
org.ctan.site.CtanDatabaseBundles

public final class CtanDatabaseBundles extends Object
The class CtanDatabaseBundles contains the definition of the bundles for the database access.
  • Field Details

    • SITE_DB_BUNDLE

      public static final io.dropwizard.hibernate.HibernateBundle<CtanConfiguration> SITE_DB_BUNDLE
      The field SITE_DB_BUNDLE contains the Hibernate bundle for the site database.
    • MIRRORS_DB_BUNDLE

      public static final io.dropwizard.hibernate.HibernateBundle<CtanConfiguration> MIRRORS_DB_BUNDLE
      The field MIRRORS_DB_BUNDLE contains the Hibernate bundle for the mirrors database.
  • Constructor Details

    • CtanDatabaseBundles

      public CtanDatabaseBundles()