Uses of Interface
org.eclipse.persistence.internal.databaseaccess.Platform
-
-
Uses of Platform in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors with parameters of type Platform Modifier and Type Method Description protected voidClassDescriptor. verifyTableQualifiers(Platform platform)INTERNAL: Check that the qualifier on the table names are properly set. -
Uses of Platform in org.eclipse.persistence.eis
Classes in org.eclipse.persistence.eis that implement Platform Modifier and Type Class Description classEISPlatformAnEISPlatformdefines any EIS adapter specific behavior.Constructors in org.eclipse.persistence.eis with parameters of type Platform Constructor Description EISLogin(Platform platform)Constructor. -
Uses of Platform in org.eclipse.persistence.internal.databaseaccess
Classes in org.eclipse.persistence.internal.databaseaccess that implement Platform Modifier and Type Class Description classDatabasePlatformDatabasePlatform is private to EclipseLink.classDatasourcePlatformDatasourcePlatform is private to TopLink.Methods in org.eclipse.persistence.internal.databaseaccess with parameters of type Platform Modifier and Type Method Description voidDatabasePlatform. copyInto(Platform platform)Copy the state into the new platform.voidDatasourcePlatform. copyInto(Platform platform)Copy the state into the new platform.voidPlatform. copyInto(Platform platform)Copy the state into the new platform. -
Uses of Platform in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as Platform Modifier and Type Field Description protected PlatformAbstractSession. platformAllow the datasource platform to be cached.Methods in org.eclipse.persistence.internal.sessions that return Platform Modifier and Type Method Description PlatformAbstractSession. getDatasourcePlatform()INTERNAL: Return the database platform currently connected to.PlatformDatabaseSessionImpl. getDatasourcePlatform()INTERNAL: Return the database platform currently connected to.PlatformAbstractSession. getPlatform(Class<?> domainClass)INTERNAL: Return the database platform currently connected to for specified class.PlatformDatabaseSessionImpl. getPlatform(Class<?> domainClass)INTERNAL: Return the database platform currently connected to for specified class.PlatformUnitOfWorkImpl. getPlatform(Class<?> domainClass)INTERNAL: Return the platform for a particular class. -
Uses of Platform in org.eclipse.persistence.internal.sessions.remote
Methods in org.eclipse.persistence.internal.sessions.remote that return Platform Modifier and Type Method Description PlatformRemoteUnitOfWork. getDatasourcePlatform()INTERNAL: Return the database platform currently connected to. -
Uses of Platform in org.eclipse.persistence.oxm
Constructors in org.eclipse.persistence.oxm with parameters of type Platform Constructor Description XMLLogin(Platform platform)Constructor, create a new XMLLogin based on the given platform. -
Uses of Platform in org.eclipse.persistence.oxm.platform
Classes in org.eclipse.persistence.oxm.platform that implement Platform Modifier and Type Class Description classDOMPlatformINTERNAL:classSAXPlatformclassXMLPlatform<XML_UNMARSHALLER extends XMLUnmarshaller> -
Uses of Platform in org.eclipse.persistence.platform.database
Classes in org.eclipse.persistence.platform.database that implement Platform Modifier and Type Class Description classAccessPlatformPurpose: Provides Microsoft Access specific behavior.classAttunityPlatformTopLink Platform class which works with Attunity's Connect JDBC driver.classCloudscapePlatformPurpose: Provides CloudScape DBMS specific behavior.classDatabasePlatformDatabasePlatform is private to EclipseLink.classDB2MainframePlatformPurpose: Provides DB2 Mainframe specific behavior.classDB2PlatformPurpose: Provides DB2 specific behavior.classDB2ZPlatformPurpose: Provides DB2 z/OS specific behavior.classDBasePlatformPurpose: Provides DBase specific behavior.classDerbyPlatformPurpose: Provides Derby DBMS specific behavior.classFirebirdPlatformclassH2PlatformclassHANAPlatformDatabase Platform for SAP HANAclassHSQLPlatformPurpose: Provides HSQL specific behavior.classInformix11PlatformAnInformixPlatformthat fixes many EclipseLink bugs related to Informix support.classInformixPlatformPurpose: Provides Informix specific behavior.classJavaDBPlatformPurpose: Allows to use JavaDBPlatform as a synonym for DerbyPlatformclassMariaDBPlatformPurpose: Provides MariaDB specific behavior.classMaxDBPlatformDatabase Platform for SAP MaxDB.classMySQLPlatformPurpose: Provides MySQL specific behavior.classOracle10PlatformPurpose: Provides Oracle version specific behavior when org.eclipse.persistence.oracle bundle is not available.classOracle11PlatformPurpose: Provides Oracle version specific behavior when org.eclipse.persistence.oracle bundle is not available.classOracle12PlatformPurpose: Provides Oracle version specific behavior when org.eclipse.persistence.oracle bundle is not available.classOracle18PlatformclassOracle19PlatformclassOracle21PlatformclassOracle23PlatformclassOracle8PlatformPurpose: Provides Oracle version specific behavior when org.eclipse.persistence.oracle bundle is not available.classOracle9PlatformPurpose: Provides Oracle version specific behavior when org.eclipse.persistence.oracle bundle is not available.classOraclePlatformPurpose: Provides Oracle specific behavior.classPervasivePlatformPurpose: Provides Pervasive SQL DBMS specific behavior.classPointBasePlatformSupport the Pointbase database.classPostgreSQL10PlatformPostgres 10 database platform extension.classPostgreSQLPlatformPurpose: Provides Postgres specific behavior.classSQLAnywherePlatformProvides SQL Anywhere specific behaviour.classSQLServerPlatformPurpose: Provides SQL Server specific behavior.classSybasePlatformPurpose: Provides Sybase ASE specific behavior.classSymfowarePlatformSymfoware ServerclassTimesTen7PlatformPurpose: Provides TimesTen 7 specific behavior.classTimesTenPlatformDatabase platform for the TimesTen database product.Methods in org.eclipse.persistence.platform.database with parameters of type Platform Modifier and Type Method Description voidOracle8Platform. copyInto(Platform platform)INTERNAL: Allow for conversion from the Oracle type to the Java type. -
Uses of Platform in org.eclipse.persistence.sequencing
Fields in org.eclipse.persistence.sequencing declared as Platform Modifier and Type Field Description protected PlatformSequence. platformMethods in org.eclipse.persistence.sequencing that return Platform Modifier and Type Method Description PlatformSequence. getDatasourcePlatform()Methods in org.eclipse.persistence.sequencing with parameters of type Platform Modifier and Type Method Description voidSequence. onConnect(Platform platform)INTERNAL: This method is called when Sequencing object is created.voidSequence. onDisconnect(Platform platform)INTERNAL: This method is called when Sequencing object is destroyed.protected voidSequence. setDatasourcePlatform(Platform platform)protected voidSequence. verifyPlatform(Platform otherPlatform)INTERNAL: Make sure that the sequence is not used by more than one platform. -
Uses of Platform in org.eclipse.persistence.sessions
Fields in org.eclipse.persistence.sessions declared as Platform Modifier and Type Field Description protected PlatformDatasourceLogin. platformImplementation of platform-specific behaviors.Methods in org.eclipse.persistence.sessions that return Platform Modifier and Type Method Description PlatformDatabaseLogin. getDatasourcePlatform()PUBLIC: Return the datasource platform specific information.PlatformDatasourceLogin. getDatasourcePlatform()PUBLIC: Return the datasource platform specific information.PlatformLogin. getDatasourcePlatform()PUBLIC: Return the datasource platform specific information.PlatformSession. getDatasourcePlatform()PUBLIC: Return the database platform currently connected to.Methods in org.eclipse.persistence.sessions with parameters of type Platform Modifier and Type Method Description voidDatasourceLogin. setDatasourcePlatform(Platform platform)PUBLIC: Set the database platform specific information.voidLogin. setDatasourcePlatform(Platform platform)PUBLIC: Set the database platform specific information.voidDatasourceLogin. setPlatform(Platform platform)INTERNAL: Set the database platform specific information.voidLogin. setPlatform(Platform platform)INTERNAL: Set the database platform specific information.voidDatasourceLogin. usePlatform(Platform platform)ADVANCED: Set the database platform to be custom platform.Constructors in org.eclipse.persistence.sessions with parameters of type Platform Constructor Description DatasourceLogin(Platform databasePlatform)ADVANCED: Create a new login for the given platform. -
Uses of Platform in org.eclipse.persistence.sessions.broker
Methods in org.eclipse.persistence.sessions.broker that return Platform Modifier and Type Method Description PlatformSessionBroker. getPlatform(Class<?> domainClass)INTERNAL: Return the platform for a particular class.
-