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.
まったく同じスキーマを持つ 2 つのデータ ソースがありますが、1 つは読み取り専用で、もう 1 つは読み取り/書き込みです。読み取り専用データ ソースは、外部プロジェクトによって更新されます。spring-data-hibernate を使用してエンティティ モデル クラスを作成し、読み取り専用データ ソースからデータを読み取り、読み取り/書き込みデータ ソースに書き込むことを計画しています。
それは実行可能ですか?それに関するベストプラクティス/デザインパターンはありますか?