DualSessionFactory   DualSessionFactory 
Compiled from "DualSessionFactory.java" Compiled from "DualSessionFactory.java"
public class io.dropwizard.hibernate.dual.DualSessionFactory implements org .hibernate.SessionFactory { public class io.dropwizard.hibernate.dual.DualSessionFactory implements org .hibernate.SessionFactory {
public io.dropwizard.hibernate.dual.DualSessionFactory(org.hibernate.Sess ionFactory, org.hibernate.SessionFactory); public io.dropwizard.hibernate.dual.DualSessionFactory(org.hibernate.Sess ionFactory, org.hibernate.SessionFactory);
public org.hibernate.SessionFactory prepare(boolean); public org.hibernate.SessionFactory prepare(boolean);
public org.hibernate.SessionFactory current(); public org.hibernate.SessionFactory current();
public javax.persistence.EntityManager createEntityManager(); public jakarta.persistence.EntityManager createEntityManager();
public javax.persistence.EntityManager createEntityManager(java.util.Map) public jakarta.persistence.EntityManager createEntityManager(java.util.Ma
; p);
public javax.persistence.EntityManager createEntityManager(javax.persiste public jakarta.persistence.EntityManager createEntityManager(jakarta.pers
nce.SynchronizationType); istence.SynchronizationType);
public javax.persistence.EntityManager createEntityManager(javax.persiste public jakarta.persistence.EntityManager createEntityManager(jakarta.pers
nce.SynchronizationType, java.util.Map); istence.SynchronizationType, java.util.Map);
public javax.persistence.criteria.CriteriaBuilder getCriteriaBuilder(); public jakarta.persistence.criteria.CriteriaBuilder getCriteriaBuilder();
public jakarta.persistence.metamodel.Metamodel getMetamodel();
public boolean isOpen(); public boolean isOpen();
public java.util.Map<java.lang.String, java.lang.Object> getProperties(); public java.util.Map<java.lang.String, java.lang.Object> getProperties();
public javax.persistence.PersistenceUnitUtil getPersistenceUnitUtil(); public jakarta.persistence.PersistenceUnitUtil getPersistenceUnitUtil();
public void addNamedQuery(java.lang.String, javax.persistence.Query); public void addNamedQuery(java.lang.String, jakarta.persistence.Query);
public <T> T unwrap(java.lang.Class<T>); public <T> T unwrap(java.lang.Class<T>);
public <T> void addNamedEntityGraph(java.lang.String, javax.persistence.E public <T> void addNamedEntityGraph(java.lang.String, jakarta.persistence
ntityGraph<T>); .EntityGraph<T>);
public <T> java.util.List<javax.persistence.EntityGraph<? super T>> findE public <T> java.util.List<jakarta.persistence.EntityGraph<? super T>> fin
ntityGraphsByType(java.lang.Class<T>); dEntityGraphsByType(java.lang.Class<T>);
public org.hibernate.Metamodel getMetamodel();
public javax.naming.Reference getReference() throws javax.naming.NamingEx ception; public javax.naming.Reference getReference() throws javax.naming.NamingEx ception;
public org.hibernate.boot.spi.SessionFactoryOptions getSessionFactoryOpti ons(); public org.hibernate.boot.spi.SessionFactoryOptions getSessionFactoryOpti ons();
public org.hibernate.SessionBuilder withOptions(); public org.hibernate.SessionBuilder withOptions();
public org.hibernate.Session openSession() throws org.hibernate.Hibernate Exception; public org.hibernate.Session openSession() throws org.hibernate.Hibernate Exception;
public org.hibernate.Session getCurrentSession() throws org.hibernate.Hib ernateException; public org.hibernate.Session getCurrentSession() throws org.hibernate.Hib ernateException;
public org.hibernate.StatelessSessionBuilder withStatelessOptions(); public org.hibernate.StatelessSessionBuilder withStatelessOptions();
public org.hibernate.StatelessSession openStatelessSession(); public org.hibernate.StatelessSession openStatelessSession();
public org.hibernate.StatelessSession openStatelessSession(java.sql.Conne ction); public org.hibernate.StatelessSession openStatelessSession(java.sql.Conne ction);
public void inSession(java.util.function.Consumer<org.hibernate.Session>)
;
public void inTransaction(java.util.function.Consumer<org.hibernate.Sessi
on>);
public <R> R fromSession(java.util.function.Function<org.hibernate.Sessio
n, R>);
public <R> R fromTransaction(java.util.function.Function<org.hibernate.Se
ssion, R>);
public org.hibernate.stat.Statistics getStatistics(); public org.hibernate.stat.Statistics getStatistics();
public void close() throws org.hibernate.HibernateException; public void close() throws org.hibernate.HibernateException;
public boolean isClosed(); public boolean isClosed();
public org.hibernate.Cache getCache(); public org.hibernate.Cache getCache();
public java.util.Set getDefinedFilterNames(); public java.util.Set getDefinedFilterNames();
public org.hibernate.engine.spi.FilterDefinition getFilterDefinition(java .lang.String) throws org.hibernate.HibernateException; public org.hibernate.engine.spi.FilterDefinition getFilterDefinition(java .lang.String) throws org.hibernate.HibernateException;
public boolean containsFetchProfileDefinition(java.lang.String); public boolean containsFetchProfileDefinition(java.lang.String);
public org.hibernate.TypeHelper getTypeHelper(); public jakarta.persistence.Cache getCache();
public org.hibernate.metadata.ClassMetadata getClassMetadata(java.lang.Cl
ass);
public org.hibernate.metadata.ClassMetadata getClassMetadata(java.lang.St
ring);
public org.hibernate.metadata.CollectionMetadata getCollectionMetadata(ja
va.lang.String);
public java.util.Map<java.lang.String, org.hibernate.metadata.ClassMetada
ta> getAllClassMetadata();
public java.util.Map getAllCollectionMetadata();
public javax.persistence.Cache getCache();
public javax.persistence.metamodel.Metamodel getMetamodel();
} }
 End of changes. 5 change blocks. 
27 lines changed or deleted 24 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/