|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Metadata.PropertyPath<C,V>
Contract for getting the value of a specific property for an item.
Method Summary | |
---|---|
org.hibernate.type.Type |
getHibernateType()
Get type information about the value that is returned by this path. |
String |
getPath()
Get the path that this object represents. |
V |
getValue(DbControl dc,
C item)
Get the value as defined by the implementation for the given item. |
Method Detail |
---|
V getValue(DbControl dc, C item)
dc
- A DbControl to use for database access if neededitem
- The item that owns the value
org.hibernate.type.Type getHibernateType()
String getPath()
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |