Source compatibility report for the dropwizard-hibernate library between 0.9.1 and 0.9.2 versions
Test Info
Library Name | dropwizard-hibernate |
Version #1 | 0.9.1 |
Version #2 | 0.9.2 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 47 / 8 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 5 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 5
dropwizard-hibernate-0.9.2.jar, UnitOfWorkAwareProxyFactory.class
package io.dropwizard.hibernate
UnitOfWorkAwareProxyFactory.create ( Class<T> clazz ) : T
io/dropwizard/hibernate/UnitOfWorkAwareProxyFactory.create:(Ljava/lang/Class;)Ljava/lang/Object;
UnitOfWorkAwareProxyFactory.create ( Class<T> clazz, Class<?> constructorParamType, Object constructorArguments ) : T
io/dropwizard/hibernate/UnitOfWorkAwareProxyFactory.create:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
UnitOfWorkAwareProxyFactory.create ( Class<T> clazz, Class<?>[ ] constructorParamTypes, Object[ ] constructorArguments ) : T
io/dropwizard/hibernate/UnitOfWorkAwareProxyFactory.create:(Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
UnitOfWorkAwareProxyFactory.UnitOfWorkAwareProxyFactory ( HibernateBundle<?>... bundles )
io/dropwizard/hibernate/UnitOfWorkAwareProxyFactory."<init>":([Lio/dropwizard/hibernate/HibernateBundle;)V
UnitOfWorkAwareProxyFactory.UnitOfWorkAwareProxyFactory ( String name, SessionFactory sessionFactory )
io/dropwizard/hibernate/UnitOfWorkAwareProxyFactory."<init>":(Ljava/lang/String;Lorg/hibernate/SessionFactory;)V
to the top
Java Archives 1
dropwizard-hibernate-0.9.1.jar
to the top