I figure it out, seems like i use  the MySqlFactory

[code]        Record record = 
workflowdatabase.select().from(Employees.EMPLOYEES).where(Employees.EMPLOYEES.USERNAME.equal(username)).and(Employees.EMPLOYEES.PASSWORD.equal(MySQLFactory.password(password))).limit(1).fetchOne();
[/code]


Reply via email to