Devlive 开源社区 本次搜索耗时 2.075 秒,为您找到 59 个相关结果.
  • Attach-Detach

    2217 2024-05-25 《Apache JDO 3.2.1》
    Detach All On Commit Copy On Attach Serialization of Detachable classes JDO provides an interface to the persistence of objects. JDO 1.0 didn’t provide a way of taking an objec...
  • Cleaning

    2199 2024-06-30 《Apache Hudi 0.15.0》
    Background Cleaning Retention Policies Configs Ways to trigger Cleaning Inline Async Run independently CLI Related Resources Background Cleaning is a table service emplo...
  • SQL

    2079 2024-05-25 《Apache JDO 3.2.1》
    Setting candidate class Unique results Defining a result type Parameters As we have described earlier, JDO allows access to many query languages to give the user full flexibil...
  • JDO v JPA

    2072 2024-05-25 《Apache JDO 3.2.1》
    There are several competing persistence technologies available for Java. Two of these are “standardised” (via the JCP). When developing your application you need to choose the mos...
  • Fetch Plan/Groups

    2070 2024-05-25 《Apache JDO 3.2.1》
    Default Fetch Group Named Fetch Groups Dynamic Fetch Groups Fetch Depth Fetch Size When an object is retrieved from the datastore by JDO typically not all fields are retrieve...
  • Annotations

    2058 2024-05-25 《Apache JDO 3.2.1》
    @PersistenceCapable @PersistenceAware @Cacheable @EmbeddedOnly @Inheritance @Discriminator @DatastoreIdentity @Version @PrimaryKey @FetchPlans @FetchPlan @FetchGroups @...
  • JDOQL

    1982 2024-05-25 《Apache JDO 3.2.1》
    JDOQL Single-String JDOQL Accessing Fields Data types : literals Operators precedence Concatenation Expressions Example 1 - Use of Explicit Parameters Example 2 - Use of Impl...
  • FAQ

    1900 2024-05-25 《Apache JDO 3.2.1》
    What is JDO? I’d like to find out more about the project and possibly contribute. What do I do next? Where is the mailing list, and how can I subscribe? Does this project use a ...
  • Types of Fields

    1893 2024-05-25 《Apache JDO 3.2.1》
    Supported Java Types First-Class (FCO) Types Second-Class (SCO) Types Simple Types Temporal Types Collection/Map Types Array Types JDO Attribute Converters Supported Java...
  • Getting Started

    1886 2024-05-25 《Apache JDO 3.2.1》
    Using JDO requires several components that work together: a database that stores your data persistently an application that operates through the JDO layers on the database a JDO...