Changeset 5c27b600822e6282b72859777898b46b27d9ccc5
- Timestamp:
- 09/30/07 13:57:57
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1191153477 +0200
- git-parent:
[99f84cce4fdf8024571d63140ab1a704f73eda92]
- git-author:
- Christopher Jung <bktheg@web.de> 1191153477 +0200
- Message:
Schlachtbeitritt gefixt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| refe50c3 |
r5c27b60 |
|
| 1127 | 1127 | } |
|---|
| 1128 | 1128 | |
|---|
| 1129 | | List<User> users = context.query("select distinct s.owner " + |
|---|
| 1130 | | "from BattleShip bs inner join fetch bs.ship s " + |
|---|
| | 1129 | List<User> users = context.query("select distinct bs.ship.owner " + |
|---|
| | 1130 | "from BattleShip bs " + |
|---|
| 1131 | 1131 | "where bs.battleid="+this.id+" and bs.side="+this.enemySide, User.class); |
|---|
| 1132 | 1132 | |
|---|