|
Change Return Type SynchronizeableQuery to SynchronizeableQuery<T> in method public addSynchronizedEntityClass(entityClass Class) : SynchronizeableQuery<T> in class org.hibernate.SynchronizeableQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setCacheable(cacheable boolean) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setTimeout(timeout int) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addScalar(columnAlias String) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setBigDecimal(name String, val BigDecimal) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addScalar(columnAlias String) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(position int, val Object, type Type) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setFetchSize(fetchSize int) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameterList(parameter QueryParameter<P>, values Collection<P>) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setLockMode(alias String, lockMode LockMode) : Query<R> in class org.hibernate.query.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public addQueryHint(hint String) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setFlushMode(flushModeType FlushModeType) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setCacheable(cacheable boolean) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setText(position int, val String) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(parameter Parameter<P>, value P) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addScalar(columnAlias String, type Type) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameterList(name String, values Collection, type Type) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameterList(name String, values Object[]) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addEntity(entityType Class) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setProperties(bean Object) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameter(param Parameter<Date>, value Date, temporalType TemporalType) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(parameter QueryParameter<P>, val P, type Type) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setBinary(position int, val byte[]) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addSynchronizedEntityClass(entityClass Class) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type SynchronizeableQuery to SynchronizeableQuery<T> in method public addSynchronizedEntityName(entityName String) : SynchronizeableQuery<T> in class org.hibernate.SynchronizeableQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(parameter QueryParameter<P>, val P, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setBigInteger(position int, val BigInteger) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addSynchronizedQuerySpace(querySpace String) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setEntity(name String, val Object) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addQueryHint(hint String) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setFlushMode(flushMode FlushMode) : NativeQuery<T> in class org.hibernate.query.NativeQuery |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameter(parameter QueryParameter<P>, val P, type Type) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setCacheable(cacheable boolean) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameter(name String, val Object, type Type) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addScalar(columnAlias String) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setLong(name String, val long) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameterList(name String, values Collection) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setLockOptions(lockOptions LockOptions) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addEntity(tableAlias String, entityType Class) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setLockMode(alias String, lockMode LockMode) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setLong(position int, val long) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setBoolean(name String, val boolean) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setHibernateFlushMode(flushMode FlushMode) : Query<R> in class org.hibernate.query.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setCacheMode(cacheMode CacheMode) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameterList(name String, values Collection) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameterList(name String, values Collection, type Type) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(name String, value Object) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setShort(position int, val short) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to ProcedureCallImplementor<R> in method public setEntity(name String, val Object) : ProcedureCallImplementor<R> in class org.hibernate.procedure.internal.ProcedureCallImpl |
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.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setCacheRegion(cacheRegion String) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(name String, val Object, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(name String, val Object) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameter(parameter QueryParameter<T>, val T) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type ProcedureCallImpl to ProcedureCallImplementor<R> in method public addSynchronizedEntityName(entityName String) : ProcedureCallImplementor<R> in class org.hibernate.procedure.internal.ProcedureCallImpl |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setProperties(bean Object) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setByte(name String, val byte) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQueryImplementor<T> in method public setEntity(name String, val Object) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setHibernateFlushMode(flushMode FlushMode) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setCharacter(name String, val char) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addSynchronizedEntityClass(entityClass Class) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addJoin(tableAlias String, path String, lockMode LockMode) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setDate(position int, val Date) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setHibernateFlushMode(flushMode FlushMode) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setFlushMode(flushMode FlushMode) : Query<R> in class org.hibernate.Query |
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.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setProperties(bean Object) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setResultSetMapping(name String) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addQueryHint(hint String) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setComment(comment String) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public addQueryHint(hint String) : Query<R> in class org.hibernate.query.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setFlushMode(flushMode FlushModeType) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setLockMode(lockModeType LockModeType) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setComment(comment String) : Query<R> in class org.hibernate.query.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setLocale(name String, val Locale) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addJoin(tableAlias String, ownerTableAlias String, joinPropertyName String) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setTimeout(timeout int) : Query<R> in class org.hibernate.query.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameter(position int, val Object, type Type) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setReadOnly(readOnly boolean) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setLockMode(alias String, lockMode LockMode) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setDouble(name String, val double) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addEntity(entityName String) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addSynchronizedEntityName(entityName String) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setCacheRegion(cacheRegion String) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addEntity(entityType Class) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameterList(parameter QueryParameter<P>, values Collection<P>) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to ProcedureCallImplementor<R> in method public setEntity(position int, val Object) : ProcedureCallImplementor<R> in class org.hibernate.procedure.internal.ProcedureCallImpl |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addEntity(tableAlias String, entityName String) : NativeQuery<T> in class org.hibernate.SQLQuery |
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.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameterList(parameter QueryParameter<P>, values Collection<P>) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setBigInteger(name String, val BigInteger) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setCalendar(name String, value Calendar) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addEntity(tableAlias String, entityName String) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setCacheMode(cacheMode CacheMode) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameter(name String, val Object, type Type) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setInteger(position int, val int) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setComment(comment String) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameterList(name String, values Object[], type Type) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameters(values Object[], types Type[]) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameter(name String, val Object) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setString(name String, val String) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type StoredProcedureQueryImplementor to ProcedureCallImplementor<R> in method public registerStoredProcedureParameter(position int, type Class, mode ParameterMode) : ProcedureCallImplementor<R> in class org.hibernate.procedure.internal.ProcedureCallImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setBinary(name String, val byte[]) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setTimestamp(position int, val Date) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setTimeout(timeout int) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setFloat(name String, val float) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setCacheRegion(cacheRegion String) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setCacheable(cacheable boolean) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addEntity(tableAlias String, entityType Class) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addJoin(tableAlias String, path String, lockMode LockMode) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addEntity(entityType Class) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setBoolean(position int, val boolean) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addEntity(tableAlias String, entityClass Class) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setLocale(position int, val Locale) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setTimeout(timeout int) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setDate(name String, val Date) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setCalendarDate(name String, value Calendar) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addJoin(tableAlias String, path String, lockMode LockMode) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setFloat(position int, val float) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addJoin(tableAlias String, path String) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameter(name String, val Object) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setSerializable(name String, val Serializable) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addJoin(tableAlias String, ownerTableAlias String, joinPropertyName String) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setFlushMode(flushMode FlushMode) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setByte(position int, val byte) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameter(name String, value Calendar, temporalType TemporalType) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addSynchronizedEntityName(entityName String) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameter(position int, val Object) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type QueryImplementor to QueryImplementor<R> in method public setParameterList(parameter QueryParameter<P>, values Collection<P>) : QueryImplementor<R> in class org.hibernate.query.internal.AbstractProducedQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setEntity(position int, val Object) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setBigDecimal(position int, val BigDecimal) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addEntity(tableAlias String, entityName String) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setCacheRegion(cacheRegion String) : Query<R> in class org.hibernate.query.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addJoin(tableAlias String, ownerTableAlias String, joinPropertyName String) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setProperties(bean Map) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(parameter QueryParameter<P>, value P, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(parameter QueryParameter, value Object) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setLockOptions(lockOptions LockOptions) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameter(position int, value Calendar, temporalType TemporalType) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameter(parameter QueryParameter<P>, val P, type Type) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setFetchSize(fetchSize int) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setFlushMode(flushMode FlushMode) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addSynchronizedQuerySpace(querySpace String) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setFetchSize(fetchSize int) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type ProcedureCallImpl to ProcedureCallImplementor<R> in method public addSynchronizedEntityClass(entityClass Class) : ProcedureCallImplementor<R> in class org.hibernate.procedure.internal.ProcedureCallImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameter(param Parameter<T>, value T) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type ProcedureCallImpl to ProcedureCallImplementor<R> in method public addSynchronizedQuerySpace(querySpace String) : ProcedureCallImplementor<R> in class org.hibernate.procedure.internal.ProcedureCallImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameter(parameter QueryParameter<P>, val P, temporalType TemporalType) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setFetchSize(fetchSize int) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addScalar(columnAlias String, type Type) : 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, type Type) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setHibernateFlushMode(flushMode FlushMode) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addQueryHint(hint String) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setFlushMode(flushMode FlushMode) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setTimestamp(name String, value Date) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameterList(name String, values Object[], type Type) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addEntity(tableAlias String, entityName String, lockMode LockMode) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type StoredProcedureQueryImplementor to ProcedureCallImplementor<R> in method public registerStoredProcedureParameter(parameterName String, type Class, mode ParameterMode) : ProcedureCallImplementor<R> in class org.hibernate.procedure.internal.ProcedureCallImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setParameterList(name String, values Object[]) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setString(position int, val String) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameter(param Parameter<Calendar>, value Calendar, temporalType TemporalType) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addEntity(tableAlias String, entityName String, lockMode LockMode) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameter(position int, val Object) : NativeQuery<T> in class org.hibernate.SQLQuery |
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.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setHibernateFlushMode(flushMode FlushMode) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setReadOnly(readOnly boolean) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type SynchronizeableQuery to SynchronizeableQuery<T> in method public addSynchronizedQuerySpace(querySpace String) : SynchronizeableQuery<T> in class org.hibernate.SynchronizeableQuery |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addEntity(tableAlias String, entityClass Class, lockMode LockMode) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setFetchSize(fetchSize int) : Query<R> in class org.hibernate.query.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setInteger(name String, val int) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setSerializable(position int, val Serializable) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setLockOptions(lockOptions LockOptions) : Query<R> in class org.hibernate.query.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQueryImplementor<T> in method public setEntity(position int, val Object) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(param Parameter<Date>, value Date, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setProperties(bean Map) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setResultTransformer(transformer ResultTransformer) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(parameter QueryParameter, value Object, type Type) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addEntity(tableAlias String, entityClass Class, lockMode LockMode) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addJoin(tableAlias String, path String) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameter(parameter QueryParameter<P>, val P, temporalType TemporalType) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setCalendarDate(position int, val Calendar) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameter(position int, val Object, type Type) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(name String, val Object, type Type) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setDouble(position int, val double) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setLockOptions(lockOptions LockOptions) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setTime(name String, val Date) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setCacheMode(cacheMode CacheMode) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setFlushMode(flushMode FlushMode) : Query<R> in class org.hibernate.query.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(position int, value Object, type Type) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameter(position int, value Date, temporalType TemporalType) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addSynchronizedQuerySpace(querySpace String) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setComment(comment String) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setReadOnly(readOnly boolean) : Query<R> in class org.hibernate.query.Query |
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.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addSynchronizedEntityClass(entityClass Class) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addEntity(entityName String) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addEntity(entityName String) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setLockMode(alias String, lockMode LockMode) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setLockMode(alias String, lockMode LockMode) : 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) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type Query to Query<R> in method public setText(name String, val String) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addEntity(tableAlias String, entityClass Class, lockMode LockMode) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(position int, val Object) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQuery to NativeQueryImplementor<T> in method public setCacheRegion(cacheRegion String) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setShort(name String, val short) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type List<Object> to List<T> in method protected doList() : List<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameter(name String, value Date, temporalType TemporalType) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setReadOnly(readOnly boolean) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addEntity(tableAlias String, entityName String, lockMode LockMode) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
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.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setCacheMode(cacheMode CacheMode) : Query<R> in class org.hibernate.query.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setCacheable(cacheable boolean) : Query<R> in class org.hibernate.query.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(param Parameter<Calendar>, value Calendar, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setParameter(position int, val Object, temporalType TemporalType) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameterList(name String, values Collection) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setProperties(bean Map) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setTimeout(timeout int) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addJoin(tableAlias String, path String) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public addSynchronizedEntityName(entityName String) : NativeQueryImplementor<T> in class org.hibernate.query.internal.NativeQueryImpl |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setCacheMode(cacheMode CacheMode) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type Query to Query<R> in method public setTime(position int, val Date) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type NativeQueryImplementor to NativeQueryImplementor<T> in method public setLockOptions(lockOptions LockOptions) : NativeQueryImplementor<T> in class org.hibernate.query.spi.NativeQueryImplementor |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public setParameterList(name String, values Object[]) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type NativeQuery to NativeQuery<T> in method public addScalar(columnAlias String, type Type) : NativeQuery<T> in class org.hibernate.SQLQuery |
From |
To |
|
Change Return Type Query to Query<R> in method public setCalendar(position int, val Calendar) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setComment(comment String) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setCharacter(position int, val char) : Query<R> in class org.hibernate.Query |
From |
To |
|
Change Return Type Query to Query<R> in method public setReadOnly(readOnly boolean) : Query<R> in class org.hibernate.Query |
From |
To |