Interface TableSetInfoFromDTOProvider


  • public interface TableSetInfoFromDTOProvider
    Provider for deserialization of TableSetInfos.
    Since:
    16.2.8
    • Method Detail

      • createTsi

        com.im.commons.db.ddl.tablesets.TableSetInfo createTsi​(EntityInfo entityInfo,
                                                               java.util.List<com.im.commons.db.ddl.DBTableInfo> tableInfos)
        Creates a TableSetInfo form serialized EntityInfo. Must return null if the entity is unknown for the implementor.
        Parameters:
        entityInfo - The serialized EntityInfo.
        tableInfos - The DBTableInfos in serialized entity.
        Returns:
        Deserialized TableSetInfo or null if the entity is unknown for the implementor.