You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
667 B
12 lines
667 B
<?xml version="1.0" encoding="UTF-8" ?> |
|
<persistence xmlns="http://java.sun.com/xml/ns/persistence" |
|
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"> |
|
|
|
<persistence-unit name="moumiPU"> |
|
<mapping-file>kr/co/kihyun/beans/entity/package.jdo</mapping-file> |
|
<mapping-file>kr/co/kihyun/beans/entity/ecross/package.jdo</mapping-file> |
|
<mapping-file>kr/go/neis/package.jdo</mapping-file> |
|
<mapping-file>com/handysoft/beans/entity/package.jdo</mapping-file> |
|
</persistence-unit> |
|
</persistence>
|
|
|