腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
2
回答
spring.
jpa
.properties.hibernate与spring.
jpa
.hibernate的区别
、
、
我正在开发一个spring引导项目,并使用带有Hibernate的spring数据
jpa
作为
JPA
实现。目前,在我的application.yml中,我有以下属性
jpa
: properties:ddl-auto: none有不同前缀的Hibernate属性(spring.
jpa
.properties.hibernate和sprin
浏览 3
提问于2020-12-29
得票数 5
回答已采纳
1
回答
在spring引导中获得异常
、
、
<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-
jpa
org.springframework.beans.factory.BeanCreationException:错误创建名为“entityManagerFactory”的bean类路径资源init方法的org/springframework/boot/autoconfigure/orm/<em
浏览 4
提问于2018-11-06
得票数 0
1
回答
发现以元素'
jpa
:repository‘开头的无效内容
、
、
我在spring-data-
jpa
中使用了这个:xmlns:xsi="http:/http://www.springframework.org/schema/jee" xmlns:tx="http://www.springframework.org/schema/tx&quo
浏览 2
提问于2013-01-02
得票数 2
回答已采纳
1
回答
使用Spring的WebApp找不到bean
、
、
、
="http://www.springframework.org/schema/data/
jpa
" http://www.springframework.org://www.springframework.org/schema/mvc/spring-mvc.xsd http://www.springframework.org/schema
浏览 2
提问于2017-05-27
得票数 0
回答已采纳
2
回答
beetwen
jpa
api和hibernate api的真正区别是什么?
、
、
关于
jpa
的beetwen与hibernate的持久化方法和保存方法的真正区别是什么? 例如:如果使用javax包和api,我将使用持久化方法。
浏览 4
提问于2022-07-23
得票数 1
2
回答
需要了解更多关于hibernate、JpaHIbernate和
JPA
的知识
、
我理解
jpa
和hibernate之间的区别。需要了解JPAHibernate和hibernate的区别。
浏览 0
提问于2019-05-17
得票数 1
1
回答
在Jhipster 4.4.1中显示Sql
、
我通过在‘application-dev.yml’中添加以下代码进行了测试: properties: show_sql: true或者: show_sql: true但这两种选择对我都没有用。
浏览 3
提问于2017-05-25
得票数 1
回答已采纳
1
回答
在同一应用程序中使用Google Data Store和Google App Engine
、
、
、
、
="1.0"> <provider>org.datanucleus.api.
jpa
.PersistenceProviderImpltransactions-optional2" <provider> org.datanucleus.<em
浏览 0
提问于2013-08-10
得票数 0
1
回答
SpringBoot事务传输REQUIRES_NEW不创建新事务
、
、
、
、
我有以下情况:public class ServiceA { serviceB.runB()} public class ServiceB { public void runB(){ } @
浏览 1
提问于2020-06-29
得票数 1
1
回答
spring data
JPA
中的默认ORM提供程序是什么
、
、
、
如果我在配置中没有提到任何ORM提供程序,那么spring数据的默认ORM提供程序是什么?
浏览 1
提问于2020-06-03
得票数 0
1
回答
应该使用哪个提供程序来实现Java持久性API (
JPA
)
、
、
、
我想在我的web应用程序中使用(
JPA
)。 有一些流行的
JPA
实现,如Hibernate、Toplink和EclipseLink。什么实现是一个好的选择,为什么?
浏览 6
提问于2013-07-26
得票数 32
回答已采纳
1
回答
框架
JPA
[RuntimeException:没有绑定到这个线程的EntityManager。尝试用@play.db.
jpa
.Transactional注释您的操作方法]
、
、
、
我有一个关于
JPA
在游戏中的使用的问题。我已经创建了一个模型类并用@Entity对其进行了注释,并创建了一个Controller,在该类中有一个带有@play.db.
jpa
.Transactional注释的静态方法。启动激活程序运行时,将正确编译所有内容,并启动数据库,但只要代码中调用实体管理器抛出一个NullException下面是我使用
JPA
的具体代码: public class UserController
浏览 0
提问于2015-05-10
得票数 2
回答已采纳
1
回答
播放1.2.4自动提交
、
、
、
此外,通过代码,即setAutoCommit(true),但是在
JPA
尝试提交事务时出现了异常,请帮助。
浏览 3
提问于2013-10-21
得票数 0
回答已采纳
2
回答
实体间的优化关系
、
、
、
我有这样的实体:@Table(name = "test")@Column(name = "record_type_id", nullable = false)private Set<RecordType>
浏览 9
提问于2020-12-15
得票数 3
回答已采纳
6
回答
Hibernate和
JPA
有什么区别?
、
、
、
、
现在我已经完全切换到Java 6,为了满足我的ORM需求,我使用了
JPA
。从特性的角度来看,有哪些特性没有其他特性? 两者之间还有其他区别吗?
浏览 5
提问于2011-04-15
得票数 10
回答已采纳
2
回答
camel中的
JPA
组件不能自动重新连接到数据库
、
、
、
、
在运行应用程序时,当我重新启动数据库时,
JPA
组件不能自动重新连接。. - [Camel (camel-1) thread #99 -
jpa
://com.toto.Toto ] testOnBorrow="true"下面是我的
JPA<
浏览 2
提问于2017-02-09
得票数 1
回答已采纳
1
回答
Hibernate : org.glassfish.jersey.server.ContainerException: java.lang.NoSuchFieldError:无
、
、
、
我使用Hibernate 4.2.0作为MySQL数据库的
JPA
。当我在本地系统上运行我的应用程序时,它运行得非常好。
浏览 1
提问于2014-09-10
得票数 0
1
回答
如何在Spring中将
jpa
属性加载到数据源?
、
、
、
、
我正在使用Spring boot Data
JPA
,现在,我有:@PropertySource("classpath:persistence.properties") properties.setProperty("hibernate.dialect", this.env.getProperty("spring.
jpa
.hibernate.dialect")); properties.setProperty(&qu
浏览 1
提问于2015-05-19
得票数 10
回答已采纳
4
回答
模式'SA‘不存在并删除表
、
、
、
dependency> <artifactId>spring-boot-starter-data-
jpa
浏览 15
提问于2017-07-26
得票数 23
回答已采纳
2
回答
Spring : XML配置-没有存储库的合格bean /不能为元素‘
JPA
:存储库’找到任何声明
、
、
/www.springframework.org/schema/tx" xmlns:cache="http://www.springframework.org/schema/cache" xmlns:
jpa
="http://www.springframework.org/schema/data/
jpa
" xmlns:repository="http://www.
浏览 11
提问于2020-07-29
得票数 1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
JPA的Metamodel
springData JPA讲解
JPA、Hibernate、Spring data jpa之间的关系,终于明白了
Hibernate和JPA
Jpa&Mybatis
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券