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
»
Miscellaneous
»
FetchGroup
»
hashCode() - JDO FetchGroup's method
JDO Reference
JDOHelper
PersistenceManagerFactory
PersistenceManager
Transaction
Query
Extent
Annotations
Callbacks
Listeners
Predefined ID Classes
Miscellaneous
Constants
DataStoreCache
FetchGroup
FetchPlan
ObjectState
Sequence
Exceptions
hashCode() - JDO FetchGroup's method
Method
javax.jdo.FetchGroup
int hashCode()
Return the hashCode for this instance. The hash code should combine both the class and fetch group name. The hash codes for two equal instances must be identical.
Returns:
the hash code
Since:
JDO 2.2
< FetchGroup
^ FetchGroup
FetchPlan >