約49,400件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1か月以内
  • 2024/5/11 -In this tutorial, we'll have a look at different ways of creating one-to-one mappings in JPA. We'll need a basic understanding of the Hibernate framework, ...

    2024/4/23 -JPA One-to-One mapping is the common association relationship where one instance of the entity is associated with exactly one instance of another entity.

    2024/4/24 -For JPA entities, the java.util.Date is fine since it has the most obvious PreparedStatement parameter bidning method associated to it. The JPA 3.2 ...

    2024/5/11 -To define a unidirectional association in Java, we can use annotations such as @ManyToOne, @OneToMany, @OneToOne, and @ManyToMany. By using these annotations, ...

    2024/4/23 -JPA Many-to-One mapping establishes the relationship between two entities, where multiple instances of one entity associated with single instance of ...

    2024/4/29 -This is where an intermediary Plain Old Java Object (POJO) comes in. We need a POJO helper class which models one-to-one relationship between two entities.

    2024/5/7 -This works fine with Hibernate and allows me to query either any given version ( WHERE uniqueIdentifier = ? and version = ? ) or whatever version is current ( ...

    2024/4/26 -We'll explore the idea of a persistence context later. For now, think of it as a one-to-one mapping between ids and entity instances. An instance of a Java ...

    2024/5/13 -I'm trying to insert an entry into my database with a one-to-one relationship to another entity. I'm using spring data jpa and postgres.

    2024/4/25 -6.2 Migration Guide · UNIQUE constraint for optional one-to-one mappings · Column type inference for number(n,0) in native SQL queries on Oracle · Removal of ...