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.LongLongStringOid Class Reference
Inheritance diagram for com.mysql.clusterj.jpatest.model.LongLongStringOid:
Collaboration diagram for com.mysql.clusterj.jpatest.model.LongLongStringOid:

Public Member Functions

 LongLongStringOid ()
 LongLongStringOid (int i)
boolean equals (Object obj)
int hashCode ()
String toString ()

Public Attributes

long longpk1
long longpk2
String stringpk

Additional Inherited Members

- Static Protected Member Functions inherited from com.mysql.clusterj.jpatest.model.LongLongStringConstants
static long getPK1 (int index)
static long 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: longpk1, longpk2, and stringpk.

Definition at line 28 of file LongLongStringOid.java.

Constructor & Destructor Documentation

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

Needed for persistence oid contract.

Definition at line 37 of file LongLongStringOid.java.

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

The normal constructor.

Definition at line 42 of file LongLongStringOid.java.


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