public class CamelCasePropertyAccessor
extends org.hibernate.property.BasicPropertyAccessor
| Constructor and Description |
|---|
CamelCasePropertyAccessor() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
fixPropertyName(java.lang.String propertyName) |
org.hibernate.property.Getter |
getGetter(java.lang.Class clazz,
java.lang.String propertyName) |
org.hibernate.property.Setter |
getSetter(java.lang.Class clazz,
java.lang.String propertyName) |
public org.hibernate.property.Getter getGetter(java.lang.Class clazz,
java.lang.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(java.lang.Class clazz,
java.lang.String propertyName)
throws org.hibernate.PropertyNotFoundException
getSetter in interface org.hibernate.property.PropertyAccessorgetSetter in class org.hibernate.property.BasicPropertyAccessororg.hibernate.PropertyNotFoundExceptionprotected java.lang.String fixPropertyName(java.lang.String propertyName)