ObjectDB Database Search

1-3 of 3 results

jakarta.persistence.MapKeyTemporal

Jakarta Persistence (JPA) Annotation Type jakarta.persistence. MapKeyTemporal Implemented ... of type Date and Calendar . It may only be specified for map keys of these types. The MapKeyTemporal ... with the ElementCollection , OneToMany , or ManyToMany annotation. Example: @OneToMany @ MapKeyTemporal (DATE

jakarta.persistence.MapKeyTemporal.value

Jakarta Persistence (JPA) Method in jakarta.persistence. MapKeyTemporal TemporalType value (Required) The type used in mapping java.util.Date or java.util.Calendar . Since: Jakarta Persistence (JPA) 1.0

How to use JOIN FETCH?

. MapKeyTemporal ; import javax.persistence.OneToMany; import javax.persistence.Persistence; import javax ... ; @OneToMany   @ MapKeyTemporal (TemporalType.DATE)   private Map addressHistory = new HashMap