congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
DatasourceAccessor.setDatasourcePlatform
Code IndexAdd Tabnine to your IDE (free)

How to use
setDatasourcePlatform
method
in
org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor

Best Java code snippets using org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.setDatasourcePlatform (Showing top 6 results out of 315)

origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Set the platform.
 * This should be set to the session's platform, not the connections
 * which may not be configured correctly.
 */
@Override
public void setDatasourcePlatform(DatasourcePlatform platform) {
  super.setDatasourcePlatform(platform);
  // lobWriter may have been left from a different platform type.
  this.lobWriter = null;
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Set the platform.
 * This should be set to the session's platform, not the connections
 * which may not be configured correctly.
 */
public void setDatasourcePlatform(DatasourcePlatform platform) {
  super.setDatasourcePlatform(platform);
  // lobWriter may have been left from a different platform type.
  this.lobWriter = null;
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Set the platform.
 * This should be set to the session's platform, not the connections
 * which may not be configured correctly.
 */
public void setDatasourcePlatform(DatasourcePlatform platform) {
  super.setDatasourcePlatform(platform);
  // lobWriter may have been left from a different platform type.
  this.lobWriter = null;
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

this.setDatasourcePlatform((DatasourcePlatform)session.getDatasourceLogin().getDatasourcePlatform());
createCustomizer(session);
try {
origin: com.haulmont.thirdparty/eclipselink

this.setDatasourcePlatform((DatasourcePlatform)session.getDatasourceLogin().getDatasourcePlatform());
createCustomizer(session);
try {
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

this.setDatasourcePlatform((DatasourcePlatform)session.getDatasourceLogin().getDatasourcePlatform());
createCustomizer(session);
try {
org.eclipse.persistence.internal.databaseaccessDatasourceAccessorsetDatasourcePlatform

Javadoc

Set the platform. This should be set to the session's platform, not the connections which may not be configured correctly.

Popular methods of DatasourceAccessor

  • basicBeginTransaction
    Begin the driver level transaction.
  • basicCommitTransaction
    Commit the driver level transaction.
  • basicExecuteCall
    Execute the call to driver level datasource.
  • basicRollbackTransaction
    Rollback the driver level transaction.
  • buildConnectLog
    Build a log string of any driver metadata that can be obtained.
  • clone
    Clone the accessor.
  • closeConnection
    Close the accessor's connection. This is used only for external connection pooling when it is intend
  • closeDatasourceConnection
    Close the connection to the driver level datasource.
  • commitTransaction
    Commit a transaction on the database. If using non-managed transaction commit the local transaction.
  • connectInternal
    Connect to the database. Exceptions are caught and re-thrown as EclipseLink exceptions.
  • createCustomizer
    Attempts to create ConnectionCustomizer. If created the customizer is cached by the accessor. Called
  • decrementCallCount
    Used for load balancing and external pooling.
  • createCustomizer,
  • decrementCallCount,
  • disconnect,
  • getDatasourceConnection,
  • getLogin,
  • getReadStatementsCount,
  • getStoredProcedureStatementsCount,
  • getWriteStatementsCount,
  • incrementCallCount,
  • isConnected

Popular in Java

  • Reactive rest calls using spring rest template
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getApplicationContext (Context)
  • setRequestProperty (URLConnection)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Top 17 Plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now