586587588589590591592
* so as to set unindexed properties on the entity. * * @return a wrapper for an entity */ public static UnindexedEntityWrapper getUnindexed(Entity entity) { return new UnindexedEntityWrapper(entity); }