force-jpa

Database.com SDK for Java

Лицензия

Лицензия

Группа

Группа

com.force.sdk
Идентификатор

Идентификатор

force-jpa
Последняя версия

Последняя версия

22.0.9-BETA
Дата

Дата

Тип

Тип

jar
Описание

Описание

force-jpa
Database.com SDK for Java
Ссылка на сайт

Ссылка на сайт

http://www.force.com/force-jpa/

Скачать force-jpa

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.force.sdk/force-jpa/ -->
<dependency>
    <groupId>com.force.sdk</groupId>
    <artifactId>force-jpa</artifactId>
    <version>22.0.9-BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.force.sdk/force-jpa/
implementation 'com.force.sdk:force-jpa:22.0.9-BETA'
// https://jarcasting.com/artifacts/com.force.sdk/force-jpa/
implementation ("com.force.sdk:force-jpa:22.0.9-BETA")
'com.force.sdk:force-jpa:jar:22.0.9-BETA'
<dependency org="com.force.sdk" name="force-jpa" rev="22.0.9-BETA">
  <artifact name="force-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.force.sdk', module='force-jpa', version='22.0.9-BETA')
)
libraryDependencies += "com.force.sdk" % "force-jpa" % "22.0.9-BETA"
[com.force.sdk/force-jpa "22.0.9-BETA"]

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
com.force.api : force-metadata-api jar [22.0.0, 22.1.0)
com.force.api : force-partner-api jar [22.0.0, 22.1.0)
com.force.api : force-wsc jar [22.0.0, 22.1.0)
com.force.sdk : force-connector jar 22.0.9-BETA
javax.jdo : jdo2-api jar 2.3-eb
org.apache.geronimo.specs : geronimo-jpa_2.0_spec jar 1.0
org.datanucleus : datanucleus-core jar 2.2.3
org.datanucleus : datanucleus-jpa jar 2.1.7
org.slf4j : slf4j-api jar 1.6.1

runtime (1)

Идентификатор библиотеки Тип Версия
org.datanucleus : datanucleus-enhancer jar 2.1.0-release

test (3)

Идентификатор библиотеки Тип Версия
com.google.inject : guice jar 2.0
com.googlecode.jmockit : jmockit jar 0.999.8
org.testng : testng jar 5.14.2

Модули Проекта

Данный проект не имеет модулей.

NO LONGER MAINTAINED

This library is no longer maintained. Use wsc for building Java applications that connect to the Force.com SOAP API or Bulk API.

Database.com SDK for Java

For more information on how to use the Java SDK, please read our documentation at http://forcedotcom.github.com/java-sdk/force-sdk-overview

How to build

The Database.com SDK is built using Maven version 2.2.1. Make sure you have the correct version of Maven installed on your system before attempting to build.

Run the following maven command to build from source without running any tests

mvn clean install -DskipTests

Run the following maven command to build from source and run only unit tests

mvn clean install

In addition to unit tests, there are functional and integration tests located in the javasdk-test submodule. Before running the functional and integration tests, you'll need to supply test org credentials in the properties file javasdk-test/qa-utils/src/main/resources/force-sdk-test.properties

Run the following maven commands to compile and run all tests (unit, functional and integration)

mvn clean install -DskipTests -DincludeTestModules
mvn clean verify -DincludeTestModules

You can run specific test suites by changing your working directory to a test submodule directory, such as javasdk-test/force-jpa-test/ , and then running the following maven command

mvn verify

Keep in mind that you still must run mvn clean install -DskipTests -DincludeTestModules from the root directory of the project before running any tests in the javasdk-test submodules, otherwise tests may fail.

com.force.sdk

Salesforce Platform

APIs, tools, and frameworks for developers using the Salesforce Platform

Версии библиотеки

Версия
22.0.9-BETA
22.0.8-BETA
22.0.7-BETA
22.0.6-BETA
22.0.5-BETA
22.0.4-BETA
22.0.3-BETA
22.0.2-BETA