The ADO.NET Provider for TIBCO(R) Data Virtualization includes an Entity Framework 6 (EF6) provider: See
Using EF 6 to set up a project. The following sections show how to build an EF data model that surfaces access to TDV tables.
Model-First Approach shows how to generate a model using schema introspection.
Code-First Approach shows how to manually define the entity definitions.