HibernateBundle | HibernateBundle | |||
---|---|---|---|---|
Compiled from "HibernateBundle.java" | Compiled from "HibernateBundle.java" | |||
public abstract class io.dropwizard.hibernate.HibernateBundle<T extends io. dropwizard.Configuration> implements io.dropwizard.ConfiguredBundle<T>, io. dropwizard.db.DatabaseConfiguration<T> { | public abstract class io.dropwizard.hibernate.HibernateBundle<T extends io. dropwizard.Configuration> 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 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(com.google.common.colle ct.ImmutableList<java.lang.Class<?>>, io.dropwizard.hibernate.SessionFactor yFactory); | protected io.dropwizard.hibernate.HibernateBundle(com.google.common.colle ct.ImmutableList<java.lang.Class<?>>, io.dropwizard.hibernate.SessionFactor yFactory); | |||
public final void initialize(io.dropwizard.setup.Bootstrap<?>); | public final void initialize(io.dropwizard.setup.Bootstrap<?>); | |||
protected com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module crea teHibernate4Module(); | 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 g.Exception; | public final void run(T, io.dropwizard.setup.Environment) throws java.lan g.Exception; | |||
public boolean isLazyLoadingEnabled(); | ||||
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); | |||
public void run(java.lang.Object, io.dropwizard.setup.Environment) throws java.lang.Exception; | public void run(java.lang.Object, io.dropwizard.setup.Environment) throws java.lang.Exception; | |||
} | } | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 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/ |