package it.cavallium.dbengine.database.collections; public interface DatabaseStageWithEntry { DatabaseStageEntry entry(); }