Exemplo n.º 1
0
 /**
  * Get entity editor for entity.
  *
  * @return a fast albeit verbose editor to perform batch changes to entities.
  * @param entityId entity to fetch editor for.
  */
 public EntityEdit edit(int entityId) {
   return editPool.obtainEditor(entityId);
 }