标签: hibernate jdbc persistence.xml
Why do I need to configure the SQL dialect of a data source?认为必须定义hibernate.dialect。
hibernate.dialect
但是,如果在hiberate.dialect中定义persistence.xml,我必须在构建时决定,使用哪个数据库。可以采取哪些措施将决策推迟到部署时间。
hiberate.dialect
persistence.xml
目标是在不事先知道数据库的情况下提供war文件。