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 PersistentPropertiesSource
public Property getProperty(java.lang.String propertyName)
getProperty
in interface PersistentPropertiesSource
public org.hibernate.annotations.common.reflection.XClass getXClass()
getXClass
in interface PersistentPropertiesSource
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.