org.hibernate.envers
Annotation Type ModifiedEntityNames


@Retention(value=RUNTIME)
@Target(value={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.



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.