|
EclipseLink NoSQL 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.eis.EISConnectionSpec
org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLConnectionSpec
public class OracleNoSQLConnectionSpec
Provides connection information to the Oracle NoSQL database.
Field Summary | |
---|---|
static java.lang.String |
HOST
|
static java.lang.String |
STORE
Connection spec properties. |
Fields inherited from class org.eclipse.persistence.eis.EISConnectionSpec |
---|
connectionFactory, connectionSpec, context, log, name, PASSWORD, USER |
Constructor Summary | |
---|---|
OracleNoSQLConnectionSpec()
PUBLIC: Default constructor. |
Method Summary | |
---|---|
javax.resource.cci.Connection |
connectToDataSource(org.eclipse.persistence.eis.EISAccessor accessor,
java.util.Properties properties)
Connect with the specified properties and return the Connection. |
Methods inherited from class org.eclipse.persistence.eis.EISConnectionSpec |
---|
clone, connect, getConnectionDetails, getConnectionFactory, getConnectionSpec, getContext, getLog, getName, getPasswordFromProperties, setConnectionFactory, setConnectionFactoryObject, setConnectionSpec, setConnectionSpecObject, setContext, setLog, setName, setName, toString, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static java.lang.String STORE
public static java.lang.String HOST
Constructor Detail |
---|
public OracleNoSQLConnectionSpec()
Method Detail |
---|
public javax.resource.cci.Connection connectToDataSource(org.eclipse.persistence.eis.EISAccessor accessor, java.util.Properties properties) throws org.eclipse.persistence.exceptions.DatabaseException, org.eclipse.persistence.exceptions.ValidationException
connectToDataSource
in class org.eclipse.persistence.eis.EISConnectionSpec
org.eclipse.persistence.exceptions.DatabaseException
org.eclipse.persistence.exceptions.ValidationException
|
EclipseLink NoSQL 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |