HibernateBundle   HibernateBundle 
Compiled from "HibernateBundle.java" Compiled from "HibernateBundle.java"
public abstract class io.dropwizard.hibernate.HibernateBundle<T> implements io.dropwizard.ConfiguredBundle<T>, io.dropwizard.db.DatabaseConfiguration< T> { public abstract class io.dropwizard.hibernate.HibernateBundle<T> implements io.dropwizard.core.ConfiguredBundle<T>, io.dropwizard.db.DatabaseConfigura tion<T> {
public static final java.lang.String DEFAULT_NAME; public static final java.lang.String DEFAULT_NAME;
protected org.hibernate.SessionFactory sessionFactory; protected org.hibernate.SessionFactory sessionFactory;
protected boolean lazyLoadingEnabled; protected boolean lazyLoadingEnabled;
protected final java.util.List<java.lang.Class<?>> entities; protected final java.util.List<java.lang.Class<?>> entities;
protected final io.dropwizard.hibernate.SessionFactoryFactory sessionFact oryFactory; protected final io.dropwizard.hibernate.SessionFactoryFactory sessionFact oryFactory;
protected io.dropwizard.hibernate.HibernateBundle(java.lang.Class<?>, jav a.lang.Class<?>...); protected io.dropwizard.hibernate.HibernateBundle(java.lang.Class<?>, jav a.lang.Class<?>...);
protected io.dropwizard.hibernate.HibernateBundle(java.util.List<java.lan g.Class<?>>, io.dropwizard.hibernate.SessionFactoryFactory); protected io.dropwizard.hibernate.HibernateBundle(java.util.List<java.lan g.Class<?>>, io.dropwizard.hibernate.SessionFactoryFactory);
public final void initialize(io.dropwizard.setup.Bootstrap<?>); public final void initialize(io.dropwizard.core.setup.Bootstrap<?>);
protected com.fasterxml.jackson.datatype.hibernate5.Hibernate5Module crea teHibernate5Module(); protected com.fasterxml.jackson.datatype.hibernate5.Hibernate5Module crea teHibernate5Module();
protected java.lang.String name(); protected java.lang.String name();
public void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce public void run(T, io.dropwizard.core.setup.Environment) throws java.lang
ption; .Exception;
protected io.dropwizard.hibernate.UnitOfWorkApplicationListener registerU protected io.dropwizard.hibernate.UnitOfWorkApplicationListener registerU
nitOfWorkListenerIfAbsent(io.dropwizard.setup.Environment); nitOfWorkListenerIfAbsent(io.dropwizard.core.setup.Environment);
public boolean isLazyLoadingEnabled(); public boolean isLazyLoadingEnabled();
public void setLazyLoadingEnabled(boolean); public void setLazyLoadingEnabled(boolean);
public org.hibernate.SessionFactory getSessionFactory(); public org.hibernate.SessionFactory getSessionFactory();
protected void configure(org.hibernate.cfg.Configuration); protected void configure(org.hibernate.cfg.Configuration);
} }
 End of changes. 3 change blocks. 
6 lines changed or deleted 6 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/