您的位置首页生活百科

hibernateJPA的persistent.xml的配置及位置

hibernateJPA的persistent.xml的配置及位置

的有关信息介绍如下:

hibernateJPA的persistent.xml的配置及位置

要求:在src下面的META-INF文件夹下面创建一个名称为persistence.xml的文件。

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://java.sun.com/xml/ns/persistence

http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"

version="1.0">

org.hibernate.ejb.HibernatePersistence

com.domain.Customer