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

Public Member Functions

String getConnectString ()
void setConnectString (String value)
int getConnectRetries ()
void setConnectRetries (int value)
int getConnectDelay ()
void setConnectDelay (int value)
int getConnectVerbose ()
void setConnectVerbose (int value)
int getConnectTimeoutBefore ()
void setConnectTimeoutBefore (int value)
int getConnectTimeoutAfter ()
void setConnectTimeoutAfter (int value)
String getUsername ()
void setUsername (String value)
String getPassword ()
void setPassword (String value)
String getDatabase ()
void setDatabase (String value)
int getMaxTransactions ()
void setMaxTransactions (int value)
SessionFactory getSessionFactory ()
void setSessionFactory (SessionFactory value)
boolean getFailOnJDBCPath ()
void setFailOnJDBCPath (boolean value)
NdbOpenJPADomainTypeHandlerImpl<?> getDomainTypeHandler (ClassMapping cmd, Dictionary dictionary)

Static Public Attributes

static final String LOG_NDB_SQL = "openjpa.ndb.SQL"
static final String LOG_NDB_JDBC = "openjpa.ndb.JDBC"

Detailed Description

Configuration that defines the properties necessary to configure runtime and connect to an Ndb Cluster.

Definition at line 31 of file NdbOpenJPAConfiguration.java.

Member Data Documentation

final String com.mysql.clusterj.openjpa.NdbOpenJPAConfiguration.LOG_NDB_JDBC = "openjpa.ndb.JDBC"
static

Name of the logger for JDBC-related messages: openjpa.jdbc.JDBC.

Definition at line 44 of file NdbOpenJPAConfiguration.java.

final String com.mysql.clusterj.openjpa.NdbOpenJPAConfiguration.LOG_NDB_SQL = "openjpa.ndb.SQL"
static

Name of the logger for SQL execution messages: openjpa.jdbc.SQL.

Definition at line 38 of file NdbOpenJPAConfiguration.java.


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