|
Change Parameter Type queryOptions : QueryOptions to queryOptions : HibernateEntityManagerImplementor.QueryOptions in method public createQuery(jpaqlString String, resultClass Class<T>, selection Selection, queryOptions HibernateEntityManagerImplementor.QueryOptions) : QueryImplementor<T> in class org.hibernate.internal.AbstractSharedSessionContract |
From |
To |
|
Change Parameter Type entityManager : SessionImplementor to entityManager : SharedSessionContractImplementor in method public CriteriaQueryTypeQueryAdapter(entityManager SharedSessionContractImplementor, jpqlQuery QueryImplementor<X>, explicitParameterInfoMap Map<ParameterExpression<?>,ExplicitParameterInfo<?>>) in class org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter |
From |
To |
|
Change Parameter Type entityManager : SessionImplementor to entityManager : SharedSessionContractImplementor in method public CriteriaCompiler(entityManager SharedSessionContractImplementor) in class org.hibernate.query.criteria.internal.compile.CriteriaCompiler |
From |
To |
|
Move Method public createQuery(criteriaDelete CriteriaDelete) : QueryImplementor from class org.hibernate.internal.SessionImpl to public createQuery(criteriaDelete CriteriaDelete) : QueryImplementor from class org.hibernate.internal.AbstractSharedSessionContract |
From |
To |
|
Move Method public createQuery(criteriaUpdate CriteriaUpdate) : QueryImplementor from class org.hibernate.internal.SessionImpl to public createQuery(criteriaUpdate CriteriaUpdate) : QueryImplementor from class org.hibernate.internal.AbstractSharedSessionContract |
From |
To |
|
Move Method protected criteriaCompiler() : CriteriaCompiler from class org.hibernate.internal.SessionImpl to protected criteriaCompiler() : CriteriaCompiler from class org.hibernate.internal.AbstractSharedSessionContract |
From |
To |
|
Move Method public createQuery(criteriaQuery CriteriaQuery<T>) : QueryImplementor<T> from class org.hibernate.internal.SessionImpl to public createQuery(criteriaQuery CriteriaQuery<T>) : QueryImplementor<T> from class org.hibernate.internal.AbstractSharedSessionContract |
From |
To |
|
Move Method public createQuery(jpaqlString String, resultClass Class<T>, selection Selection, queryOptions QueryOptions) : QueryImplementor<T> from class org.hibernate.internal.SessionImpl to public createQuery(jpaqlString String, resultClass Class<T>, selection Selection, queryOptions HibernateEntityManagerImplementor.QueryOptions) : QueryImplementor<T> from class org.hibernate.internal.AbstractSharedSessionContract |
From |
To |