public class EntityFactory extends Object
Class for quickly building common entity types. This class automatically assigns entity IDs and makes it quick and easy to build entities.
| Constructor and Description |
|---|
EntityFactory() |
| Modifier and Type | Method and Description |
|---|---|
Rating |
rating(long uid,
long iid,
double rating) |
Rating |
rating(long uid,
long iid,
double rating,
long timestamp) |