使用 org.hibernate.id.IdentityGenerator 实现。
不推荐使用这种方式。因为 the entity row must be physically inserted prior to the identifier value being known
这种方式还不支持 batch(Hibernate will not be able to JDBC batching for inserts of the entities that use IDENTITY generation.)