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

Classes

class  Oid

Public Member Functions

int getId ()
void setId (int id)
int getCint ()
void setCint (int cint)
long getClong ()
void setClong (long clong)
float getCfloat ()
void setCfloat (float cfloat)
double getCdouble ()
void setCdouble (double cdouble)
String getCstring ()
void setCstring (String cstring)
Collection< B0getB0s ()
void setB0s (Collection< B0 > b0s)
String toString ()

Static Public Member Functions

static A create (int id)

Detailed Description

An Entity test class.

Definition at line 33 of file A.java.


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