you can always use view instead of the actual partioned table.
And since the underlying table is partitioned, then your view should be much faster compare to regular views.

Hope that helps.