Source compatibility report for the dropwizard-hibernate library between 2.0.35 and 2.1.0 versions

Test Info


Library Namedropwizard-hibernate
Version #12.0.35
Version #22.1.0

Test Results


Total Java Modules1
Total Methods / Classes109 / 12
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-43
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  43 


dropwizard-hibernate-2.1.0.jar, DualSessionFactory.class
package io.dropwizard.hibernate.dual
DualSessionFactory.addNamedEntityGraph ( String graphName, EntityGraph<T> entityGraph )  :  void
DualSessionFactory.addNamedQuery ( String name, Query query )  :  void
DualSessionFactory.close ( )  :  void
DualSessionFactory.containsFetchProfileDefinition ( String name )  :  boolean
DualSessionFactory.createEntityManager ( )  :  EntityManager
DualSessionFactory.createEntityManager ( Map map )  :  EntityManager
DualSessionFactory.createEntityManager ( SynchronizationType synchronizationType )  :  EntityManager
DualSessionFactory.createEntityManager ( SynchronizationType synchronizationType, Map map )  :  EntityManager
DualSessionFactory.current ( )  :  SessionFactory
DualSessionFactory.DualSessionFactory ( SessionFactory primary, SessionFactory reader )
DualSessionFactory.findEntityGraphsByType ( Class<T> entityClass )  :  T>>
DualSessionFactory.getAllClassMetadata ( )  :  Map<String,ClassMetadata>
DualSessionFactory.getAllCollectionMetadata ( )  :  Map
DualSessionFactory.getCache ( )  :  Cache
DualSessionFactory.getCache ( )  :  Cache
DualSessionFactory.getClassMetadata ( Class entityClass )  :  ClassMetadata
DualSessionFactory.getClassMetadata ( String entityName )  :  ClassMetadata
DualSessionFactory.getCollectionMetadata ( String roleName )  :  CollectionMetadata
DualSessionFactory.getCriteriaBuilder ( )  :  CriteriaBuilder
DualSessionFactory.getCurrentSession ( )  :  Session
DualSessionFactory.getDefinedFilterNames ( )  :  Set
DualSessionFactory.getFilterDefinition ( String filterName )  :  FilterDefinition
DualSessionFactory.getMetamodel ( )  :  Metamodel
DualSessionFactory.getMetamodel ( )  :  Metamodel
DualSessionFactory.getPersistenceUnitUtil ( )  :  PersistenceUnitUtil
DualSessionFactory.getProperties ( )  :  Map<String,Object>
DualSessionFactory.getReference ( )  :  Reference
DualSessionFactory.getSessionFactoryOptions ( )  :  SessionFactoryOptions
DualSessionFactory.getStatistics ( )  :  Statistics
DualSessionFactory.getTypeHelper ( )  :  TypeHelper
DualSessionFactory.isClosed ( )  :  boolean
DualSessionFactory.isOpen ( )  :  boolean
DualSessionFactory.openSession ( )  :  Session
DualSessionFactory.openStatelessSession ( )  :  StatelessSession
DualSessionFactory.openStatelessSession ( Connection connection )  :  StatelessSession
DualSessionFactory.prepare ( boolean readOnly )  :  SessionFactory
DualSessionFactory.unwrap ( Class<T> cls )  :  T
DualSessionFactory.withOptions ( )  :  SessionBuilder
DualSessionFactory.withStatelessOptions ( )  :  StatelessSessionBuilder

dropwizard-hibernate-2.1.0.jar, HibernateBundle.class
package io.dropwizard.hibernate.dual
HibernateBundle<T>.getReadSourceFactory ( T p1 ) [abstract]  :  PooledDataSourceFactory
HibernateBundle<T>.HibernateBundle<T> ( Class<?> entity, Class<?>... entities )
HibernateBundle<T>.HibernateBundle<T> ( List<Class<?>> entities, SessionFactoryFactory sessionFactoryFactory )
HibernateBundle<T>.run ( T configuration, Environment environment )  :  void

to the top

Java Archives  1 


dropwizard-hibernate-2.0.35.jar

to the top