}
public UnitOfWork getUnitOfWork( EntityComposite entity )
{
EntityInstance instance = EntityInstance.getEntityInstance( entity );
return instance.unitOfWork();
}
// Implementation of ServiceFinder
Map<Type, ServiceReference> serviceReferences = new ConcurrentHashMap<Type, ServiceReference>();
Map<Type, Iterable<ServiceReference>> servicesReferences = new ConcurrentHashMap<Type, Iterable<ServiceReference>>();