Java 8은 지원이 종료되었으며 2026년 1월 31일에 지원 중단됩니다. 지원 중단 후에는 조직에서 이전에 조직 정책을 사용하여 레거시 런타임의 배포를 다시 사용 설정한 경우에도 Java 8 애플리케이션을 배포할 수 없습니다. 기존 Java 8 애플리케이션은 지원 중단 날짜 이후에도 계속 실행되고 트래픽을 수신합니다. 지원되는 최신 Java 버전으로 마이그레이션하는 것이 좋습니다.
Datastore는 자동 확장, 고성능, 간편한 애플리케이션 개발을 위해 빌드된 NoSQL 문서 데이터베이스입니다.
이 섹션의 페이지에서는 App Engine API를 사용하여 Datastore에 액세스하는 방법을 설명합니다. 이러한 API를 사용하는 앱은 App Engine에서만 실행되며 최신 App Engine 런타임으로 마이그레이션하기 전에 권장 Google Cloud APIs로 업그레이드해야 합니다. Datastore용 권장 API는 Google Cloud 클라이언트 라이브러리에 있으며 이 API를 사용하면 App Engine 환경뿐만 아니라 자바 8을 지원하는 기타 환경에서 앱을 실행할 수 있습니다.
Datastore에서 Objectify 사용
App Engine API 또는 Google Cloud APIs 대신 Objectify를 사용하여 Datastore에 액세스할 수 있습니다.
Objectify는 Cloud Datastore용 오픈소스 API로, App Engine API와 Google Cloud APIs보다 높은 수준의 추상화를 제공합니다. 이전 버전의 Objectify를 사용하는 앱은 App Engine에서만 실행될 수 있지만 버전 6 이상을 사용하는 앱은 App Engine 환경뿐만 아니라 자바 8을 지원하는 기타 환경에서 실행될 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThis API is designed for first-generation runtimes and is relevant when upgrading to second-generation runtimes.\u003c/p\u003e\n"],["\u003cp\u003eApps using these App Engine APIs can only run in App Engine and must upgrade to the recommended Google Cloud APIs before migrating to newer runtimes.\u003c/p\u003e\n"],["\u003cp\u003eThe Google Cloud Client Library is the recommended API for Datastore and allows apps to run in App Engine and other environments.\u003c/p\u003e\n"],["\u003cp\u003eObjectify, an open-source API, offers a higher-level abstraction for accessing Datastore, and version 6 or later can run in multiple environments.\u003c/p\u003e\n"],["\u003cp\u003eWhile Objectify is mentioned, Google Cloud Platform does not provide direct support for this third-party library.\u003c/p\u003e\n"]]],[],null,["# Using App Engine APIs with Datastore\n\n| This API is supported for first-generation runtimes and can be used when [upgrading to corresponding second-generation runtimes](/appengine/docs/standard/\n| java-gen2\n|\n| /services/access). If you are updating to the App Engine Java 11/17 runtime, refer to the [migration guide](/appengine/migration-center/standard/migrate-to-second-gen/java-differences) to learn about your migration options for legacy bundled services.\n\n\u003cbr /\u003e\n\n[Datastore](/datastore/docs)\nis a NoSQL document database built for automatic scaling, high performance, and\nease of application development.\n\nThe pages in this section describe how to access Datastore with\n*App Engine APIs* . Apps that use these APIs can only run in\nApp Engine and will need to upgrade to the\n[recommended Google Cloud APIs](/datastore/docs/reference/libraries#client-libraries-install-java)\nbefore migrating to newer App Engine runtimes. The recommended APIs for\nDatastore are in the Google Cloud Client Library and enable your\napp to run in App Engine as well as other environments that support Java 8.\n\nUsing Objectify with Datastore\n------------------------------\n\nInstead of using App Engine APIs or Google Cloud APIs, you can use Objectify\nto access Datastore.\n[Objectify](https://github.com/objectify/objectify/wiki)\nis an open-source API for Cloud Datastore that provides a higher-level of\nabstraction than App Engine APIs and Google Cloud APIs. While apps that use\nearlier versions of Objectify can only run in App Engine, apps that\nuse version 6 and later can run in App Engine as well as other\nenvironments that support Java 8.\n\nIf you plan to use Objectify, it's recommended that you use version 6\nor later.\n| **Note:** The use of Objectify is shown for reference only. Google Cloud Platform does not provide support for the Objectify library, which is a third-party library."]]