목차

Hibernate Batch/Bulk Insert/Update

작동 원리

@Id 에 대한 주의점

For IDENTITY columns, Hibernate cannot delay the INSERT statement until flush time because the identifier value can only be generated by executing the statement.
For this reason, Hibernate disables JDBC batch inserts for entities using the IDENTITY generator strategy.

기억할 점

기본 설정

관계에 대한 Batch Insert

Versioned Data

참조