mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-27 14:30:16 +00:00
HHH-3869 Improve toString on SessionStatistics
This commit is contained in:
parent
644efaebe4
commit
3220ca5b17
@ -60,7 +60,7 @@ public String toString() {
|
|||||||
return new StringBuilder()
|
return new StringBuilder()
|
||||||
.append("SessionStatistics[")
|
.append("SessionStatistics[")
|
||||||
.append("entity count=").append( getEntityCount() )
|
.append("entity count=").append( getEntityCount() )
|
||||||
.append("collection count=").append( getCollectionCount() )
|
.append(",collection count=").append( getCollectionCount() )
|
||||||
.append(']')
|
.append(']')
|
||||||
.toString();
|
.toString();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user