public interface DeviceRepository extends Repository<Device,java.lang.Long>, java.lang.AutoCloseable
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Set<Device> | findAllDevicesInRole(java.lang.String role) | 
| Device | findOrPersist(java.security.Principal principal) |