org.hibernate.boot.registry.selector.spi.StrategySelectionException: Unable to resolve name [org.hibernate.dialect.MySQL5Dialect] as strategy [org.hibernate.dialect.Dialect]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initialize
by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set
at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.determineDialect(DialectFactoryImpl.java:100) ~[hibernate-core-5.4.10.Final.jar:5.4.1
/ Displaying the Child (with their dialects) from c in child_t
from a in tcdGroup.DefaultIfEmpty()
join d in lu_dialect_ton a.dialect_id equals d.dialect_id into dGr
">org.hibernate.dialect.MYSQL57Dialect</prop>
<prop key="hibernate.show_sql">true</proporg.hibernate.boot.registry.selector.spi.StrategySelectionException: Unable to resolve name [org.hibernate.dialect.MYSQL57D
我正在编写一些在Karaf下部署的代码。我正在尝试将一个简单的POJO对象保存到一个表中。这个reportRequestID是PK字段,我认为它有正确的注释。@GeneratedValue(strategy = GenerationType.AUTO)public Integer getReportRequestID() {}
public void se