How to resolve NoSuchFieldError : namingStrategy in Hibernate
When configuring and using Hibernate in your application you might have surely came across the error which says java.lang.NoSuchFieldError :…
When configuring and using Hibernate in your application you might have surely came across the error which says java.lang.NoSuchFieldError :…
Scenario It is always advisable not to use configuration values inside your application code directly. Rather, supply them through configuration…
Scenario In practical applications, when you create a profile (of a User or a Company say), you are required to…
XML stands for eXtended Markup Language and is a widely used standard for transmitting information across systems mainly due to…
An Exception is an undesirable state which arises out of some unexpected condition or scenario which was not handled during…
JDBC stands for Java DataBase Connectivity and is a technology for database connectivity from java program. JDBC is a collection of…
Practical Scenario Two users are working on a project and they both are currently viewing a bug or an enhancement…
When using Hibernate in your application, there are bright chances that you have encountered the error org.hibernate.HibernateException: No CurrentSessionContext configured!….
JDBC is an acronym for Java DataBase Connectivity and is a technology for interaction of java application and its objects…