public static class AuditedPropertiesReader.ComponentPropertiesSource extends 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(String propertyName) |
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 Iterator<Property> getPropertyIterator()
getPropertyIterator
in interface PersistentPropertiesSource
public Property getProperty(String propertyName)
getProperty
in interface PersistentPropertiesSource
public org.hibernate.annotations.common.reflection.XClass getXClass()
getXClass
in interface PersistentPropertiesSource
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.