Siblings with virtual pages

When working with virtual pages (from a database in my case), can I just override the siblings() method in my model?

Yes, you can override all public and protected methods in your model.