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.ConfiguredBundle<T>, io.dropwizard.db.DatabaseConfiguration< T> { | |||
public static final java.lang.String DEFAULT_NAME; | public static final java.lang.String DEFAULT_NAME; | |||
protected org.hibernate.SessionFactory sessionFactory; | ||||
protected boolean lazyLoadingEnabled; | ||||
protected final java.util.List<java.lang.Class<?>> entities; | ||||
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.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 final void run(T, io.dropwizard.setup.Environment) throws java.lan | public void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce | |||
g.Exception; | ption; | |||
protected io.dropwizard.hibernate.UnitOfWorkApplicationListener registerU | ||||
nitOfWorkListenerIfAbsent(io.dropwizard.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. 2 change blocks. | ||||
2 lines changed or deleted | 9 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/ |