| Package | Description |
|---|---|
| org.hibernate.envers.internal.synchronization.work |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuditWorkUnit
TODO: refactor constructors into factory methods
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuditWorkUnit |
class |
AddWorkUnit |
class |
CollectionChangeWorkUnit |
class |
DelWorkUnit |
class |
FakeBidirectionalRelationWorkUnit
A work unit that handles "fake" bidirectional one-to-many relations (mapped with
@OneToMany+@JoinColumn and
@ManyToOne+@Column(insertable=false, updatable=false). |
class |
ModWorkUnit |
class |
PersistentCollectionChangeWorkUnit |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.