Devlive 开源社区 本次搜索耗时 0.524 秒,为您找到 59 个相关结果.
  • Integration with Hive Metastore

    1368 2024-07-05 《Apache Kyuubi 1.9.1》
    Requirements Default Behavior Related Configurations Remote Metastore Database Remote Metastore Server Activate Configurations Via kyuubi-defaults.conf Via hive-site.xml Via...
  • Attach-Detach

    1329 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...
  • JDO v JPA

    1304 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...
  • Annotations

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

    1259 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...
  • JDOQL

    1254 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...
  • Fetch Plan/Groups

    1248 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...
  • Object Retrieval

    1172 2024-05-25 《Apache JDO 3.2.1》
    Retrieve an object from its identity Retrieve an object based on its Extent Retrieve an object based on a query criteria Any application will require access to persisted object...
  • FAQ

    1143 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 ...
  • PersistenceManager

    1133 2024-05-25 《Apache JDO 3.2.1》
    Persist Objects Retrieve Objects Update Objects Delete Objects Making an object transient Any JDO-enabled application will require at least one PersistenceManager (PM). This ...