com.github.mtakaki.dropwizard.hibernate.HibernateDAOTestUtilConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-hibernate-test-util Show documentation
Show all versions of dropwizard-hibernate-test-util Show documentation
Hibernate utility class for dropwizard applications
The newest version!
package com.github.mtakaki.dropwizard.hibernate;
import io.dropwizard.Configuration;
import io.dropwizard.db.DataSourceFactory;
import lombok.Getter;
/**
* This configuration is needed just so we can use the hibernate bundle.
*
* @author mtakaki
*
*/
@Getter
class HibernateDAOTestUtilConfiguration extends Configuration {
private final DataSourceFactory database = new DataSourceFactory();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy