mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
Add 'Use {@link #getTransactionStartTimestamp()}' to SharedSessionContractImplementor#getTimestamp deprecated comment
This commit is contained in:
parent
c091738bea
commit
6f636a8c0b
@ -161,7 +161,7 @@ default void checkOpen() {
|
||||
long getTransactionStartTimestamp();
|
||||
|
||||
/**
|
||||
* @deprecated (since 5.3) Use
|
||||
* @deprecated (since 5.3) Use {@link #getTransactionStartTimestamp()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
default long getTimestamp() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user