| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PersistentProperty<T>
| Method Summary | |
|---|---|
|  String | getCapitilizedName()The name with the first letter in upper case as per Java bean conventions | 
|  PropertyMapping<T> | getMapping()Specifies the mapping between this property and an external form such as a column, key/value pair etc. | 
|  String | getName()The name of the property | 
|  PersistentEntity | getOwner()Obtains the owner of this persistent property | 
|  Class | getType()The type of the property | 
| Method Detail | 
|---|
String getName()
String getCapitilizedName()
Class getType()
PropertyMapping<T> getMapping()
PersistentEntity getOwner()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||