mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Implements a type-safe and java based new DAO model
This commit is contained in:
@@ -27,6 +27,16 @@
|
||||
driver library must be available in the JVM classpath. -->
|
||||
<driver>com.mysql.jdbc.Driver</driver>
|
||||
|
||||
<!-- The SQLTemplates provides several low-level SQL management. Templates
|
||||
are database dependent. -->
|
||||
<templates>com.mysema.query.sql.MySQLTemplates</templates>
|
||||
|
||||
<!-- The query factory provides an class that allows to convert Java
|
||||
code to SQL code and parses database results into more easily managed Java
|
||||
code. -->
|
||||
<queryFactory>com.mysema.query.sql.mysql.MySQLQueryFactory
|
||||
</queryFactory>
|
||||
|
||||
<!-- The username used to login into the database. NOTE: Try not use
|
||||
"root" in production servers for security reasons. -->
|
||||
<username>l2j</username>
|
||||
|
||||
Reference in New Issue
Block a user