Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.boot.internal |
Modifier and Type | Method and Description |
---|---|
void |
CustomEntityDirtinessStrategy.findDirty(java.lang.Object entity,
EntityPersister persister,
Session session,
CustomEntityDirtinessStrategy.DirtyCheckContext dirtyCheckContext)
Callback used to hook into Hibernate algorithm for determination of which attributes have changed.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCustomEntityDirtinessStrategy.findDirty(java.lang.Object entity,
EntityPersister persister,
Session session,
CustomEntityDirtinessStrategy.DirtyCheckContext dirtyCheckContext) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.