You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
432 B
XML
11 lines
432 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE hibernate-configuration PUBLIC
|
|
"-//Hibernate/Hibernate Configuration DTD//EN"
|
|
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
|
|
|
|
<hibernate-configuration>
|
|
<session-factory>
|
|
<mapping class="info.bukova.isspst.data.User"></mapping>
|
|
<mapping class="info.bukova.isspst.data.Role"></mapping>
|
|
</session-factory>
|
|
</hibernate-configuration> |