|
||||||||||
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
PropertyAccessor
getGetter
in interface PropertyAccessor
PropertyNotFoundException
public Setter getSetter(java.lang.Class arg0, java.lang.String arg1) throws PropertyNotFoundException
PropertyAccessor
getSetter
in interface PropertyAccessor
PropertyNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |