Hibernate:
call next value for hibernate_sequence
Hibernate:
insert
into
Entity
(creationDate, customDateTime, id)
values
(?, ?, ?)
2018-11-14 18:39:02 INFO QueryTranslatorFactoryInitiator:47 - HHH000397: Using ASTQueryTranslatorFactory
Hibernate:
select
entity0_.id as id1_0_,
entity0_.creationDate as creation2_0_,
entity0_.customDateTime as customDa3_0_
from
Entity entity0_
2018-11-14 18:39:02 INFO StatisticalLoggingSessionEventListener:258 - Session Metrics {
41678 nanoseconds spent acquiring 2 JDBC connections;
80297 nanoseconds spent releasing 2 JDBC connections;
1654703 nanoseconds spent preparing 3 JDBC statements;
3087770 nanoseconds spent executing 3 JDBC statements;
0 nanoseconds spent executing 0 JDBC batches;
0 nanoseconds spent performing 0 L2C puts;
0 nanoseconds spent performing 0 L2C hits;
0 nanoseconds spent performing 0 L2C misses;
16156944 nanoseconds spent executing 1 flushes (flushing a total of 1 entities and 0 collections);
0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
}