Let's take a java ee application in production, which uses prepared statements. Let's assume that it prepared required statements on initialization of its session beans.
In cassandra, each prepared statement has an id. If now, if cassandra is restarted, will java ee application also needs to get restarted?