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.
既に作成されているデータベースがあります。データベースの列名には、スペース、次のような特殊文字が含まれています:- 個人名、「個人アドレス」など。
hibernate-Mapping xml ファイルでこれらのことを言及するにはどうすればよいですか? そのような状況で機能しますか?
?? ありがとう、マジシャン
引用識別子を使用できます
<property name="personName" column="`Person Name`"/>