public static class AuditedPropertiesReader.ComponentPropertiesSource extends Object implements PersistentPropertiesSource
| Modifier | Constructor and Description |
|---|---|
|
AuditedPropertiesReader.ComponentPropertiesSource(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
Component component) |
protected |
AuditedPropertiesReader.ComponentPropertiesSource(org.hibernate.annotations.common.reflection.XClass xClazz,
Component component) |
| Modifier and Type | Method and Description |
|---|---|
Property |
getProperty(String propertyName) |
Iterator<Property> |
getPropertyIterator() |
org.hibernate.annotations.common.reflection.XClass |
getXClass() |
protected AuditedPropertiesReader.ComponentPropertiesSource(org.hibernate.annotations.common.reflection.XClass xClazz,
Component component)
public AuditedPropertiesReader.ComponentPropertiesSource(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
Component component)
public Iterator<Property> getPropertyIterator()
getPropertyIterator in interface PersistentPropertiesSourcepublic Property getProperty(String propertyName)
getProperty in interface PersistentPropertiesSourcepublic org.hibernate.annotations.common.reflection.XClass getXClass()
getXClass in interface PersistentPropertiesSourceCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.