SessionFactoryFactory | SessionFactoryFactory | |||
---|---|---|---|---|
Compiled from "SessionFactoryFactory.java" | Compiled from "SessionFactoryFactory.java" | |||
public class io.dropwizard.hibernate.SessionFactoryFactory { | public class io.dropwizard.hibernate.SessionFactoryFactory { | |||
public io.dropwizard.hibernate.SessionFactoryFactory(); | public io.dropwizard.hibernate.SessionFactoryFactory(); | |||
public org.hibernate.SessionFactory build(io.dropwizard.hibernate.Hiberna | public org.hibernate.SessionFactory build(io.dropwizard.hibernate.Hiberna | |||
teBundle<?>, io.dropwizard.setup.Environment, io.dropwizard.db.DataSourceFa | teBundle<?>, io.dropwizard.setup.Environment, io.dropwizard.db.DataSourceFa | |||
ctory, java.util.List<java.lang.Class<?>>) throws java.lang.ClassNotFoundEx | ctory, java.util.List<java.lang.Class<?>>); | |||
ception; | public org.hibernate.SessionFactory build(io.dropwizard.hibernate.Hiberna | |||
public org.hibernate.SessionFactory build(io.dropwizard.hibernate.Hiberna | teBundle<?>, io.dropwizard.setup.Environment, io.dropwizard.db.DataSourceFa | |||
teBundle<?>, io.dropwizard.setup.Environment, io.dropwizard.db.DataSourceFa | ctory, java.util.List<java.lang.Class<?>>, java.lang.String); | |||
ctory, io.dropwizard.db.ManagedDataSource, java.util.List<java.lang.Class<? | public org.hibernate.SessionFactory build(io.dropwizard.hibernate.Hiberna | |||
>>) throws java.lang.ClassNotFoundException; | teBundle<?>, io.dropwizard.setup.Environment, io.dropwizard.db.DataSourceFa | |||
ctory, io.dropwizard.db.ManagedDataSource, java.util.List<java.lang.Class<? | ||||
>>); | ||||
static {}; | static {}; | |||
} | } | |||
End of changes. 1 change blocks. | ||||
8 lines changed or deleted | 10 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/ |