public class LiferayPropertyAccessor
extends org.hibernate.property.BasicPropertyAccessor
| Constructor and Description |
|---|
LiferayPropertyAccessor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatPropertyName(String propertyName) |
org.hibernate.property.Getter |
getGetter(Class clazz,
String propertyName) |
org.hibernate.property.Setter |
getSetter(Class clazz,
String propertyName) |
public org.hibernate.property.Getter getGetter(Class clazz,
String propertyName)
throws org.hibernate.PropertyNotFoundException
getGetter in interface org.hibernate.property.PropertyAccessorgetGetter in class org.hibernate.property.BasicPropertyAccessororg.hibernate.PropertyNotFoundExceptionpublic org.hibernate.property.Setter getSetter(Class clazz,
String propertyName)
throws org.hibernate.PropertyNotFoundException
getSetter in interface org.hibernate.property.PropertyAccessorgetSetter in class org.hibernate.property.BasicPropertyAccessororg.hibernate.PropertyNotFoundExceptionprotected String formatPropertyName(String propertyName)