Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 747d85d5
authored
Mar 20, 2010
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
queries were not updated: a bug
1 parent
c0697f82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
code/LanBortalDatabase/src/fi/insomnia/bortal/model/EventSettings.java
code/LanBortalDatabase/src/fi/insomnia/bortal/model/EventSettings.java
View file @
747d85d
...
...
@@ -28,8 +28,8 @@ import javax.persistence.Version;
@NamedQueries
(
{
@NamedQuery
(
name
=
"EventSettings.findAll"
,
query
=
"SELECT e FROM EventSettings e"
),
@NamedQuery
(
name
=
"EventSettings.findBy
BaseName"
,
query
=
"SELECT e FROM EventSettings e WHERE e.baseName = :baseName
"
),
@NamedQuery
(
name
=
"EventSettings.findBy
StyleSheet"
,
query
=
"SELECT e FROM EventSettings e WHERE e.styleSheet = :styleSheet
"
)
})
@NamedQuery
(
name
=
"EventSettings.findBy
Organisation"
,
query
=
"SELECT e FROM EventSettings e WHERE organisation = :organisation
"
),
@NamedQuery
(
name
=
"EventSettings.findBy
BundleCountry"
,
query
=
"SELECT e FROM EventSettings e WHERE bundleCountry = :bundleCountry
"
)
})
public
class
EventSettings
implements
ModelInterface
{
private
static
final
long
serialVersionUID
=
1L
;
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment