| Package | Description |
|---|---|
| org.castor.cpa.jpa.info | |
| org.castor.cpa.jpa.natures |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Set<FieldInfo> |
ClassInfo.getFieldInfos()
Returns Set of associated fields.
|
Set<FieldInfo> |
ClassInfo.getKeyFieldInfos()
Returns Set of key fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassInfo.addFieldInfo(FieldInfo fieldInfo)
|
void |
ClassInfo.addKey(FieldInfo key)
Add a
FieldInfo to the key set of this ClassInfo (keys and
attributes are disjunct!). |
| Modifier and Type | Method and Description |
|---|---|
FieldInfo |
JPAFieldNature.getFieldInfo()
Get the underlying
FieldInfo (the PropertyHolder). |
Copyright © 2014. All rights reserved.