|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.property.BackrefPropertyAccessor
public class BackrefPropertyAccessor
Represents a "back-reference" to the id of a collection owner.
Nested Class Summary | |
---|---|
class |
BackrefPropertyAccessor.BackrefGetter
The Getter implementation for id backrefs. |
static class |
BackrefPropertyAccessor.BackrefSetter
The Setter implementation for id backrefs. |
Field Summary | |
---|---|
static Serializable |
UNKNOWN
A placeholder for a property value, indicating that we don't know the value of the back reference |
Constructor Summary | |
---|---|
BackrefPropertyAccessor(String collectionRole,
String entityName)
Constructs a new instance of BackrefPropertyAccessor. |
Method Summary | |
---|---|
Getter |
getGetter(Class theClass,
String propertyName)
Create a "getter" for the named attribute |
Setter |
getSetter(Class theClass,
String propertyName)
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 |
Field Detail |
---|
public static final Serializable UNKNOWN
Constructor Detail |
---|
public BackrefPropertyAccessor(String collectionRole, String entityName)
collectionRole
- The collection role which this back ref references.Method Detail |
---|
public Setter getSetter(Class theClass, String propertyName)
PropertyAccessor
getSetter
in interface PropertyAccessor
public Getter getGetter(Class theClass, String propertyName)
PropertyAccessor
getGetter
in interface PropertyAccessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |