|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldInfo | |
|---|---|
| org.castor.jdo.jpa.info | |
| org.castor.jdo.jpa.natures | |
| Uses of FieldInfo in org.castor.jdo.jpa.info |
|---|
| Methods in org.castor.jdo.jpa.info that return FieldInfo | |
|---|---|
FieldInfo |
ClassInfo.getFieldInfoByName(String memberName)
Returns a FieldInfo that corresponds to an element with the given
node name. |
FieldInfo |
ClassInfo.getKeyFieldInfoByName(String keyName)
Returns a FieldInfo that corresponds to a key element with the
given node name. |
| Methods in org.castor.jdo.jpa.info that return types with arguments of type FieldInfo | |
|---|---|
Set<FieldInfo> |
ClassInfo.getFieldInfos()
Returns Set of associated fields. |
Set<FieldInfo> |
ClassInfo.getKeyFieldInfos()
Returns Set of key fields. |
| Methods in org.castor.jdo.jpa.info with parameters of type FieldInfo | |
|---|---|
void |
ClassInfo.addFieldInfo(FieldInfo fieldInfo)
Add a FieldInfo to this ClassInfo; if the
FieldInfo is already in the set of fields, it is NOT added a
second time (FieldInfos are unique). |
void |
ClassInfo.addKey(FieldInfo key)
Add a FieldInfo to the key set of this ClassInfo (keys and
attributes are disjunct!). |
| Uses of FieldInfo in org.castor.jdo.jpa.natures |
|---|
| Methods in org.castor.jdo.jpa.natures that return FieldInfo | |
|---|---|
FieldInfo |
JPAFieldNature.getFieldInfo()
Get the underlying FieldInfo (the PropertyHolder). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||