JPAプロファイル

2143 ワード

プロファイルのファイル名は固定されており、JPAプロジェクトを作成すると自動的にプロファイルが生成されます.
JPA仕様ではクラスパスのMETA-INFディレクトリの下にpersistenceを配置することが要求する.xml
以下の具体的な構成の意味:

	xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
		
	
	
		
		org.hibernate.jpa.HibernatePersistenceProvider
		
		com.jpa.helloworld.Customer
		
		
			
			
				value="jdbc:mysql://localhost:3306/xxx?useUnicode=true&haracterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai" />