Improved: Add delegator method to create in mass many entity (OFBIZ-)
When you works with huge data (like synchronize system service), the delegator appears to slow with unitary creation. If we do not need to analyze each entity, we have implemented a new function to load a list of entities only with one transaction through the standard sql method INSERT TO ... VALUES ... .
Because we need to go fast, this method doesn't implement the eeca system so you need to use it carefully.
Closes #175 (closed)
Edited by Leila Mekika