You can map an entity to the view the same way you do with a table, just put the name of the view in the [Table] attribute, and Aurelius will perform a SELECT FROM <view_name> statement.
But, of course, that entity will be read-only, you will not be able to execute data modification operations on it.