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.
Transaction のデフォルト値を に変更する@Transactional(propagation = Propagation.SUPPORTS)と、他の属性のデフォルト値が失われますか? 残りの属性をデフォルト値に明示的に定義する必要がありますか?
@Transactional(propagation = Propagation.SUPPORTS)
いいえ、他のすべてのデフォルト値はそのまま残ります。変更はありません。