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.
オブジェクトの Id が(Oracle)データベースで宣言されたシーケンスの次の値に設定される正確な時刻を知りたいです。
コードは次のとおりです。
@GeneratedValue(strategy=GenerationType.SEQUENCE, generator = "SEQ_A") @SequenceGenerator(name="SEQ_A", sequenceName = "SEQ_A_ID")