File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
hibernate-core/src/main/java/org/hibernate Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 4646 * <p>
4747 * Each persistent instance has a <em>persistent identity</em> determined by its type
4848 * and identifier value. There may be at most one persistent instance with a given
49- * persistent identity associated with a given session. Normally, a persistent identity
50- * is assigned when an {@linkplain #persist(Object) instance is made persistent}, but
51- * when the entity identifier is {@linkplain org.hibernate.generator.OnExecutionGenerator
52- * generated by the database}, assignment of the persistent identity is delayed until
53- * the state of the entity is actually inserted in the database.
49+ * persistent identity associated with a given session. A persistent identity is
50+ * assigned when an {@linkplain #persist(Object) instance is made persistent}.
5451 * <p>
5552 * An instance of an entity class may be associated with at most one open session.
5653 * Distinct sessions represent state with the same persistent identity using distinct
You can’t perform that action at this time.
0 commit comments