MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.jpatest.model.LongIntStringOid Class Reference
Inheritance diagram for com.mysql.clusterj.jpatest.model.LongIntStringOid:
Collaboration diagram for com.mysql.clusterj.jpatest.model.LongIntStringOid:

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)

Detailed Description

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.

Constructor & Destructor Documentation

com.mysql.clusterj.jpatest.model.LongIntStringOid.LongIntStringOid ( )
inline

Needed for persistence oid contract.

Definition at line 37 of file LongIntStringOid.java.

com.mysql.clusterj.jpatest.model.LongIntStringOid.LongIntStringOid ( int  i)
inline

The normal constructor.

Definition at line 42 of file LongIntStringOid.java.


The documentation for this class was generated from the following file: