Source compatibility report for the dropwizard-hibernate library between 2.0.21 and 2.0.22 versions
Test Info
| Library Name | dropwizard-hibernate |
| Version #1 | 2.0.21 |
| Version #2 | 2.0.22 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 66 / 10 |
| Compatibility |
100% |
Problem Summary
| Severity | Count |
| Added Methods | - | 1 |
| 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 1
dropwizard-hibernate-2.0.22.jar, AbstractDAO.class
package io.dropwizard.hibernate
AbstractDAO<E>.namedTypedQuery ( String queryName ) : Query<E>
io/dropwizard/hibernate/AbstractDAO.namedTypedQuery:(Ljava/lang/String;)Lorg/hibernate/query/Query;
to the top
Java Archives 1
dropwizard-hibernate-2.0.21.jar
to the top