Uses of Class
org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
Packages that use AbstractAuditWorkUnit
-
Uses of AbstractAuditWorkUnit in org.hibernate.envers.internal.synchronization.work
Subclasses of AbstractAuditWorkUnit in org.hibernate.envers.internal.synchronization.workModifier and TypeClassDescriptionclass
class
class
class
A work unit that handles "fake" bidirectional one-to-many relations (mapped with@OneToMany+@JoinColumn
and@ManyToOne+@Column(insertable=false, updatable=false)
.class
class