|
Push Down Method public getStatus() : Status from class org.hibernate.engine.spi.EntityEntry to public getStatus() : Status from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method private getCompressedValue(state EnumState<E>) : E from class org.hibernate.engine.spi.EntityEntry to private getCompressedValue(state EnumState<E>) : E from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public setStatus(status Status) : void from class org.hibernate.engine.spi.EntityEntry to public setStatus(status Status) : void from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public forceLocked(entity Object, nextVersion Object) : void from class org.hibernate.engine.spi.EntityEntry to public forceLocked(entity Object, nextVersion Object) : void from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public addExtraState(extraState EntityEntryExtraState) : void from class org.hibernate.engine.spi.EntityEntry to public addExtraState(extraState EntityEntryExtraState) : void from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method private setCompressedValue(state BooleanState, value boolean) : void from class org.hibernate.engine.spi.EntityEntry to private setCompressedValue(state BooleanState, value boolean) : void from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public isLoadedWithLazyPropertiesUnfetched() : boolean from class org.hibernate.engine.spi.EntityEntry to public isLoadedWithLazyPropertiesUnfetched() : boolean from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public setLockMode(lockMode LockMode) : void from class org.hibernate.engine.spi.EntityEntry to public setLockMode(lockMode LockMode) : void from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public getDeletedState() : Object[] from class org.hibernate.engine.spi.EntityEntry to public getDeletedState() : Object[] from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method private EntityEntry(factory SessionFactoryImplementor, entityName String, id Serializable, status Status, previousStatus Status, loadedState Object[], deletedState Object[], version Object, lockMode LockMode, existsInDatabase boolean, isBeingReplicated boolean, loadedWithLazyPropertiesUnfetched boolean, persistenceContext PersistenceContext) from class org.hibernate.engine.spi.EntityEntry to private MutableEntityEntry(factory SessionFactoryImplementor, entityName String, id Serializable, status Status, previousStatus Status, loadedState Object[], deletedState Object[], version Object, lockMode LockMode, existsInDatabase boolean, isBeingReplicated boolean, loadedWithLazyPropertiesUnfetched boolean, persistenceContext PersistenceContext) from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public getLoadedState() : Object[] from class org.hibernate.engine.spi.EntityEntry to public getLoadedState() : Object[] from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public deserialize(ois ObjectInputStream, persistenceContext PersistenceContext) : EntityEntry from class org.hibernate.engine.spi.EntityEntry to public deserialize(ois ObjectInputStream, persistenceContext PersistenceContext) : EntityEntry from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public postDelete() : void from class org.hibernate.engine.spi.EntityEntry to public postDelete() : void from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public getEntityKey() : EntityKey from class org.hibernate.engine.spi.EntityEntry to public getEntityKey() : EntityKey from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public getExtraState(extraStateType Class<T>) : T from class org.hibernate.engine.spi.EntityEntry to public getExtraState(extraStateType Class<T>) : T from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public getVersion() : Object from class org.hibernate.engine.spi.EntityEntry to public getVersion() : Object from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public EntityEntry(status Status, loadedState Object[], rowId Object, id Serializable, version Object, lockMode LockMode, existsInDatabase boolean, persister EntityPersister, entityMode EntityMode, tenantId String, disableVersionIncrement boolean, lazyPropertiesAreUnfetched boolean, persistenceContext PersistenceContext) from class org.hibernate.engine.spi.EntityEntry to public MutableEntityEntry(status Status, loadedState Object[], rowId Object, id Serializable, version Object, lockMode LockMode, existsInDatabase boolean, persister EntityPersister, entityMode EntityMode, tenantId String, disableVersionIncrement boolean, lazyPropertiesAreUnfetched boolean, persistenceContext PersistenceContext) from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public isBeingReplicated() : boolean from class org.hibernate.engine.spi.EntityEntry to public isBeingReplicated() : boolean from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public requiresDirtyCheck(entity Object) : boolean from class org.hibernate.engine.spi.EntityEntry to public requiresDirtyCheck(entity Object) : boolean from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public getLoadedValue(propertyName String) : Object from class org.hibernate.engine.spi.EntityEntry to public getLoadedValue(propertyName String) : Object from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public isReadOnly() : boolean from class org.hibernate.engine.spi.EntityEntry to public isReadOnly() : boolean from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public isNullifiable(earlyInsert boolean, session SessionImplementor) : boolean from class org.hibernate.engine.spi.EntityEntry to public isNullifiable(earlyInsert boolean, session SessionImplementor) : boolean from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method private isUnequivocallyNonDirty(entity Object) : boolean from class org.hibernate.engine.spi.EntityEntry to private isUnequivocallyNonDirty(entity Object) : boolean from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method private getCompressedValue(state BooleanState) : boolean from class org.hibernate.engine.spi.EntityEntry to private getCompressedValue(state BooleanState) : boolean from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public getId() : Serializable from class org.hibernate.engine.spi.EntityEntry to public getId() : Serializable from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public setReadOnly(readOnly boolean, entity Object) : void from class org.hibernate.engine.spi.EntityEntry to public setReadOnly(readOnly boolean, entity Object) : void from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public postInsert(insertedState Object[]) : void from class org.hibernate.engine.spi.EntityEntry to public postInsert(insertedState Object[]) : void from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public getEntityName() : String from class org.hibernate.engine.spi.EntityEntry to public getEntityName() : String from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public EntityEntry(status Status, loadedState Object[], rowId Object, id Serializable, version Object, lockMode LockMode, existsInDatabase boolean, persister EntityPersister, disableVersionIncrement boolean, lazyPropertiesAreUnfetched boolean, persistenceContext PersistenceContext) from class org.hibernate.engine.spi.EntityEntry to public MutableEntityEntry(status Status, loadedState Object[], rowId Object, id Serializable, version Object, lockMode LockMode, existsInDatabase boolean, persister EntityPersister, disableVersionIncrement boolean, lazyPropertiesAreUnfetched boolean, persistenceContext PersistenceContext) from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public getRowId() : Object from class org.hibernate.engine.spi.EntityEntry to public getRowId() : Object from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public serialize(oos ObjectOutputStream) : void from class org.hibernate.engine.spi.EntityEntry to public serialize(oos ObjectOutputStream) : void from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public toString() : String from class org.hibernate.engine.spi.EntityEntry to public toString() : String from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public postUpdate(entity Object, updatedState Object[], nextVersion Object) : void from class org.hibernate.engine.spi.EntityEntry to public postUpdate(entity Object, updatedState Object[], nextVersion Object) : void from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method private setCompressedValue(state EnumState<E>, value E) : void from class org.hibernate.engine.spi.EntityEntry to private setCompressedValue(state EnumState<E>, value E) : void from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public getLockMode() : LockMode from class org.hibernate.engine.spi.EntityEntry to public getLockMode() : LockMode from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public getPersister() : EntityPersister from class org.hibernate.engine.spi.EntityEntry to public getPersister() : EntityPersister from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public setDeletedState(deletedState Object[]) : void from class org.hibernate.engine.spi.EntityEntry to public setDeletedState(deletedState Object[]) : void from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public isModifiableEntity() : boolean from class org.hibernate.engine.spi.EntityEntry to public isModifiableEntity() : boolean from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method private getPreviousStatus() : Status from class org.hibernate.engine.spi.EntityEntry to private getPreviousStatus() : Status from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |
|
Push Down Method public isExistsInDatabase() : boolean from class org.hibernate.engine.spi.EntityEntry to public isExistsInDatabase() : boolean from class org.hibernate.engine.internal.MutableEntityEntry |
From |
To |