|
MySQL 5.6.14 Source Code Document
|


Public Member Functions | |
| LongIntStringOid () | |
| LongIntStringOid (int i) | |
| boolean | equals (Object obj) |
| int | hashCode () |
| String | toString () |
Public Attributes | |
| Long | longpk |
| int | intpk |
| String | stringpk |
Additional Inherited Members | |
Static Protected Member Functions inherited from com.mysql.clusterj.jpatest.model.LongIntStringConstants | |
| static long | getPK1 (int index) |
| static int | getPK2 (int index) |
| static String | getPK3 (int index) |
| static String | getValue (int index) |
This class implements the object id for classes that have three primary keys: long, long, String. The key fields in the persistent class must be named the same as the oid class: longpk, intpk, and stringpk.
Definition at line 28 of file LongIntStringOid.java.
|
inline |
Needed for persistence oid contract.
Definition at line 37 of file LongIntStringOid.java.
|
inline |
The normal constructor.
Definition at line 42 of file LongIntStringOid.java.