Interface EnvironmentRepository
public interface EnvironmentRepository
Interface to be implemented by a persistence provider to access @
Environments-
Method Summary
Modifier and TypeMethodDescriptionfindAll()findByName(String name) findEnvironmentsForSystem(System system) findNonProductiveEnvironmentsForSystemId(UUID systemId) save(Environment environment)
-
Method Details
-
getById
-
findByName
-
save
-
findEnvironmentsForSystem
-
findNonProductiveEnvironmentsForSystemId
-
findAll
Iterable<Environment> findAll()
-