org.hibernate.envers.configuration.metadata.reader
Class AuditedPropertiesReader.ComponentPropertiesSource
java.lang.Object
org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
- All Implemented Interfaces:
- PersistentPropertiesSource
- Enclosing class:
- AuditedPropertiesReader
public static class AuditedPropertiesReader.ComponentPropertiesSource
- extends Object
- implements PersistentPropertiesSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditedPropertiesReader.ComponentPropertiesSource
public AuditedPropertiesReader.ComponentPropertiesSource(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
Component component)
getPropertyIterator
public Iterator<Property> getPropertyIterator()
- Specified by:
getPropertyIterator
in interface PersistentPropertiesSource
getProperty
public Property getProperty(String propertyName)
- Specified by:
getProperty
in interface PersistentPropertiesSource
getXClass
public org.hibernate.annotations.common.reflection.XClass getXClass()
- Specified by:
getXClass
in interface PersistentPropertiesSource
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.