org.hibernate.envers
Annotation Type RevisionTimestamp


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface RevisionTimestamp

Marks a property which will hold the timestamp of the revision in a revision entity, see RevisionListener. The value of this property will be automatically set by Envers.

Author:
Adam Warski (adam at warski dot org), Sanne Grinovero



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