문제

I'm wondering...

  1. Do I need to re-create the database, when changing Cascade options inside my mapping classes ?

  2. What mapping options physically affects the database?

Thank you!

올바른 솔루션이 없습니다

다른 팁

  1. No, you don't need. The cascade option are controlled by nhibernate, not by the database.

  2. Well, only the mappings that affects tables/columns/index/constraints structures.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top