org.hibernate.envers.configuration.metadata.reader
Class AuditedPropertiesReader
java.lang.Object
org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesReader
public class AuditedPropertiesReader
- extends Object
Reads persistent properties form a
PersistentPropertiesSource
and adds the ones that are audited to a
AuditedPropertiesHolder
,
filling all the auditing data.
- Author:
- Adam Warski (adam at warski dot org), Erik-Berndt Scheper
Method Summary |
void |
read()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditedPropertiesReader
public AuditedPropertiesReader(ModificationStore defaultStore,
PersistentPropertiesSource persistentPropertiesSource,
AuditedPropertiesHolder auditedPropertiesHolder,
GlobalConfiguration globalCfg,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
String propertyNamePrefix)
read
public void read()
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.