org.hibernate.envers.configuration.metadata.reader
Class AuditedPropertiesReader.ComponentPropertiesSource

java.lang.Object
  extended by org.hibernate.envers.configuration.metadata.reader.AuditedPropertiesReader.ComponentPropertiesSource
All Implemented Interfaces:
PersistentPropertiesSource
Enclosing class:
AuditedPropertiesReader

public static class AuditedPropertiesReader.ComponentPropertiesSource
extends Object
implements PersistentPropertiesSource


Constructor Summary
AuditedPropertiesReader.ComponentPropertiesSource(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, Component component)
           
 
Method Summary
 Property getProperty(String propertyName)
           
 Iterator<Property> getPropertyIterator()
           
 org.hibernate.annotations.common.reflection.XClass getXClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditedPropertiesReader.ComponentPropertiesSource

public AuditedPropertiesReader.ComponentPropertiesSource(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
                                                         Component component)
Method Detail

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.