|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.property.NoopAccessor
public class NoopAccessor
Used to declare properties not represented at the pojo level
| Constructor Summary | |
|---|---|
NoopAccessor()
|
|
| Method Summary | |
|---|---|
Getter |
getGetter(java.lang.Class arg0,
java.lang.String arg1)
Create a "getter" for the named attribute |
Setter |
getSetter(java.lang.Class arg0,
java.lang.String arg1)
Create a "setter" for the named attribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoopAccessor()
| Method Detail |
|---|
public Getter getGetter(java.lang.Class arg0,
java.lang.String arg1)
throws PropertyNotFoundException
getGetter in interface PropertyAccessorarg0 - The class on which the property is defined.arg1 - The name of the property.
PropertyNotFoundException - Indicates a problem interpretting the propertyName
public Setter getSetter(java.lang.Class arg0,
java.lang.String arg1)
throws PropertyNotFoundException
getSetter in interface PropertyAccessorarg0 - The class on which the property is defined.arg1 - The name of the property.
PropertyNotFoundException - Indicates a problem interpretting the propertyName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||