package org.simantics.db; import org.simantics.db.exception.DatabaseException; import org.simantics.db.service.ClusterUID; public interface ClusterCreator { public T create(ClusterUID uid, byte[] bytes, int[] ints, long[] longs) throws DatabaseException; }