-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhibernate.reveng.xml
26 lines (25 loc) · 1.63 KB
/
hibernate.reveng.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-reverse-engineering PUBLIC "-//Hibernate/Hibernate Reverse Engineering DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd" >
<hibernate-reverse-engineering>
<table-filter match-catalog="gradiance" match-name="answer"/>
<table-filter match-catalog="gradiance" match-name="assessment"/>
<table-filter match-catalog="gradiance" match-name="asshasq"/>
<table-filter match-catalog="gradiance" match-name="attempt"/>
<table-filter match-catalog="gradiance" match-name="chapter"/>
<table-filter match-catalog="gradiance" match-name="course"/>
<table-filter match-catalog="gradiance" match-name="courseta"/>
<table-filter match-catalog="gradiance" match-name="cover"/>
<table-filter match-catalog="gradiance" match-name="faculty"/>
<table-filter match-catalog="gradiance" match-name="professor"/>
<table-filter match-catalog="gradiance" match-name="question"/>
<table-filter match-catalog="gradiance" match-name="recommend"/>
<table-filter match-catalog="gradiance" match-name="section"/>
<table-filter match-catalog="gradiance" match-name="seed"/>
<table-filter match-catalog="gradiance" match-name="student"/>
<table-filter match-catalog="gradiance" match-name="stusecour"/>
<table-filter match-catalog="gradiance" match-name="subsection"/>
<table-filter match-catalog="gradiance" match-name="ta"/>
<table-filter match-catalog="gradiance" match-name="textbook"/>
<table-filter match-catalog="gradiance" match-name="topic"/>
<table-filter match-catalog="gradiance" match-name="user"/>
</hibernate-reverse-engineering>