Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've an entity on my MongoDB like:
{
"user": "user1",
"password": "password",
"clients": ["client1", "client2", "client3"]
}
I've created a tRowGenerator component in order to generate data for {user, password} schema.
By other hand, I've created another tRowGenerator for creating dummy client codes.
Any ideas?