Package org.ctan.site
Class CtanDatabaseBundles
java.lang.Object
org.ctan.site.CtanDatabaseBundles
The class
CtanDatabaseBundles
contains the definition of the
bundles for the database access.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.dropwizard.hibernate.HibernateBundle
<CtanConfiguration> The fieldMIRRORS_DB_BUNDLE
contains the Hibernate bundle for the mirrors database.static final io.dropwizard.hibernate.HibernateBundle
<CtanConfiguration> The fieldSITE_DB_BUNDLE
contains the Hibernate bundle for the site database. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SITE_DB_BUNDLE
The fieldSITE_DB_BUNDLE
contains the Hibernate bundle for the site database. -
MIRRORS_DB_BUNDLE
The fieldMIRRORS_DB_BUNDLE
contains the Hibernate bundle for the mirrors database.
-
-
Constructor Details
-
CtanDatabaseBundles
public CtanDatabaseBundles()
-