public interface MigrationDao extends com.whitestein.lsps.common.BasicDao<Migration,Long>
Modifier and Type | Method and Description |
---|---|
List<Migration> |
findAll()
Returns a list of all migrations ordered by their start date.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.