Object
DB
Object
DB
ObjectDB
About ObjectDB
Get ObjectDB
Support
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools
and Utilities
Configuration
API
JPA
Reference
JDO
Reference
Tutorials
General JPA Tutorials
Web App JPA Tutorials
Admin
Home
»
JDO Reference
»
Annotations
»
Field Modifiers
»
Order
»
Order.mappedBy - JDO annotation element
JDO Reference
JDOHelper
PersistenceManagerFactory
PersistenceManager
Transaction
Query
Extent
Annotations
Class Modifiers
Field Modifiers
Persistent
NotPersistent
PersistenceModifier
Embedded
NullValue
Order
PrimaryKey
Transactional
Version
VersionStrategy
Index Definition
Fetch Settings
Miscellaneous
Mapping (ORM)
Callbacks
Listeners
Predefined ID Classes
Miscellaneous
Exceptions
Order.mappedBy - JDO annotation element
Annotation Element
javax.jdo.annotations.Order
String mappedBy
Name of a field or property in the target class that acts as the ordering field or property for this member. Return the name of the field or property in the target class
Default value:
""
Since:
JDO 2.1
< Order
^ Order
PrimaryKey >