Skip to content

Commit

Permalink
Remove invalid mapping
Browse files Browse the repository at this point in the history
The named queries feature has been removed in 3.0
  • Loading branch information
greg0ire committed Apr 27, 2022
1 parent 01edf11 commit 7f2dd9b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<lifecycle-callback type="postPersist" method="doStuffOnPostPersist"/>
</lifecycle-callbacks>

<named-queries>
<named-query name="all" query="SELECT u FROM __CLASS__ u"/>
</named-queries>

<id name="id" type="integer" column="id">
<generator strategy="AUTO"/>
<sequence-generator sequence-name="tablename_seq" allocation-size="100" initial-value="1" />
Expand Down

0 comments on commit 7f2dd9b

Please sign in to comment.