1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2026-01-27 13:12:47 +00:00

Support for H2 databases

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-27 00:13:59 -03:00
parent 81dea2def4
commit aabe375b49
45 changed files with 1585 additions and 236 deletions

View File

@@ -16,6 +16,7 @@
*/
package com.l2jserver.db.dao;
import java.util.Collection;
import java.util.List;
import com.l2jserver.model.id.object.NPCID;
@@ -35,7 +36,7 @@ public interface NPCDAO extends DataAccessObject<NPC, NPCID>, Cacheable {
*
* @return all NPC instances
*/
List<NPC> loadAll();
Collection<NPC> loadAll();
/**
* Select an {@link NPC} by its template.