Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project name="native-cfg" default="reveng">
<project name="configuration" default="reveng">

<!-- Include the 'hibernatetool' task definition from the file '../common/included.xml' -->
<include file="../common/included.xml"/>
Expand Down
6 changes: 4 additions & 2 deletions ant/docs/reference-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,12 @@ Section 3 further down this guide will document in more detail the use of these
As explained earlier, the reverse engineering and generation of artefacts with Hibernate Tools is based on a
so-called configuration. We will detail the possibilities for these configurations in this section.

### 2.1 JDBC Configuration
### 2.1 Native Configuration



### 2.2 JPA Configuration

### 2.3 Native Configuration
### 2.3 JDBC Configuration

## 3. The Hibernate Tools Exporters