JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.envers
ModifiedEntityNames
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface ModifiedEntityNames
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
FIELD
})
public @interface
ModifiedEntityNames
Marks a property which holds entity names that have been modified during each revision. This annotation expects field of
Set<String>
type.