- 1
- 2
- 3
- 4
- 5
- 6
- 7
// WARNING!
// This has to be optional=true so that OpenJPA uses
// LEFT JOIN instead of INNER JOIN. Otherwise, MySQL tries
// using a temporary table (horrible for performance) and dies.
@ManyToOne(optional = true)
@NotNull
private Font font;
guest 09.06.2012 16:44 # 0
Lure Of Chaos 09.06.2012 18:40 # 0
скорее хохма в том, что это java.awt.Font, который нигде не @Entity
someone 10.06.2012 21:34 # 0
Суть в том, что фактически приходится обходить баг конкретной СУБД путём изменения ограничений модели JPA, а это не Ъ.