Yes, that would be a good way to do this

Cheers
Lukas

2012/6/29  <[email protected]>:
> 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