var list = session.QueryOver<PluginEntity>().JoinQueryOver(o => o.PluginModule, NHibernate.SqlCommand.JoinType.InnerJoin).List<PluginEntity>();