Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ストラットを使用していますが、質問があります。BOクラスの名前がデータベースのテーブル名と異なる可能性はありますか?名前を変更するとエラーになります
注釈を使用する場合は、オブジェクトに関連付けられているテーブル名を確認してください。
@Entity @Table(name = "yourtablename") public class YourClass {...}