61 Matching Annotations
  1. Oct 2018
    1. repository CRUD methods that return an individual aggregate instance use Java 8’s Optional to indicate the potential absence of a value. Besides

      存储库返回单个聚合实例的CRUD方法使用Java 8的Optional来指示可能缺少值。

    2. potential

      potential 英[pəˈtenʃl] 美[pəˈtɛnʃəl] adj. 潜在的,有可能的; [语法学] 可能语气的,表示可能性的; 有能力的; n. 潜力,潜能; [物] 电位,势能; 潜能的事物; [语] 可能语气;

    3. aggregate

      aggregate 英[ˈægrɪgət] 美[ˈæɡrɪɡɪt] n. 骨料; 合计; 聚集体; 集料(可成混凝土或修路等用的); adj. 总数的,总计的; 聚合的; [地] 聚成岩的; vt. 使聚集,使积聚; 总计达;

    4. intermediate

      intermediate 英[ˌɪntəˈmi:diət] 美[ˌɪntərˈmi:diət] adj. 中间的,中级的; n. 中间物,中间分子,中间人; vi. 调解:充当调解人,调解; 干涉;

    5. variant

      variant 英[ˈveəriənt] 美[ˈveriənt] n. (词等的) 变体,(字音的)转讹; [生] 变种,变异体; 变形,变量,转化; [统] 变式; adj. 变异的; 不同的,相异的,不一致的; 多样的; 易变的,不定的; [例句]

    6. We also provide persistence technology-specific abstractions like e.g. JpaRepository or MongoRepository. Those interfaces extend CrudRepository and expose the capabilities of the underlying persistence technology in addition to the rather generic persistence technology-agnostic interfaces like e.g. CrudRepository.

      我们还提供持久性技术特定的抽象,例如 JpaRepository或MongoRepository。 除了相当通用的持久性技术不可知的接口之外,这些接口还扩展了CrudRepository并公开了底层持久性技术的功能。CrudRepository。

    7. It takes the domain class to manage as well as the id type of the domain class as type arguments. This interface acts primarily as a marker interface to capture the types to work with and to help you to discover interfaces that extend this one. The CrudRepository provides sophisticated CRUD functionality for the entity class that is being managed.

      它将域类和域类的id类型作为类型参数进行管理。 此接口主要用作标记接口,用于捕获要使用的类型,并帮助您发现扩展此接口的接口。 CrudRepository为正在管理的实体类提供复杂的CRUD功能。

    8. acts

      acts<br> n. 动作; 行为( act的名词复数 ); (一) 幕; (搭档) 演出短节目的演员; v. 行动( act的第三人称单数 ); 做; 表演; 起作用;

    9. chapter

      chapter 英[ˈtʃæptə(r)] 美[ˈtʃæptɚ] n. 章,回; (俱乐部、协会等的) 分会; 人生或历史上的重要时期; vt. 把…分成章节;

    10. The goal of Spring Data repository abstraction is to significantly reduce the amount of boilerplate code required to implement data access layers for various persistence stores.

      Spring Data存储库抽象的目标是显着减少为各种持久性存储实现数据访问层所需的样板代码量。

    11. The current version of Spring Data modules require Spring Framework in version 5.0.3.RELEASE or better. The modules might also work with an older bugfix version of that minor version. However, using the most recent version within that generation is highly recommended.

      当前版本的Spring Data模块需要版本5.0.3.RELEASE或更高版本的Spring Framework。 这些模块也可以使用该次要版本的旧版本。 但是,强烈建议使用该代中的最新版本。

    12. recommended

      recommended 英[rekə'mendɪd] 美[rekə'mendɪd] adj. 被推荐的; v. 推荐; 托( recommend的过去式和过去分词 ); 劝告; 使显得吸引人;

    13. A working example of using the BOMs can be found in our Spring Data examples repository. If that’s in place declare the Spring Data modules you’d like to use without a version in the <dependencies /> block.

      可以在我们的Spring Data示例存储库中找到使用BOM的工作示例。 如果这样就声明了你想在没有<dependencies>块中的版本的情况下使用的Spring Data模块。</dependencies>

    14. The easiest way to find compatible ones is by relying on the Spring Data Release Train BOM we ship with the compatible versions defined

      找到兼容版本的最简单方法是依靠我们随定义的兼容版本提供的Spring Data Release Train BOM

    15. compatible

      compatible 英[kəmˈpætəbl] 美[kəmˈpætəbəl] adj. 兼容的,相容的; 和谐的,协调的; [生物学] 亲和的; 可以并存的,能共处的

    16. Due to different inception dates of individual Spring Data modules, most of them carry different major and minor version numbers.

      由于各个Spring Data模块的开发日期不同,因此大多数模块都带有不同的主要版本号和次要版本号。