The application is loaded with default schema

I have A requirement where the current schema to be used is stored in db table;(schema_a or schema_b).

The application is loaded with default schema spring.jpa.properties.hibernate.default_schema=schema_a Now when the data in table is updated to B I want to consider all jpa query to use schema_b without any down time at server.

It’s not clear what you are asking. Try to rephrase it and give more details about your use case.