F2F conclusion: Query: Ok, not great but probably better. Let's keep similar wording for methods exposed on our own interface, though. Session: there's a real use case for only relying on the FTSession interface: have only one object on which you can use both .save() and .createFullTextQuery(). Basically use Search as if it was built into ORM. Let's keep the inheritance. |