ASi

Eclipse

Quick fix に import が出ない

またこの症状出てるなぁ。 https://stackoverflow.com/questions/62164510/how-to-enable-quick-fix-in-eclipseとりあえずPCの再起動で直ってはいる。

Content Assist が効かない

ver 2020-12以前はバージョンアップでコンテントアシストの項目名が変わって、チェックが外れていたためだった。 こんな記事も見つけた。 https://qiita.com/nakazawaken1/items/53951c67562512587b76だが今回は違う。こちらに近い。 https://blogs.osdn.jp/…

How to show .* files

Click and activate Project Explorer Window / Navigation / Show View Menu Filters and Customization... Pre-set filters tab uncheck '.* resources'

JPA Facets の Generate Entities from Tables と EclipseLink の OR mapper

自動生成するEntity class 名が、DBのテーブル名が複数形の場合には単数になり、DBのテーブル名と異なることになるのだが、その時は @Table アノテーションでDBのテーブル名との関連付けが生成されるので問題ない。 問題は Entity 名と DBのテーブル名が同じ…