You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First one is to provide a way to validate that the parameters and query are correct against cassandra.
Second is to support lazy initialisation to create the prepared statements knowing that the session can or not be available. This is particularly useful when you use a DI framework and your session is not ready when the application context has finished but you don't want you application not to start because of it.
The text was updated successfully, but these errors were encountered:
Two topics very related each other.
First one is to provide a way to validate that the parameters and query are correct against cassandra.
Second is to support lazy initialisation to create the prepared statements knowing that the session can or not be available. This is particularly useful when you use a DI framework and your session is not ready when the application context has finished but you don't want you application not to start because of it.
The text was updated successfully, but these errors were encountered: