package org.whole.lang.rdb.model; import java.util.List; /** * @generator Whole */ public interface Indices extends IRDBEntity, List<Index> { }