blob: b9527ac913e3c5d0abaf0b6358d40eeb0d27cfdf [file] [log] [blame]
# Classnames can have the following attributes:
# jdo:{persistent|transactional}
# super: <classname>
# oid: <classname>
# access: {public|protected|package|private}
# Fieldnames can have the following attributes:
# type:<type>
# access: {public|protected|package|private}
# jdo:{persistent|transactional|transient}
# annotation:{key|dfg|mediated}
org.apache.jdo.pc.appid.PCPoint=jdo:persistent,oid:org.apache.jdo.pc.appid.PCPoint$Oid
org.apache.jdo.pc.appid.PCPoint#x=jdo:persistent,annotation:key
org.apache.jdo.pc.appid.PCPoint#y=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCRect=jdo:persistent,oid:org.apache.jdo.pc.appid.PCRect$Oid
org.apache.jdo.pc.appid.PCRect#zid=jdo:persistent,annotation:key
org.apache.jdo.pc.appid.PCRect#lowerRight=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCRect#upperLeft=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCPerson=jdo:persistent
org.apache.jdo.pc.appid.PCPerson#firstname=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCPerson#lastname=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCPerson#birthdate=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCEmployee=jdo:persistent,super:org.apache.jdo.pc.appid.PCPerson,oid:org.apache.jdo.pc.appid.PCEmployee$Oid
org.apache.jdo.pc.appid.PCEmployee#empid=jdo:persistent,annotation:key
org.apache.jdo.pc.appid.PCEmployee#hiredate=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCEmployee#department=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCEmployee#projects=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCEmployee#manager=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCEmployee#employees=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCEmployee#insurance=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCPartTimeEmployee=jdo:persistent,super:org.apache.jdo.pc.appid.PCEmployee
org.apache.jdo.pc.appid.PCPartTimeEmployee#wage=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCFullTimeEmployee=jdo:persistent,super:org.apache.jdo.pc.appid.PCEmployee
org.apache.jdo.pc.appid.PCFullTimeEmployee#salary=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCDepartment=jdo:persistent,oid:org.apache.jdo.pc.appid.PCDepartment$Oid
org.apache.jdo.pc.appid.PCDepartment#deptid=jdo:persistent,annotation:key
org.apache.jdo.pc.appid.PCDepartment#name=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCDepartment#employees=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCInsurance=jdo:persistent,oid:org.apache.jdo.pc.appid.PCInsurance$Oid
org.apache.jdo.pc.appid.PCInsurance#insid=jdo:persistent,annotation:key
org.apache.jdo.pc.appid.PCInsurance#carrier=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCInsurance#employee=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCProject=jdo:persistent,oid:org.apache.jdo.pc.appid.PCProject$Oid
org.apache.jdo.pc.appid.PCProject#projid=jdo:persistent,annotation:key
org.apache.jdo.pc.appid.PCProject#name=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCProject#employees=jdo:persistent,annotation:mediated
org.apache.jdo.pc.appid.PCObjectKey=jdo:persistent,oid:org.apache.jdo.pc.appid.PCObjectKey$Oid
org.apache.jdo.pc.appid.PCObjectKey#key=jdo:persistent,annotation:key