Beginner |
|
Joined: Wed Apr 18, 2007 6:17 pm Posts: 49 Location: Dominican Republic
|
The dialect in hibernate refers to the SQL customizations or syntax that each particular database has to perform an operation, you can also think as a set of grammar and syntax that it's used by hibernate to generate a valid SQL sentence for the db associated with that dialect. Hibernate have one dialect for each mayor database vendor. Another distinction it's that the driver it's made by the vendor while the dialect it's made by the hibernate team.
Regards
|
|