Dialect In Hibernate



Dialect are used to provide information to hibernate about in which SQL command it translate your HQL and Criteria command because SQL is database dependent language and changes from database to database … so to convert our HQL or criteria into a suitable SQL based on database dialect.

Comments

Popular posts from this blog

Filter In Javafx

Kotlin with StandAlone Complier