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