|
Change Return Type BasicQueryContract to CommonQueryContract in method public setFlushMode(flushMode FlushMode) : CommonQueryContract in class org.hibernate.BasicQueryContract |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setProperties(map Map) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type BasicQueryContract to CommonQueryContract in method public setReadOnly(readOnly boolean) : CommonQueryContract in class org.hibernate.BasicQueryContract |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setFirstResult(startPosition int) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setMaxResults(maxResult int) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type BasicQueryContract to CommonQueryContract in method public setHibernateFlushMode(flushMode FlushMode) : CommonQueryContract in class org.hibernate.BasicQueryContract |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(position int, value Calendar, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type BasicQueryContract to CommonQueryContract in method public setCacheRegion(cacheRegion String) : CommonQueryContract in class org.hibernate.BasicQueryContract |
From |
To |
|
Change Return Type BasicQueryContract to CommonQueryContract in method public setCacheable(cacheable boolean) : CommonQueryContract in class org.hibernate.BasicQueryContract |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(param Parameter, value Date, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(name String, value Date, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(param Parameter, value Calendar, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameterList(name String, values Object[]) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(position int, value Date, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(position int, value Object, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameterList(name String, values Collection, type Type) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameterList(name String, values Object[], type Type) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameterList(parameter QueryParameter, values Collection) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type BasicQueryContract to CommonQueryContract in method public setTimeout(timeout int) : CommonQueryContract in class org.hibernate.BasicQueryContract |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setResultTransformer(transformer ResultTransformer) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type BasicQueryContract to CommonQueryContract in method public setFetchSize(fetchSize int) : CommonQueryContract in class org.hibernate.BasicQueryContract |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setHint(hintName String, value Object) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(name String, value Object, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setProperties(bean Object) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type BasicQueryContract to CommonQueryContract in method public setCacheMode(cacheMode CacheMode) : CommonQueryContract in class org.hibernate.BasicQueryContract |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(name String, value Calendar, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameterList(name String, values Collection) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Variable Type he : HibernateException to e : SQLException|HibernateException in method protected getResultSet(st PreparedStatement, selection RowSelection, limitHandler LimitHandler, autodiscovertypes boolean, session SharedSessionContractImplementor) : ResultSet in class org.hibernate.loader.Loader |
From |
To |
|
Change Variable Type keyColumnNames : Map to keyColumnNames : Map<String,String[]> in method protected applyLocks(sql String, parameters QueryParameters, dialect Dialect, afterLoadActions List<AfterLoadAction>) : String in class org.hibernate.loader.criteria.CriteriaLoader |
From |
To |
|
Change Variable Type he : HibernateException to e : SQLException|HibernateException in method protected prepareQueryStatement(sql String, queryParameters QueryParameters, limitHandler LimitHandler, scroll boolean, session SharedSessionContractImplementor) : PreparedStatement in class org.hibernate.loader.Loader |
From |
To |