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

Public Member Functions

SessionFactoryImpl getSessionFactory (Map< String, String > props)

Detailed Description

Definition at line 27 of file SessionFactoryServiceImpl.java.

Member Function Documentation

SessionFactoryImpl com.mysql.clusterj.core.SessionFactoryServiceImpl.getSessionFactory ( Map< String, String props)
inline

Create or get a session factory. If a session factory with the same value for PROPERTY_CLUSTER_CONNECTSTRING has already been created in the VM, the existing factory is returned, regardless of whether other properties of the factory are the same as specified in the Map.

Parameters
propsthe properties for the session factory, in which the keys are defined in Constants and the values describe the environment
See Also
Constants
Returns
the session factory

Implements com.mysql.clusterj.SessionFactoryService.

Definition at line 35 of file SessionFactoryServiceImpl.java.

Here is the call graph for this function:


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